Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    QT5.3.2 quick Camera

    QML and Qt Quick
    1
    1
    308
    Loading More Posts
    • 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
      wangyuhaolearn last edited by

      I have a question.

      Camera {
          id: camera
           property int value
          value :0
      }
      
      VideoOutput {
      
          id: viewfinder
           width: 900
            height: 470
          source: camera
      }
      

      The screen camera width 640 height 480
      But I want the camera fill videoOutPut .what should i do ?
      Thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post