LeifSec
LeifSec
Directly using `libcamera` one can record video of the full sensor area in different resolutions (in 16:9 ratio): `rpicam-vid -t 5000 -o libcamera_vid.h264 --width --height --mode 2304:1296:10:P` For `picamera2` I...
I want to take pictures during a video recording (webstream) is in process. I basically follow the `still_during_video.py` example: **Describe the bug** 1. Reconfigure (to video mode) the camera after...
**Describe the bug** If creating a camera object, closing it / destroying it (when going out of scope) there is a `Cannot allocate memory` error after some iterations. **To Reproduce**...
I have set auto exposure mode (exposure time = 0`) and ``` ae_enable: true ae_exposure_mode: Normal ``` Starting the camera in the late morning all picture are going including in...
Following [issue](https://github.com/raspberrypi/picamera2/issues/307) I want to switch off logging / set logging level to ERROR for calling a function ``` camera.switch_mode_and_capture_image( camera_config=self.__settings.still_configuration, name="main", wait=None, signal_function=None) ``` . So I did: ```...