Commit 4e46605
libcamera: fix compilation errors for libcamera v0.5.0 (#169)
* libcamera: add support for ControlTypePoint
Signed-off-by: Patrick Gehrsitz <[email protected]>
* libcamera: fix compile error on missing ControlType
This adds a runtime error for missing ControlTypes to fix compilation errors if there are new ControlTypes that are not implemented yet.
Signed-off-by: Patrick Gehrsitz <[email protected]>
* chore: remove whitespaces
Signed-off-by: Patrick Gehrsitz <[email protected]>
* libcamera: only use ControlTypePoint for libcamera>=0.3.2
Signed-off-by: Patrick Gehrsitz <[email protected]>
* fix: add version check to second switch case
Signed-off-by: Patrick Gehrsitz <[email protected]>
* fix: add version check to libcamera_parse_point
Signed-off-by: Patrick Gehrsitz <[email protected]>
* Add AeState to stable LIBCAMERA_CONTROL block
Moved AeState from the draft control list to the stable control block for better alignment with finalized controls.
* fix: fix backwards compatibility
Signed-off-by: Patrick Gehrsitz <[email protected]>
---------
Signed-off-by: Patrick Gehrsitz <[email protected]>
Co-authored-by: Surion79 <[email protected]>1 parent 68de118 commit 4e46605
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | 59 | | |
55 | 60 | | |
56 | | - | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments