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
Hi Caroline,
You did a fantastic job. Congratulations,
I followed your tutorial and noticed some small problems :
pip install imutils instead impiputils
Your send_test_email.py does not contain a recipient email address
Your facial_req_email.py sends an alert even for unknowns peolpe. The reason is the case sensitive line 79 : name = "Unknown". with a lowercase U that works.
Below is some nice features that you can add :
The support of an IP camera instead a webcam or PI cam. I did it with an Axis camera and by modifying the video stream like this :
vs = VideoStream(src="rtsp://user:password@IP_Address:554/axis-media/media.amp").start()
I can't find a way to add a time delay before sending a second alerte for the same identified people.
Many thanks
The text was updated successfully, but these errors were encountered:
Hi Caroline,
You did a fantastic job. Congratulations,
I followed your tutorial and noticed some small problems :
pip install imutils instead impiputils
Your send_test_email.py does not contain a recipient email address
Your facial_req_email.py sends an alert even for unknowns peolpe. The reason is the case sensitive line 79 : name = "Unknown". with a lowercase U that works.
Below is some nice features that you can add :
The support of an IP camera instead a webcam or PI cam. I did it with an Axis camera and by modifying the video stream like this :
vs = VideoStream(src="rtsp://user:password@IP_Address:554/axis-media/media.amp").start()
I can't find a way to add a time delay before sending a second alerte for the same identified people.
Many thanks
The text was updated successfully, but these errors were encountered: