libcamera/src/qcam
Jean-Michel Hautbois via libcamera-devel ae7809307e qcam: dng: Make TIFFTAG_CFAPATTERN variable count
Since libtiff version 20201219, the CFAPATTERN tag is using a variable
count and not the fixed 4 values size.
For reference, the commit introducing this is:

	commit 2eb5a954cb7b7ad61559da00743c4b0e2fce34d0
	Author: Sam Hasinoff <hasinoff@google.com>
	Date:   Sun Mar 8 21:23:16 2020 +0100
	Make TIFFTAG_CFAPATTERN variable count

Add a version check in the DNGWriter::write function when this tag is
written as this breaks the raw capture in qcam.

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
2022-10-17 20:40:14 +09:00
..
assets qcam: Fix YUV planar fragment shaders 2022-10-04 12:04:53 +03:00
cam_select_dialog.cpp qcam: CamSelectDialog: Display Location and Model propety of camera 2022-09-05 12:19:00 +05:30
cam_select_dialog.h qcam: CamSelectDialog: Display Location and Model propety of camera 2022-09-05 12:19:00 +05:30
dng_writer.cpp qcam: dng: Make TIFFTAG_CFAPATTERN variable count 2022-10-17 20:40:14 +09:00
dng_writer.h raspberrypi: Update Copyright statement in all Raspberry Pi source files 2022-07-27 18:12:15 +03:00
format_converter.cpp qcam: format_converter: Support X RGB variants 2022-07-18 23:18:07 +01:00
format_converter.h qcam: Convert to pragma once 2021-11-24 12:18:56 +00:00
main.cpp qcam: Remove using namespace in header files 2021-10-15 05:05:39 +03:00
main_window.cpp qcam: Fix crash when switching from non existant camera 2022-09-08 11:20:53 +03:00
main_window.h qcam: Queue requests only through MainWindow::queueRequest() 2022-09-05 12:19:50 +05:30
meson.build qcam: Use QDialog for selection of cameras at startup 2022-09-05 12:04:59 +05:30
message_handler.cpp qcam: Make log less verbose by default 2020-12-01 15:16:17 +02:00
message_handler.h qcam: Convert to pragma once 2021-11-24 12:18:56 +00:00
viewfinder.h qcam: Pass color space to ViewFinder::setFormat() 2022-09-01 22:41:01 +03:00
viewfinder_gl.cpp qcam: viewfinder_gl: Fix maybe-uninitialized warnings 2022-09-05 17:55:45 +03:00
viewfinder_gl.h qcam: viewfinder_gl: Take color space into account for YUV rendering 2022-09-01 22:41:01 +03:00
viewfinder_qt.cpp qcam: Pass color space to ViewFinder::setFormat() 2022-09-01 22:41:01 +03:00
viewfinder_qt.h qcam: Pass color space to ViewFinder::setFormat() 2022-09-01 22:41:01 +03:00