I am developing a Java ME Application. My Application take photos at a regular Interval. My Application is working fine. Here Whenever My Application click the photo, It creates The Camera “click” Sound.
How Can I Make This Sound Silent ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is a good trick, how to disable a sound of a shutter, with playing of a tone. You have to set a short sleep time, for initializing tone playing. So here is my code: