You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of Raspberry Pi OS Bullseye, and more recently the release of the Raspberry Pi 5 model, more and more Raspberry Pis now use the new libcamera library for image acquisition.
In Crappy, the RaspberryPiCamera Camera object was designed for use with the old RaspiCam framework (through the picamera Python module), now only usable in RPi OS Buster and in legacy camera mode in RPi OS Bullseye.
Support should therefore be added in the RaspberryPiCamera object for using the libcamera API, through the new picamera2 Python module.
The previous implementation with picamera can be kept for backwards compatibility, but should not be the default.
The text was updated successfully, but these errors were encountered:
With the release of Raspberry Pi OS Bullseye, and more recently the release of the Raspberry Pi 5 model, more and more Raspberry Pis now use the new
libcamera
library for image acquisition.In Crappy, the
RaspberryPiCamera
Camera object was designed for use with the oldRaspiCam
framework (through thepicamera
Python module), now only usable in RPi OS Buster and in legacy camera mode in RPi OS Bullseye.Support should therefore be added in the
RaspberryPiCamera
object for using thelibcamera
API, through the newpicamera2
Python module.The previous implementation with
picamera
can be kept for backwards compatibility, but should not be the default.The text was updated successfully, but these errors were encountered: