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

Not all resolutions of front facing camera are available for Symbian

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: