Arduino Projects DISCUSSION

can we interface a webcam and a PIR motion sensor to an arduino...???

Started by syedzainnasir can we interface a webcam and a PIR motion sensor to an arduino...???
1 replies 248 views 2 participants
Latest activity · 24 Feb 2017

can we interface a webcam and a PIR motion sensor to an arduino...???

syedzainnasir Arduino Projects Forum
#1
Can we interface a webcam and a PIR motion sensor with an Arduino…?

I want to connect a PIR motion sensor and a webcam to an Arduino…

when a human enters a specified region…the PIR motion sensor will send a signal to the Arduino…
the Arduino then sends an actuating signal to the webcam so that it switches ON and starts recording…

when the human moves out of the specified region…the PIR motion sensor will send another signal to the Arduino

the Arduino then controls the webcam by turning It OFF…

also is it possible to store the recorded video in a storage device (preferably SD card)…?

please help me…

Community replies 1

Re: can we interface a webcam and a PIR motion sensor to an arduino...???

#2
[quote=Watters post_id=148 time=1487942648 user_id=78] Can we interface a webcam and a PIR motion sensor with an Arduino…?

I want to connect a PIR motion sensor and a webcam to an Arduino…

when a human enters a specified region…the PIR motion sensor will send a signal to the Arduino…
the Arduino then sends an actuating signal to the webcam so that it switches ON and starts recording…

when the human moves out of the specified region…the PIR motion sensor will send another signal to the Arduino

the Arduino then controls the webcam by turning It OFF…

also is it possible to store the recorded video in a storage device (preferably SD card)…?

please help me… [/quote]
You aren't going to be able to record data from the Webcam on the 8-bit Arduino that only has a few K of RAM.

You really need a PC or maybe a Raspberry Pi to do this kind of work.
Recommend: [url=http://www.theengineeringprojects.com/2015/06/interfacing-pir-sensor-arduino.html]Interfacing PIR sensor with Arduino [/url]
TEP COMMUNITY