lelandg / Raspberry-Pi-Security-Camera

This project requires custom hardware. Schematics are included as a Fritzing file. Uses ePIR to detect motion. Emails a list of people when detected. Also is a Linphone server, so you can simultaneously connect to the camera for a live picture! (Right now is one-way on the Pi.)
MIT License
25 stars 5 forks source link

Add support for USB webcam #19

Closed lelandg closed 8 years ago

lelandg commented 8 years ago

In lieu of PiCams. Is this possible? (I think so.) This would simultaneously solve the problem of "one-way-audio". (I.e., right now you can transmit your voice when you're on a video call, but you cannot receive audio. This needs to be a separate issue, BTW.)

toshibochan commented 8 years ago

I find the solution! I be post soon!

toshibochan commented 8 years ago

If you use USB camera on the python file on the audio and video you have to add to receive video from the camera, mic from the camera and speaker I use 3.5 jack from the pi. But because pi is set audio to go to HDMI you have to set to force to go to 3.5 jack on terminal.

lelandg commented 8 years ago

This is now working for the video camera, and it still uses the RaspiCam for the still pictures. Nifty. :)

Closing this issue.