FRC1076 / Vision2019

Target detection (python2 with opencv 3)
0 stars 2 forks source link

startup script should wait for camera connection before trying to set camera settings #3

Open mcolinj opened 5 years ago

mcolinj commented 5 years ago

It can wait on the creation of the device in /dev before it continues.

This will also prevent python crash if the camera is not plugged in.

mcolinj commented 5 years ago

Search for bash script that waits on a file and use that as the pattern.