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. [Solved]The meaning of the "preview" parameter from the example "declarative-camera"
Forum Updated to NodeBB v4.3 + New Features

[Solved]The meaning of the "preview" parameter from the example "declarative-camera"

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 808 Views 1 Watching
  • 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.
  • S Offline
    S Offline
    stereomatching
    wrote on last edited by
    #1

    @imageCapture {
    onImageCaptured: {
    photoPreview.source = preview //where are this parameter(preview) come from?
    stillControls.previewAvailable = true
    cameraUI.state = "PhotoPreview"
    }
    }@

    File "declarative-camera.qml", line 91

    These are part of the codes from the Qt5 example ""declarative-camera"
    Can't find the source of this parameter, where is it come from?
    The preview should be the image the camera captured

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stereomatching
      wrote on last edited by
      #2

      Because of signature is
      onImageCaptured(requestId, preview)
      so the preview is the parameter of the signal

      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