Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How does QCameraImageCapture not automatically save images ?

How does QCameraImageCapture not automatically save images ?

Scheduled Pinned Locked Moved Solved Mobile and Embedded
3 Posts 2 Posters 424 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.
  • DQUY05D Offline
    DQUY05D Offline
    DQUY05
    wrote on last edited by
    #1

    Hi everyone !

    I know this topic is not new, but I still have not found a solution to it, can anyone show me how to delete the captured image, I am stuck

    connect(img_cap,SIGNAL(imageCaptured(int,QImage)),this,SLOT(imageCapture(int,QImage)));
    

    it is always saved to external memory and I don't know how to access it to delete it

    Thanks!

    M 1 Reply Last reply
    0
    • DQUY05D DQUY05

      Hi everyone !

      I know this topic is not new, but I still have not found a solution to it, can anyone show me how to delete the captured image, I am stuck

      connect(img_cap,SIGNAL(imageCaptured(int,QImage)),this,SLOT(imageCapture(int,QImage)));
      

      it is always saved to external memory and I don't know how to access it to delete it

      Thanks!

      M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      Use QCameraImageCapture::setCaptureDestination, when you set up the capturing, to save images in a buffer - as default it saves to file somewhere, as you have noticed...

      DQUY05D 1 Reply Last reply
      1
      • M mvuori

        Use QCameraImageCapture::setCaptureDestination, when you set up the capturing, to save images in a buffer - as default it saves to file somewhere, as you have noticed...

        DQUY05D Offline
        DQUY05D Offline
        DQUY05
        wrote on last edited by
        #3

        @mvuori said in How does QCameraImageCapture not automatically save images ?:

        Use QCameraImageCapture::setCaptureDestination, when you set up the capturing, to save images in a buffer - as default it saves to file somewhere, as you have noticed...

        Thanks !

        With signal imageSaved, I have solved the problem !

        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