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

Dynamic camera artifacts in using the QML code

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: P2: Important P2: Important
    • None
    • 5.12.3, 5.12.4, 5.15.12
    • Multimedia
    • * Target: iMX6
      * OS: Yocto Linux without of X11 && Wayland
      * GStreamer 1.0
      * V4L2
      * Camera: Logitech C920 + HP HD 4310
    • Linux/Other display system

      When I use this simple QML code:

          VideoOutput {
              anchors.fill: parent
              source: Camera {
                  id: camera
                  viewfinder {
                      maximumFrameRate: 30
                      minimumFrameRate: 30
                  }
              }
          }
      

      then I got a 'dynamic' artifacts when I move something in a camera view. But when an video is static, then I have not any artifacts. This artifacts are appeared only when something moves in a camera view (please, see a video from this URL: https://yadi.sk/i/JbPqVtoAME1F4Q ).

      But, when I use the QtWidgets code (e.g. the Camera example from the QtMM), then I did not see any artifacts.

      Following GStreamer pipeline does work too:

      gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,framerate=30/1' ! videoconvert ! autovideosink
      

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

            sapiippo Samuli Piippo
            kuzulis Denis Shienkov
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There is 1 open Gerrit change