roberttidey
roberttidey
This app runs fine on all Raspberry models from zeroV1 up to Pi4. One of my cameras is on a Pi3B. Bullseye also works OK but because this OS has...
OK. Good that you got it working under Buster. It does what work under Bullseye which requires the legacy camera support but you should not try to enable that manually;...
I had a notification email that you were getting raspimjpeg error but the comment is not showing up here for some reason. First step is to check the ribbon cables...
I'll have a look at that but the install.sh is not normally run under sudo nor does it need to be run with root user. It just needs the user...
Just edit the annotation string to include %i (image), %v (video), or %t (timelapse) to get the corresponding file number into the annotation.
I just checked exposure compensation and it worked OK for me. I made three recordings with exposure compensation set to -10,0,+10 and the recordings reflected what I had set. Check...
All this software does is to enable RAW mode via the camera MMAL control layer. I am not sure if it is possible to set or change the metadata but...
The images, videos etc are all handled by a process called raspimjpeg which uses the MMAL interface to perform all the sampling, manipulation and capturing processes using the same sort...
png is problematic as the GPU does not support this. Theoretically it can be done by using the normal processor but it would be much slower. Jpeg with quality turned...
The watchdog triggers based on the preview image file in /dev/shm/mjpeg not being updated for longer than the watchdog period. This can happen if the camera subsystem halts for some...