I've done a simple image processing using openCV that has a RGB-Array as the output.
is it possible to transfer and display my RGB-Array to a HTML without initially saving it as .jpg or any other picture format?
I can't use CGI, since I need to display this picture in an application, that only allows a HTML Code.