waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 358 forks source link

Not supported in bullseye Raspberry Pi OS version #711

Closed Bart63 closed 2 years ago

Bart63 commented 2 years ago

With the 2021-10-30 release of RPi OS raspistill and raspivid are now replaced with libcamera-still and libcamera-vid. And now picamera package does not work.

mitchelr commented 2 years ago

Are we awaiting the python module for the Libcamera library?

beniroquai commented 2 years ago

That was indeed a bit of a surprise.

6by9 commented 2 years ago

Raspistill and vid are not related to this repo. Usage with picamera is a duplicate of #697.