dride / dride-core-pi

Open source cloud dashcam for Raspberry Pi
https://dride.io
MIT License
112 stars 23 forks source link

USB Video Camera Support #27

Open synssins opened 7 years ago

synssins commented 7 years ago

OpenCV can support USB video cameras that are supported natively by the Raspbian OS. dride should also be able to support external USB cameras for the homebrew crowd as long as said camera is supported in Linux and variants.

saoron commented 7 years ago

Hi @synssins, thank you for posting your question here, We use a very tight integration with the PiCamera and because of that this change is not trivial, We do have plan to allow that in the future. In the meantime this is the relevant file in charge of the video input if anyone want's to give it a try: PiVideoStream.py

mippen commented 6 years ago

+1 on this.. .py link seems to be dead. :-(

saoron commented 6 years ago

Thankfully a lot of things changed since the original post, The needed file is now record.js if anyone is interested in implementing this..