First time here? Check out the FAQ!

Ask Your Question
1

Error streaming video from server

asked Apr 7 '13

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Apr 7 '13

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/

Preview: (hide)

Question Tools

Stats

Asked: Apr 7 '13

Seen: 2,182 times

Last updated: Apr 07 '13