Open sp4ghet opened 7 years ago
There's a different error which requires you unplug the camera and replug it.
It give something related to select timout
which seems to be a fairly common OpenCV/Linux bug
http://rolfblijleven.blogspot.nl/2015/02/howto-persistent-device-names-on.html
Using the hard-wired device ID to determine the /dev/ name seems to be the way to go.
Thanks man! It help me a lot!
This is related to #166 in that it is naiive to assume the camera will always be on
/dev/video0
and it will sometimes change to/dev/video1
. This causes the node to crash like so: