Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Camera on Android how to adjust the brightness ?
QtWS25 Last Chance

Camera on Android how to adjust the brightness ?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 97 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LZHD
    wrote on 9 Apr 2025, 13:57 last edited by
    #1

    QCamera or QML Camera on Android how to adjust the brightness ? I try to modify manualIsoSensitivity and exposureCompensation , no effect, althought i can implement by MultiEffect with image or videoouput , i think should have a property to changed camera itself ?

    J 1 Reply Last reply 9 Apr 2025, 14:04
    0
    • L LZHD
      9 Apr 2025, 13:57

      QCamera or QML Camera on Android how to adjust the brightness ? I try to modify manualIsoSensitivity and exposureCompensation , no effect, althought i can implement by MultiEffect with image or videoouput , i think should have a property to changed camera itself ?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 9 Apr 2025, 14:04 last edited by jsulm 4 Sept 2025, 14:05
      #2

      @LZHD If "brightness" means exposure here then setExposureCompensation() should work. Please show how you're using it.
      You should also check whether changing exposure compensation is supported using https://doc.qt.io/qt-6/qcamera.html#supportedFeatures-prop

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply 9 Apr 2025, 15:08
      1
      • J jsulm
        9 Apr 2025, 14:04

        @LZHD If "brightness" means exposure here then setExposureCompensation() should work. Please show how you're using it.
        You should also check whether changing exposure compensation is supported using https://doc.qt.io/qt-6/qcamera.html#supportedFeatures-prop

        L Offline
        L Offline
        LZHD
        wrote on 9 Apr 2025, 15:08 last edited by
        #3

        @jsulm i try to setExposureCompensation seem not any changed. I try to console supportedFeatures is 32 in hex is 0x20 that means it is only support FocusDistance. Qt's camera also supports too few features on Android compared to Java.

        J 1 Reply Last reply 10 Apr 2025, 07:28
        0
        • L LZHD has marked this topic as solved on 10 Apr 2025, 04:25
        • L LZHD
          9 Apr 2025, 15:08

          @jsulm i try to setExposureCompensation seem not any changed. I try to console supportedFeatures is 32 in hex is 0x20 that means it is only support FocusDistance. Qt's camera also supports too few features on Android compared to Java.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 10 Apr 2025, 07:28 last edited by jsulm 4 Oct 2025, 07:29
          #4

          @LZHD OK, if supportedFeatures says exposure compensation is not supported then it will not work with Qt.
          What Qt version do you use?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          9 Apr 2025, 13:57

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved