Streaming video
In this video, you look at video streaming (320x240, 640x480) using the Beaglebone black. To realise this c language project i used: v4l driver, compression and decompression JPEG, UDP protocol transfer, openCV image show.
You find the code on GitHub : github.com/Mras2an/Webcam-IP-BeagleBone
Sujet: Streaming video
How to use
Jose
09/01/2016
What Ip address are we referencing after calling the program? and what is the 8000 value stand for?
realloc Error
Alberto
08/06/2015
I have this error:
root@beaglebone:/home/debian/Webcam-IP-BeagleBone/CodeBeagle# ./ClCamIp.out 192.168.7.1 8000
***Beagleboard***
Name: 192.168.7.1
Ip addr: 192.168.7.1
Send UDP
*** glibc detected *** ./ClCamIp.out: realloc(): invalid next size: 0x00012438 ***
Aborted
root@beaglebone:/home/debian/Webcam-IP-BeagleBone/CodeBeagle# ./ClCamIp.out 192.168.7.1 8000
***Beagleboard***
Name: 192.168.7.1
Ip addr: 192.168.7.1
Send UDP
*** glibc detected *** ./ClCamIp.out: realloc(): invalid next size: 0x00012438 ***
Aborted