Commit Graph

7 Commits

Author SHA1 Message Date
Benjamin Schaaf 868291e0c6 Possible fix for mplane support 2022-01-26 17:25:21 +04:00
Benjamin Schaaf 772db36877 Make clang-format more aggressive
clang-format always manages to mix spaces into tab-based indentation.
Since we already require an exact tab-width of 8 it makes more sense to
use spaces.
2021-11-13 00:06:11 +11:00
Benjamin Schaaf a92104e27c Add clang-format as part of CI 2021-11-12 21:47:34 +11:00
Sebastian Krzyszkowiak c03fade3cd
process_pipeline: Store a default whitelevel in the DNG file
This helps unpacked 10-bit formats, as otherwise applications
assume the image to be 16-bit because of TIFFTAG_BITSPERSAMPLE.
2021-11-10 21:26:48 +01:00
WebFreak001 ccbaaad72b
keep track of bg tasks for clean up 2021-07-30 17:48:18 +02:00
WebFreak001 1282a75db9
run most camera control setting in background
makes trigger focus, continuous focus, autogain, gain ctrl, auto
exposure, exposure ctrl run in background to not block the UI thread.

The camera updates the image while this is in progress, so you can for
example see the camera live focus as on common other phones.
2021-07-30 17:48:17 +02:00
Benjamin Schaaf 91817b167a Reorganization, replacing CPU debayering entirely 2021-04-18 23:13:56 +10:00
Renamed from camera.c (Browse further)