vieuxcarre44 / android-scripting

Automatically exported from code.google.com/p/android-scripting
0 stars 0 forks source link

Camera clicks rather than following settings #458

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Camera Click sound is heard and should not be.

HTC Hero 2.1 with sl4a-r3 (attached logcat file)
2.1-update1 (orange)
kernel:- 2.6.29-36d5cb8d htc-kernel@and18-2 #1

Simple camera app in python to take sequence of pictures to the sdcard
using droid.cameraCapturePicture() command
(see previous for actual code if needed)

While its trying to take pictures the camera click sound is heard, but in the 
settings its turned off.

The droid.cameraInteractiveCapturePicture() works fine in the same program f 
the origional line is replaced, no clic heard.

What is the expected output? 
  No click sound

What do you see instead?
Click for each picture taken

What version of the product are you using? 
sl4a-r3

Please provide any additional information below.
Attached logcat file.

Original issue reported on code.google.com by Panquisitive on 12 Oct 2010 at 6:07

GoogleCodeExporter commented 9 years ago
This is not controllable from the Android API. You can put the device into 
silent mode before taking the picture though.

Original comment by damonkoh...@gmail.com on 6 Nov 2010 at 9:30