Billwilliams1952 / PiCameraApp

A graphical interface for programming the Raspberry Pi PiCamera. Written in Python using Tkinter.
280 stars 66 forks source link

How can I use USB camera?? #10

Open peng4975 opened 5 years ago

peng4975 commented 5 years ago

This code is excellent. It is very helpful to me who is studying raspberry pi.

How can I use a USB camera instead of a pi cam? I think it should not just change 'dev' because current code using PI cam lib. Therefore, I need your opinion as an expert.

mnishig commented 3 years ago

You can not use USB camera with this app. Because this app depends on picamera python module . picamera module supports Pi Camera Hw only.

USB camera maybe implemented V4lL interface, but in most cases document is not opened by camera vender.