Commit Graph

6 Commits

Author SHA1 Message Date
Benjamin Schaaf f550d431c4
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.
2022-06-21 14:28:40 +02:00
Benjamin Schaaf 3e1a289565
Add clang-format as part of CI 2022-06-21 14:28:39 +02:00
Sebastian Krzyszkowiak 363a1a0c39
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.
2022-06-21 14:28:35 +02: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)