Ask Your Question

Rodrigo Uroz's profile - activity

2017-10-30 04:51:44 -0600 received badge  Famous Question (source)
2016-04-20 13:53:35 -0600 received badge  Student (source)
2016-02-16 16:02:03 -0600 received badge  Notable Question (source)
2015-06-16 08:57:30 -0600 received badge  Popular Question (source)
2014-01-28 16:46:12 -0600 answered a question VideoWriter output using VP8 not working

I'm trying to do the same. Did you manage to make this work?

2014-01-14 06:57:56 -0600 commented question Generate video output (streaming)

I will take a look at that since I'm now looking for a performant (not a word, sorry) way of streaming a video in a format that's suitable for all modern browsers (IE doesn't render mjpeg streams).

2014-01-08 13:22:50 -0600 commented question Generate video output (streaming)

Thanks guys, that shed some light and I'm back on track!

2014-01-07 11:07:33 -0600 asked a question Generate video output (streaming)

Hi

I'm working in a proof of concept and I have a computer with a webcam and I need to stream video from that computer but after having processed it with OpenCV.

I have an application that reads the video and draw rectangles above detected faces, and I need to stream that output (the video with the detected faces) to the network.

I haven't found a direct way of doing this. I'd like the video to be encoded in mp4 or something that's rendered in HTML5 but I can transcode it if it's in a different format.

Can you give me some guidance?

Platform: OS X / Python

Thanks in advance