alienzhangyw / BlockPi

A visual programming editor app for Raspberry Pi
Apache License 2.0
92 stars 36 forks source link

python3-camera was deprecated and removed in bookworm #15

Closed theofficialgman closed 1 month ago

theofficialgman commented 1 year ago

pycamera was deprecated and now removed in piOS bookworm. You need to support pycamera2 instead which is supported on piOS bullseye and later.

alienzhangyw commented 1 year ago

I will try pycamera2. It seems that there is no migration guide. https://github.com/raspberrypi/picamera2/issues/5 I will try when I'm not busy, but I do not promise everything works fine with pycamera2.

alienzhangyw commented 1 month ago

Not supported