Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-114174

Camera active property stays true when stopped

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.5.3, 6.6.0 Beta3
    • 6.5.1
    • Multimedia
    • None
    • Windows 10, mingw Qt 6.5.1, ffmpeg backend
    • Windows
    • 9bd10b941 (dev), 62f64d275 (6.5), 506a6f855 (6.6)

    Description

      When stop():in a Camera the active property stays true. The Camera does stop and start():ing works but it impossible to know if camera is active or not.

      Below debug log from a slightly modified declarative-camera (add onActiveChanged: console.debug("Active: "+active), added buttons top stop/start camera )

       

      qml: Active: true
      qt.multimedia.imageCapture: cameraActiveChanged false true
      qt.multimedia.imageCapture: isReady false
      qt.multimedia.video: updatePaintNode: Video node created. Handle type: NoHandle
      qml: Active: true
      qt.multimedia.imageCapture: cameraActiveChanged true false
      qt.multimedia.imageCapture: isReady true
      qml: Active: true
      qt.multimedia.imageCapture: cameraActiveChanged false true
      qt.multimedia.imageCapture: isReady false
      qml: Active: true
      qt.multimedia.imageCapture: cameraActiveChanged true false
      qt.multimedia.imageCapture: isReady true

       

      Attachments

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

        Activity

          People

            padubsky Pavel Dubsky
            milang Kaj-Michael Lang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes