Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
5.3.2, 5.4.0
-
None
-
Ubuntu x64, BB z30
Description
Qt Quick Camera preview is not working on BB10 due to incorrect implementation of QNXplugin.
I am able to make a photo, but VideoOutput shows nothing.
I suppose that the problem was introduced by this improvement: 36649887e8ba8841b45522a772cf83b5c5130fca. Video output was improvement but camera output was broken
I attached a patch that resolves the issue, but it seems that OpenGL rendering is not used (seems that something is not initializaed on OpenGL level), so old QImage approach is used.
Would be great if someone will check this and improve my fix.
Also after this patch at least two problems still exist:
- back camera in vertical orientation decreases FPS dramatically
- video output orientation is incorrect in landscape mode