Skip to content

Mras2an/Webcam-IP-BeagleBone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Webcam IP

Example to "Webcam IP" with UDP for Linux embedded. I suggest you optimize this code because it has many modifications to improve these performances.

Developed and modified by Mras2an for the HD3000 camera.

##DEMO : WebcamIP

This software is provided as is and it comes with no warranties of any type. v4l original source : gdansk, UDP original source : igm, huffman tables : Charles M, jpeg : Thomas G, OpenCV : OpenCV doc.

LICENSE TERMS: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1\ please cite: [Mras2an] http://mras2an.webnode.fr/ (2013) This project use: v4l driver,compression and decompression JPEG, UDP protocol transfer, openCV image show. Retrieved from http://www.youtube.com/watch?v=eAylw-LBKrA and http://beagleboard.org/project/Streaming+video+BBB/

#Build :

##Dependence:

sudo apt-get install libopencv-dev libjpeg62-dev libturbojpeg1-dev libopencv-objdetect-dev libhighgui-dev

###Hote :

$ make

###Beaglebone : you must export your toolchain if you compile on your host

$ make GCC_PREFIX="prefix-toolchain"

you can compile on Beaglebone with

$ make

###Raspberry pi : you must export your toolchain if you compile on your host

$ make GCC_PREFIX="prefix-toolchain" CFLAGS=

you can compile on raspberry pi with

$ make CFLAGS=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published