LinkIt Smart 7688
Hello and welcome friends. Today we are going to connect a webcam to LinkIt Smart 7688 device and streaming it on HTTP port with help of 'mjpg-streamer'. So let's start.So what we need:
- LinkIt Smart 7688 Board,
- a USB Webcam. I am using Logitech's 270,
- a USB OTG cable,
- a computer or laptop with wifi connection,
- and a wifi network.
Now login to LinkIt Smart through ssh.
ssh root@mylinkit.local
Make sure the LinkIt Smart has 'mjpg_streamer' package installed. Type the following command. It will give you details about the package.
mjpg_streamer -h
If your device doesn't have this package then install it with 'opkg install' command.
Now run the following command.
mjpg_streamer -i "input_uvc.so -d /dev/video0 -r 640x480 -f 25" -o "output_http.so -p 8080 -w /www/webcam"
This will stream your webcam to HTTP port 8080.
nice work... try updating your blog... keep it up
ReplyDeleteThanks for your appreciation..
DeleteWe have moved to WordPress check our new site http://iot-hacks.com
How can i do same streaming on button click from linkit smart 7688 MPU?
ReplyDelete