hkcam icon indicating copy to clipboard operation
hkcam copied to clipboard

USB camera on Raspberry

Open svh1985 opened this issue 5 years ago • 5 comments

Can I also use a 720p USB camera with a Raspberry?

svh1985 avatar Jun 06 '19 20:06 svh1985

I think, no, because it uses the CSI of Pi Zero W

libewa avatar Dec 13 '20 15:12 libewa

Yes, it should work. You have to find out which input device (/dev/video?) represents the USB camera and set the launch arguments accordingly.

--input_filename=/dev/video?

brutella avatar Dec 16 '20 09:12 brutella

Yes, it should work. You have to find out which input device (/dev/video?) represents the USB camera and set the launch arguments accordingly.

/dev/video IS the CSI! Probably it's /dev/usbX. But I can't test, I don't have any cam, not for CSI, not for USB.

libewa avatar Dec 18 '20 08:12 libewa

/dev/video IS the CSI! Probably it's /dev/usbX

No, I connected a USB camera and multiple /dev/video devices did show up. One of them was for the camera stream.

brutella avatar Dec 18 '20 08:12 brutella

/dev/video IS the CSI! Probably it's /dev/usbX

No, I connected a USB camera and multiple /dev/video devices did show up. One of them was for the camera stream.

OK...

libewa avatar Dec 18 '20 19:12 libewa