chrisruk
chrisruk
Found the new framerates for the HQ camera from - https://www.raspberrypi.org/documentation/raspbian/applications/camera.md
Adds ability to set analog and digital gain manually
With the HQ camera I found to get picamera to take a photo with 128MB GPU RAM for long exposures I had to set the preview buffer size to around...
Extra parameters: * ~~gop_size~~ Additions: * mmaping of buffers from encoder
Signed-off-by: Chris Richardson
I found when initialising Picamera2 multiple times in a loop, with different camera numbers we would get RuntimeError: Configuration failed. One trick I found to resolve this was to delete...
I've just edited the following bug report sorry, as I realised I'd only grepped recent journalctl info, it looks like the issue has occurred sporadically since last December at least....
I tried to use this project recently with `balena push `, I've managed to use it previously locally, but currently seem to get it stuck outputting `[Info] Still Working...` continuously,...
### Describe the bug Upgrading via: ``` sudo apt update sudo apt upgrade ``` To kernel 6.12.20+rpt-rpi-v8, appears to have broken WPA3 personal support. With the previous kernel I had...