[Bug]: Picamera gives error when capturing image
Thanks for taking the time to fill out this bug report.
Make sure there aren't any open/closed issues for this topic.
Quick Information of System
-
Operating System:
- Rbian v0.7.2
What Happened?
Connected the CSI camera, but when capturing the image from the picamera library, it gives error.
Expected result
The program should work without any issues.
Steps to reproduce
-
Download and install the latest rbian
-
Clone the github repository - https://github.com/brainypi/brainypi-opencv-examples.git
git clone https://github.com/brainypi/brainypi-opencv-examples.git
-
All the codes here give the same error, but for replication we will use qrcode
-
Install qrcode dependencies
cd qrcode-scanner sudo pip3 install -r requirements.txt
-
Run the program
sudo python3 scanQRcode.py
Screenshots
Priority/Severity
- High (anything that impacts the normal user flow or blocks BrainyPi usage)
- Medium (anything that negatively affects the user experience)
- Low (anything else e.g., typos, missing icons, layout issues, etc.)