Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for picamera2 on Raspberry Pi cameras #64

Closed
WeisLeDocto opened this issue Nov 2, 2023 · 1 comment · Fixed by #141
Closed

Add support for picamera2 on Raspberry Pi cameras #64

WeisLeDocto opened this issue Nov 2, 2023 · 1 comment · Fixed by #141
Assignees
Labels
update Signals an issue that entails a section of code to be updated

Comments

@WeisLeDocto
Copy link
Member

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.

@WeisLeDocto
Copy link
Member Author

Closed by #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update Signals an issue that entails a section of code to be updated
Projects
Development

Successfully merging a pull request may close this issue.

2 participants