Regarding reading the frames from QML camera in C++ class using QVideoProbe in Android
Unsolved
General and Desktop
-
Hi,
I am using QML camera and need to read frames in C++ , i went through DOCs came to know QVideoProbe supports For android, but the image is not saving in Android device path. I went through Forum Posts similarly
Below is the one i got
https://forum.qt.io/topic/63206/trying-to-capture-qimage-of-video-frameDo we need to convert YUV to RGB format then add to QImage?.
Does anyone have code snippet, will be helpfull.
Guidance is required.Thanks,
-
I provided qDebug()<<"pixelFormat: "<<cloneFrame.pixelFormat();
pixelFormat: Format_NV21And the format in Android device, how to move further .
Guidance is required.
Thanks,