derekmolloy / boneCV

Beaglebone Webcam and OpenCV Examples Repository
161 stars 89 forks source link

v4l2-ctl and avconv command not found #7

Open Drjacky opened 7 years ago

Drjacky commented 7 years ago

I'm using your built binaries, in both linux and windows, but got this:

./streamVideoRTP: line 6: v4l2-ctl: command not found ./streamVideoRTP: line 18: ./capture: cannot execute binary file: Exec format error ./streamVideoRTP: line 18: avconv: command not found

hexterisk commented 6 years ago

v4l2-ctl is a command inside the package named v4l-utils.

sudo apt-get install v4l-utils