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

QCameraExposure is not emitting exposureCompensationChanged() signal

XMLWordPrintable

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

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

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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes