Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QT5.3.2 quick Camera

QT5.3.2 quick Camera

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 349 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 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
    0

    • Login

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