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. Default Camera Image Picture Folder Path in QML

Default Camera Image Picture Folder Path in QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 1.5k 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.
  • H Offline
    H Offline
    halil sogut68
    wrote on last edited by
    #1

    Hi,

    How to see default Camera Image Picture folder befeore capture image in qml ?

    Thanks

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      The image will be captured to the default system location, typically QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) for still imaged or QStandardPaths::writableLocation(QStandardPaths::MoviesLocation) for video.

      See: http://doc.qt.io/qt-5/qml-qtmultimedia-cameracapture.html#cancelCapture-method

      See also: Qml Tutorial exposing QStandardPaths

      1 Reply Last reply
      0
      • H Offline
        H Offline
        halil sogut68
        wrote on last edited by halil sogut68
        #3

        Hi,

        How to delete picure from default system ( QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) ) location in qml .

        Thanks

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by A Former User
          #4

          Unfortunately there is no out-of-the-box way to do this with QtQuick. You'll have to write some code for this in C++ and call it from QML.

          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