Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. A Problem about QtCamera with Qt5.3.2
QtWS25 Last Chance

A Problem about QtCamera with Qt5.3.2

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 859 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.
  • W Offline
    W Offline
    wangyuhaolearn
    wrote on last edited by
    #1

    I want to build a Qt Camera application on my ARM device by qml.

    Now My Qt version is Qt5.3.2

    To porting on my arm device ,I had changed gstreamer source(imx*) and sink(imx*) in qtmultimedia\src\plugins\gstreamer\camerabin

    It seed to work, but it only contains one frame (fixed image)

    qml source:

    @
    import QtQuick 2.0

    import QtMultimedia 5.0

          Rectangle {
                width: 640
                height: 480
    
                Camera {
                        id: camera
                       // imageProcessing.whiteBalanceMode: CameraImageProcessing.WhiteBalanceFlash
                        //exposure {
                              //  exposureCompensation: -1.0
                                //exposureMode: Camera.ExposurePortrait
                       // }
                    //flash.mode: Camera.FlashRedEyeReduction
                }
        VideoOutput {
            source: camera
            anchors.fill: parent
            focus : visible // to receive focus and capture key events when visible
        }
    }
    

    @

    I get the following warning and error

    CameraBin error: "Internal data flow error."

    [edit: added missing coding tags @ SGaist]

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you first check that your camera is working correctly with gstreamer ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

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