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

QCameraExposure is not emitting exposureCompensationChanged() signal

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 1.1.2
    • 1.1.1
    • Multimedia
    • None
    • All platforms
    • a29e31de8b3700072f0911a76e71972b77a3c801

    Description

      Adding following to QCameraExposurePrivate::_q_exposureParameterChanged() will do the trick:

      case QCameraExposureControl::ExposureCompensation:
          emit q->exposureCompensationChanged(q->exposureCompensation());
          break;
      

      Attachments

        Activity

          People

            poplavsk Dmytro Poplavskiy (Inactive)
            tuviitan Tuomas Viitanen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: