You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: