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

ModuleNotFoundError: No module named 'picamera2' #24

Open
clive0106 opened this issue Mar 28, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'picamera2' #24

clive0106 opened this issue Mar 28, 2024 · 1 comment

Comments

@clive0106
Copy link

I am using 2021-05-07-raspios-buster-armhf as that was the version in your video
Running on a Pi3 b+
When trying to start the server, I am getting

Traceback (most recent call last):
File "main.py", line 8, in
from Server import *
File "/home/pi/Freenove_Robot_Dog_Kit_for_Raspberry_Pi/Code/Server/Server.py", line 8, in
from picamera2 import Picamera2,Preview
ModuleNotFoundError: No module named 'picamera2'

I have used the camera to take a picture using
raspistill -o image.jpg

Any ideas? Should I be using buster?

@EthanPal
Copy link
Member

EthanPal commented Mar 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants