Quantcast
Viewing all articles
Browse latest Browse all 4890

Camera board • Re: Camera Issues

In future, would installing a more legacy OS on the PI perhaps allow me to use Picamera rather than Picamera2? Do you know what OS it would be? I would assume bookworm would work, no?
To allow picamera to be used, try Bullseye Raspberry Pi OS (Legacy 32-bit) Full from the Raspberry Pi OS (other) menu in Imager.

Once installed and the usual

Code:

sudo apt update sudo apt full-upgrade
Activate the legacy camera stack with

Code:

sudo raspi-config
and select
3 Interfacing
I.1 Legacy camera
yes finish and reboot

Then install OpenCV with

Code:

sudo apt install python3-opencvsudo apt install opencv-data
And that should be enough to allow picamera and OpenCV tutorials to run with any of the original V1 V2 or HQ cameras.

Statistics: Posted by sandyol — Tue Feb 13, 2024 12:48 am



Viewing all articles
Browse latest Browse all 4890

Trending Articles