I am using this
camera.takePicture(null, rawCallback, jpegCallback);
but with some devices it makes a sound when the camera captures the image.
Please can any one help, how can I mute camera shutter sound?
|
I am using this
but with some devices it makes a sound when the camera captures the image. Please can any one help, how can I mute camera shutter sound? |
|||||||
|
|
For Mute put this code before capturing image
After 1 second it will unmute put below code:
|
||||
|
|
|
Use Below two lines before button click
And these two lones just after image get captured:
I know only this solution and I personally used it in my application |
|||
|
|
As harism mentioned, this is not possible to do on some devices, because there are legal requirements in some markets (Japan, for example) that taking a picture always results in an audible shutter sound. The stream type used for these types of sounds is |
|||||||
|
|
You can turn it off programmatically from 4.2 onwards with:
|
|||
|
|