sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.31k stars 347 forks source link

is it possible to create stream from OpenCV modified frames/images ? #218

Open MyraBaba opened 6 years ago

MyraBaba commented 6 years ago

Hi,

is it possible to create stream from OpenCV modified frames/images ?

We are processing live video feed in OpenCV and marking/drawing boxes on the frames want to re-stream it.

Is libsourcey has such capability? and any small example to start ?

Thanks