Skip to content

Nueralspace/USB_camera_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

USB_camera_stream

USB camera streaming Project

Getting Started

This instructions will help you to stream USB camera video frames data on local host.

Prerequisites

Linux (>= 14.04)

mplayer utility

nc utility

Instruction


--> Compile the source code and use following command to send video frames over local host.

    ./capture_video -d /dev/<VIDEO_NODE> -o | nc 127.0.0.1 5555

--> Create one fifo to grab the data from local network.

    nc -l -p 5555 > video.fifo

--> Play fifo data by passing the following arguments to mplayer.

    mplayer video.fifo -demuxer rawvideo -rawvideo w=640:h=480:format=yuy2

Authors

  • Nueral Space

About

USB camera streaming Project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages