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. qmlcamera resolution
Qt 6.11 is out! See what's new in the release blog

qmlcamera resolution

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 546 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.
  • M Offline
    M Offline
    michael 1949
    wrote on last edited by
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • 6thC6 Offline
      6thC6 Offline
      6thC
      wrote on last edited by 6thC
      #2

      I don't see that error. Maybe a hardware limitation of your webcam device?

      resolution: "1280x720" // 720p
      using: https://www.logitech.com/en-au/product/hd-webcam-c525

      I specified the viewfinder.resolution and it just didn't work if I went out of range (1920x1080). It did seem to work @ 1280x720 - I didn't get that message though.

      Camera {
              id: camera
              captureMode: Camera.CaptureStillImage
              viewfinder.resolution: "1280x720" // "1920x1080"
              imageCapture {
                  onImageCaptured: {
                      photoPreview.source = preview
                      stillControls.previewAvailable = true
                      cameraUI.state = "PhotoPreview"
                  }
              }
      
              videoRecorder {
                   resolution: "1280x720" // "640x480" // https://www.logitech.com/en-au/product/hd-webcam-c525 720p
                   frameRate: 30
              }
      
      1 Reply Last reply
      0
      • M Offline
        M Offline
        michael 1949
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        1

        • Login

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