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

some little issues #1

Open
Ptipuf opened this issue Dec 30, 2020 · 0 comments
Open

some little issues #1

Ptipuf opened this issue Dec 30, 2020 · 0 comments

Comments

@Ptipuf
Copy link

Ptipuf commented Dec 30, 2020

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

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

1 participant