Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-2014

Not all resolutions of front facing camera are available for Symbian

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.2.0
    • Multimedia
    • None
    • Qt 4.7.4 on Symbian Anna C7

      QByteArray frontCamera = QCamera::availableDevices()[1];
      _camera = new QCamera(frontCamera);
      _camera->setCaptureMode(QCamera::CaptureStillImage);
      _stillImageCapture = new QCameraImageCapture(_camera);

      qDebug() << "Resolutions: " << _stillImageCapture->supportedResolutions();

      On C7 the code above outputs only QSize(320, 240), although the device specs for C7 say that it should be capable of 640x480 as well.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            satu.m.makela satu makela
            grego Harri Pasanen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes