Hi everyone, I' trying to use mjpg-stremer on my Beaglebone black.
My distro is the ubuntu eMMC flasher for BBB from elinux. http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black.2FGreen I'm using an C270 logitech webcan, and this the commands i used in order to install ans use mjpg-player sudo apt-get update sudo apt-get install g++ curl pkg-config libv4l-dev libjpeg-dev build-essential libssl-dev vim cmake sudo apt-get install imagemagick cd /home/ubuntu wget https://github.com/shrkey/mjpg-streamer/raw/master/mjpg-streamer.tar.gz tar -xvf ./mjpg-streamer.tar.gz cd mjpg-streamer/ make sudo make install mjpg_streamer -i '/usr/local/lib/input_uvc.so -d /dev/video0 -r 1280x960 -f 15 -n -y' -o '/usr/local/lib/output_http.so -w /usr/local/www -p 8080' On the beaglebone, mjpg-streamer, starts correcty : MJPG Streamer Version: svn rev: i: Using V4L2 device.: /dev/video0 i: Desired Resolution: 1280 x 960 i: Frames Per Second.: 15 i: Format............: YUV i: JPEG Quality......: 80 o: www-folder-path...: /usr/local/www/ o: HTTP TCP port.....: 8080 o: username:password.: disabled o: commands..........: enabled But whene, i go to my streamer page '' 192.168.1.16:8080 ", i have acces to the website but all the videos are blank. I don't know what, is happening; And when i tried to use mjpg-streamer on my raspberry pi 2 and my webcam. i use EXACTLY the same commands on raspbian jessie. And it WORKS !!!! Does anyone have an idea to help me ? Or know what is happening on my BBB Thanks a lot -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/fae958f9-ea34-470f-8260-642e3952ade9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
