I want to implement the complete pipeline as :
opencv (clientapp on Linux platform) ---socket---> QT(server opencv on QT platform) transfer the image using opencv c++ function through socket and display image in QMl.
I have called the opencv c++ function from qml using Q_INVOKABLE but how to send the QImage from c++ function to QML file for display.