-
I'm experiencing an issue with my brand new Raspberry Pi Camera module 3. This is with a Raspberry pi 3 model B v1.2 which has been trucking along with earlier camera module and Raspbian Jessie and raspistill for many years. With the new camera in place an upgrade to Bullseye and picamera2 for the new camera module. I've done several reinstalls of Bullseye (64 bit) on two differen known good memory cards, updated and upgraded through apt and tried running this really short capture script. This results consistently in a Memory segmentation fault (Minnesegmentsfeil in Norwegian). Capture script: from picamera2 import Picamera2 picam2 = Picamera2() Results in this output: I'm hence unable to capture anything with picamera2 (I've tried enabling legacy support for the old camera module, and the error persists regardles of camera type). Help? It might be that this should be a bug-report, but trying to find any sources of error first. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't be sure, but seeing your locale (Minnesegmentsfeil) makes me think it might be an issue we've resolved but not yet included in a release. I see you're running libcamera version v0.0.2+55-5df5b72c - so I don't think you'll have this fix. |
Beta Was this translation helpful? Give feedback.
I can't be sure, but seeing your locale (Minnesegmentsfeil) makes me think it might be an issue we've resolved but not yet included in a release.
https://git.libcamera.org/libcamera/libcamera.git/commit/?id=e8ae254970cfdeb1b5aba307a95a3189b09c9784
I see you're running libcamera version v0.0.2+55-5df5b72c - so I don't think you'll have this fix.