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. Shutter Sound QCameraImageCapture

Shutter Sound QCameraImageCapture

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 653 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.MilevM Offline
    M.MilevM Offline
    M.Milev
    wrote on last edited by
    #1

    Hello,
    I am writing a small app for iOS and Android, which should capture images every x seconds. I am using the standard code:

    camera->searchAndLock();
    imageCapture->capture();
    camera->unlock();
    

    Of course, every time the app takes an image, it makes the default iOS/Android shutter sound. I want to use a custom shutter sound. Is this possible?

    Kind Regards,
    Mickle

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      I don't think you can change the sound. The only option could be a horrible kludge: turn the application's / device's volume to zero during the capture (and hope that the camera back end obeys that) -- that should be possible (I have no idea how, in Qt, though), then when you have made the capture, turn volume back up and play your own sound. At least there will be a delay for the shutter sound, which may or may not be an issue.

      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