1

Can it possible to fix frame rate and change resolution of Camera? Tried to use

  viewfinder.maximumFrameRate: 10 
  viewfinder.minimumFrameRate: 10

and

   viewfinder.resolution: Qt.size(640, 480)

no effect, they are simply being ignored.

How can I access the QML Camera from Android's Java side (I mean in QtActivity class)? What does Qt use for creating Camera on Android devices?

Fixing frame rate is very important for current project, according to RTMP settings on server side.

0x0000DEAD
  • 11
  • 5
  • When I set the min & max rates my VideoOutput component goes completely black. I would really like to find a solution to this as the performance of the camera is really poor once you get up to 5 or 6 preview windows. – rusty Nov 17 '16 at 16:50

1 Answers1

1

It seems as of this bug from 2014 Qt does not support setting the frame rate on linux and they have no plans to do so. I'm guessing this also applies to Android.

rusty
  • 477
  • 4
  • 13