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

Camera Config and code issues #6

Open
MohanadA1999 opened this issue Feb 26, 2022 · 1 comment
Open

Camera Config and code issues #6

MohanadA1999 opened this issue Feb 26, 2022 · 1 comment

Comments

@MohanadA1999
Copy link

I'm using raspberry pi 4 with a raspberry pi camera I have a problem while I'm configuring the camera in chromium settings it doesn't show my pi camera and I checked that the camera works by taking pictures and it works what should I do to get my camera in chromium settings?

my second problem is when I run the code it shows me this
Traceback (most recent call last):
File "/home/pi/doorbell.py", line 38, in
from email.MIMEMultipart import MIMEMultipart
ModuleNotFoundError: No module named 'email.MIMEMultipart')
what is the problem in the code?

@junho12-tech
Copy link

you can fix with
from email.mime.multipart import MIMEMultipart
this

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