Ask Your Question
0

stream processed image to rtsp client

asked 2017-09-15 05:20:38 -0600

Hi

I have a quad-copter that contains a camera and that can create a wifi hotspot. I am getting the image form the an on-board camera and after processing of the images(frames) in opencv I want to stream it to local client(phone or laptop). by using this address syntax on vlc/receiver{ rtsp://[username[:password]@]ip_address[:rtsp_port]/server_URL[?param1=val1[&paramN=valN]] }.

please suggest me the way to stream that opencv processed frame to a local client through rtsp or if any other better way available to complete this task.

Is there any API available in opencv to stream a frame?

Thanks in advance for help. regards shubham

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-09-15 05:24:27 -0600

berak gravatar image

updated 2017-09-15 05:36:23 -0600

opencv can receive ip streams (via VideoCapture), but for sending the stream from your copter, you'll have to use a 3rd party solution (ffmpeg, gstreamer)

(and we probably can't help you with that)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-09-15 05:20:38 -0600

Seen: 1,007 times

Last updated: Sep 15 '17