reading QCamera received 0x0 bits why?
Solved
Mobile and Embedded
-
This post is deleted!
-
I wouldn't worry about the informative messages, just run the code inside debugger to see where it fails. (Perhaps you know it from the debug() messages, but don't tell.)
I don't know what pixelFormats Android manages nowadays, but QVideoFrame::Format_NV21 should usually work (works on my phones), so it is at least good to add to the list.
And perhaps capturing QCamera's errors might provide information.
-
This post is deleted!