Alessandro Ros
b461f15a4c
rpicamera: support changing parameters without interrupting the stream ( #1463 )
2023-02-13 12:12:04 +01:00
Azsde
4841189456
Add support for libcamera Autofocus parameters ( #1417 )
...
* [DEV #1416 ] Add support for libcamera Autofocus parameters
* [DEVMINOR] Fix Go formatting
* [DEV] Support AF window parameter for rpiCamera
* [DEV] Update default .yml file to add rpiCameraAfWindow parameter
2023-02-10 12:20:50 +01:00
Alessandro Ros
6ae0cddbcd
rpicamera: fix low framerate when rpiCameraMode is set ( #1436 )
...
when two video streams are used, each request must contain two buffers in order to read frames from both streams, even if one of them is not used.
2023-01-30 18:17:16 +01:00
aler9
a679fc6321
rpicamera: set default denoise mode to "off"
...
this improves performance for most users.
2023-01-28 16:02:50 +01:00
aler9
c49416c07a
rpicamera: fix application of denoise mode ( #1296 )
...
a typo prevented the application of the denoise mode. Since the denoise
mode influences performance, this was leading to low performances.
2023-01-28 15:49:37 +01:00
aler9
246f1fb76c
rpicamera: avoid using explicit libcamera namespace
2023-01-28 12:20:41 +01:00
Benjamin Peter
d15bde3a59
rpicamera: Initialize tuning file env var before lib init. Fixes #1344 ( #1345 )
2022-12-30 15:33:00 +01:00
aler9
a48374c81f
rpicamera: fix compatibility with latest version of libcamera ( #1195 )
2022-10-29 12:34:44 +02:00
aler9
7013b75daf
rpicamera: add rpiCameraMode parameter ( #1111 )
2022-10-25 11:23:44 +02:00
Alessandro Ros
8825fddd89
Add additional Raspberry Pi Camera parameters ( #1198 )
...
* rpicamera: add rpiCameraHFlip and rpiCameraVFlip parameters
* rpicamera: add rpiCameraBrightness, rpiCameraContrast,
rpiCameraSaturation, rpiCameraSharpness, rpiCameraExposure,
rpiCameraAWB, rpiCameraDenoise, rpiCameraShutter, rpiCameraMetering,
rpiCameraGain, rpiCameraEV, rpiCameraROI, rpiCameraTuningFile
* support float values in config file
2022-10-24 15:08:30 +02:00
Alessandro Ros
8c2b12a314
Add native support for the raspberry pi camera ( #1057 )
2022-08-16 18:44:31 +02:00