RPI5 + PI Global Shutter Camera

Hi all, has anyone tried Global Shutter camera on RPI with AI Kit? The classic HQ camera with examples works, but with GS I have this error: ERROR: *** Low res image larger than viewfinder ***.
I tried different resolutions but nothing worked…

Hi @rene.kamensky - the solution I found to use the RPI GS camera was to set both low res stream and viewfinder (preview window) resolution on the command, so something like this:

rpicam-vid -t 0 --post-process-file ~/rpicam-apps/assets/hailo_yolov8_inference.json --lores-width 640 --lores-height 640 --width 1456 --height 1088

1 Like

great, thank you, it works :wink: