IoT Hacks for IoT geeks. http://iot-hacks.com

Webcam Streaming with LinkIt Smart 7688

8:32 PM Posted by Gopal Lal 3 comments

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.
The first step is to connect the LinkIt Smart to your wifi network. If you don't know how to connect the check it here

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.



3 comments:

  1. nice work... try updating your blog... keep it up

    ReplyDelete
    Replies
    1. Thanks for your appreciation..
      We have moved to WordPress check our new site http://iot-hacks.com

      Delete
  2. How can i do same streaming on button click from linkit smart 7688 MPU?

    ReplyDelete