Ask Your Question

ramos.david20122012's profile - activity

2018-03-09 11:04:07 -0600 received badge  Popular Question (source)
2013-04-12 04:20:32 -0600 received badge  Student (source)
2013-04-07 13:11:19 -0600 asked a question Error streaming video from server

Hi all, I have a webcam usb connected to the Raspberry Pi. I installed Motion and now the Raspberry is working as a server. I used Vlc to stream and test that (open as http://192.168.1.101:8081/) and is working. Then i have installed Opencv with FFmpeg, Gstreamer and Xine like wrote in this tutorial link text. I am using this to open the streaming: ... VideoCapture cap("http://192.168.1.101:8081/"); ... and i get this error: (ERROR)icvOpenAVI_XINE(): Unable to open source 'http://192.168.1.101:8081' Segmentation fault

Anyone could help me? I have to use the webcam of the Raspberry like the webcam of my pc...is this possible? thanks in advance

2013-04-05 10:36:19 -0600 answered a question How use Opencv process signal input is Stream video on C#

hi, i followed this steps and download the OpenCV code: http://robocv.blogspot.it/2012/01/using-your-ip-camera-with-opencv.html#comment-form

i try: VideoCapture cap("http://ceac9.ua-camp-farms.arizona.edu/mjpg/video.mjpg");

but i get only one frame and not a streaming. could you please help me? i need to streaming from an url.