Menu

Take Video Shutter

Anonymous
2014-11-23
2014-12-14
  • Anonymous

    Anonymous - 2014-11-23

    Hi, it really awesome app and I like very much. I don't like video shutter, galaxy s5 do it by itself app (4.4.2). Can you make it silent. thanks.

     
    • Mark

      Mark - 2014-11-23

      Hi, you can try Settings/More camera sounds, and untick "Shutter sounds", but if that doesn't work for video, it may be something that isn't supported (it seems that many devices ignore that setting, especially for video - and the "stock" camera app doesn't have to go through the Android API that 3rd party camera apps have to use).

       

      Last edit: Mark 2014-11-23
      • Anonymous

        Anonymous - 2014-12-13

        Post awaiting moderation for 6 days. is there a problem with site?

         
        • Mark

          Mark - 2014-12-14

          No problem, I just get quite a lot of Open Camera emails etc, so takes a while to catch up with them :)

           
  • Anonymous

    Anonymous - 2014-12-07

    hi
    when video capture button pressed, phone goes silent mode for 1 second (or 0,5). And then again passes the previous state. So that we don't hear shutter sound.
    this can produce with codes.

     
    • Mark

      Mark - 2014-12-14

      I'm not sure I understand you - e.g., "passes the previous state" or "this can produce with codes"?

       
  • Anonymous

    Anonymous - 2014-12-14

    hi,
    I am sorry my english
    when video capture button pressed, phone goes silent mode for 1 second (or 0,5), in the end of time silent mode is off.

     
  • Anonymous

    Anonymous - 2014-12-14

    would help you a simple code

    //when video capture button pressed, run this code
    mAudioManager.setRingerMode(AudioManager.RINGER_MODE_SILENT);

    //wait 1 second (or 0,5) then run this code
    mAudioManager.setRingerMode(AudioManager.RINGER_MODE_NORMAL);

    I hope help for you.
    thanks.

     
    • Mark

      Mark - 2014-12-14

      Thanks - though according to http://stackoverflow.com/questions/10383083/how-to-mute-camera-shutter-sound-on-android-phone , that method doesn't work on all devices either. I'd rather stick with the new Android 4.2 method of disabling the source, and if a manufacturer doesn't support disabling source for photo and/or video, it's not clear the older method of disabling sound will work either.

       
  • Anonymous

    Anonymous - 2014-12-14

    or can use this code
    this.mHandler.sendEmptyMessageDelayed(?, ?);
    thanks.

     

Anonymous
Anonymous

Add attachments
Cancel





Auth0 Logo