blackjack / webcam

Golang webcam library for Linux
MIT License
411 stars 90 forks source link

USING IT FOR RPI CAMERA? #25

Closed saurabh98s closed 5 years ago

saurabh98s commented 5 years ago

how can i use it for the rpi camera? when i tried to run it on my raspberry pi it gave me error : 10:13 Unable to open webcam no such file or directory Can you suggest a way?

blackjack commented 5 years ago

You need to provide correct path to webcam device (e.g. /dev/video0). To get list of camera devices on your host you can install v4l-utils package and run v4l2-ctl --list-devices.