JustASchKid
Posts: 19
Joined: Thu Jun 04, 2015 12:56 am

Security Camera

Tue Jul 07, 2015 6:12 am

Hi
I am currently doing a project of a home security camera based on the Raspberry Pi, Pi camera and a keypad
So i am wondering if there is any program that i must download into the Raspberry Pi to do my project
Attachments
fi.png
fi.png (30.14 KiB) Viewed 692 times

User avatar
Laurens-wuyts
Posts: 716
Joined: Wed Aug 21, 2013 7:35 pm
Location: Belgium
Contact: Website

Re: Security Camera

Tue Jul 07, 2015 6:32 am

As mentioned here, you'll need opencv and some python libraries for the face recognition.
For the rest of the project I think you can use python. :)

Laurens

JustASchKid
Posts: 19
Joined: Thu Jun 04, 2015 12:56 am

Re: Security Camera

Mon Jul 13, 2015 3:10 am

Laurens-wuyts wrote:As mentioned here, you'll need opencv and some python libraries for the face recognition.
For the rest of the project I think you can use python. :)
I looked through this project. but i kinda got confused from all the imports here and there. But instead of a servo, what do i have to change in the codes to light up an LED when face recognised?

User avatar
Laurens-wuyts
Posts: 716
Joined: Wed Aug 21, 2013 7:35 pm
Location: Belgium
Contact: Website

Re: Security Camera

Mon Jul 13, 2015 11:47 am

In the "hardware.py" you need to change the lock and unlock functions to the functions you want and then you need to add these functions into "box.py" where you find box.lock() or box.unlock().

Laurens

Return to “Beginners”