Hello,
I have an application written in OpenCV that does some processing on images.
I want to stream the resulting images via RTSP using libVLC. How can I get the images into libVLC?
I know I can do it by saving the images to disk, but it is not a good solution for me due to obvious performance issues.
Thank you