Ask Your Question
1

Error streaming video from server

asked 2013-04-07 13:11:19 -0600

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-04-07 13:19:43 -0600

There is limited streaming support in OpenCV. Read the comment of @berak at this topic:

http://answers.opencv.org/question/8207/how-use-opencv-process-signal-input-is-stream/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-07 13:11:19 -0600

Seen: 2,132 times

Last updated: Apr 07 '13