- 27 Nov, 2020 1 commit
-
-
Benjamin Schaaf authored
-
- 26 Nov, 2020 5 commits
-
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
- 25 Nov, 2020 3 commits
-
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
Benjamin Schaaf authored
-
- 20 Nov, 2020 1 commit
-
-
Benjamin Schaaf authored
-
- 11 Nov, 2020 3 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
- 10 Nov, 2020 3 commits
-
-
Martijn Braam authored
The qualcomm driver (on MSM8916 at least) uses an MPLANE buffer for the video capture with a single plane in it. This detects such drivers and requests MPLANE buffers from the driver and then always uses the first plane from that through the normal pipeline.
-
Martijn Braam authored
-
Martijn Braam authored
-
- 09 Nov, 2020 4 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
- 08 Nov, 2020 4 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
- 25 Oct, 2020 2 commits
-
-
This application was supporting only debayering of BGGR8 streams: this is an issue on cameras that are outputting a different format. Implement quick-debayering of all Bayer 8-bits pixfmts in order to solve wrong tint issues on many, many camera sensors. This was tested on a Sony Exmor-RS IMX300 sensor. Signed-off-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
-
The mbus has to be configured correctly for each of the pixel formats in order to send the right indications to V4L2. Signed-off-by:
AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
-
- 15 Oct, 2020 1 commit
-
-
- 12 Oct, 2020 1 commit
-
-
- 10 Oct, 2020 1 commit
-
-
Martijn Braam authored
-
- 07 Oct, 2020 1 commit
-
-
Martijn Braam authored
-
- 06 Oct, 2020 8 commits
-
-
Martijn Braam authored
-
Martijn Braam authored
-
Martijn Braam authored
-
As `dcraw_emu` is an example program, Debian doesn't install it to `/usr/bin`, but to `/usr/lib/libraw` instead, meaning it can't be found the usual way. This patch checks for `/usr/lib/libraw/dcraw_emu` if `command` can't find it. Additionnally, cascaded if's are replaced with if..elif statements, so we stop searching as soon as a matching program (preferably `dcraw_emu`) is found.
-
Instead of simply appending ".tiff" to the existing filename (like `dcraw_emu` does), `dcraw` fully replaces the file extension, leading `convert` to subsequently fail as it can't find the `.dng.tiff` file.
-
Redirecting streams using `&>` is not POSIX-compliant. This causes some shells (such as `dash`) to evaluate `if` conditions the wrong way. Sticking to standard `>` redirection fixes this issue.
-
Some locales use ',' as decimal separator instead of '.', which is taken into account by sscanf when parsing floating point values. This can lead to parsing failures for the `colormatrix` and `forwardmatrix` config options. Setting LC_NUMERIC to "C" solves this problem.
-
Martijn Braam authored
-
- 05 Oct, 2020 1 commit
-
-
Martijn Braam authored
-
- 03 Oct, 2020 1 commit
-
-
Martijn Braam authored
-