March 2017
Intermediate to advanced
732 pages
15h 24m
English
Now, it's time to show some possible usages of video devices using two interesting software tools with normal USB cameras because our embedded kits have no premounted CCD sensors.
In this section, we're going to show you how we can stream video data over the network using the BeagleBone Black with an UVC camera. The necessary software is a tool named mjpg-streamer, which must be compiled into our embedded kit. Let' install the sources with this command:
root@bbb:~# svn checkout svn://svn.code.sf.net/p/
mjpg-streamer/code/ mjpg-streamer-code
The svn tools (subversion) is held in the package named subversion, which can be installed as usual.
Once downloaded, we have to install some packages to ...