Hi,
I am using CameraEx in my app and would like to enable shutter sound. Found the following sub to do it (posted by Erel).
Public Sub EnableShutterSound(Enabled As Boolean) As Boolean
r.target = nativeCam
Return r.RunMethod2("enableShutterSound", Enabled, "java.lang.boolean")
End Sub
It runs without any error messages on my Galaxy S4 but somehow, upon clicking on btnShutter button, a photo being taken but no shutter sound can be heard. I had called the EnableShutterSound(True) in my Camera_Ready() before CameraEx.CommitParameters. Am I placing it at the right location?
Thanks in anticipation.
I am using CameraEx in my app and would like to enable shutter sound. Found the following sub to do it (posted by Erel).
Public Sub EnableShutterSound(Enabled As Boolean) As Boolean
r.target = nativeCam
Return r.RunMethod2("enableShutterSound", Enabled, "java.lang.boolean")
End Sub
It runs without any error messages on my Galaxy S4 but somehow, upon clicking on btnShutter button, a photo being taken but no shutter sound can be heard. I had called the EnableShutterSound(True) in my Camera_Ready() before CameraEx.CommitParameters. Am I placing it at the right location?
Thanks in anticipation.