Reduced timout while shooting photo (3 sec)
This commit is contained in:
parent
f1da072237
commit
31f0800ea0
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class AudioVideoNotesPlugin extends OsmandPlugin {
|
|||
// photo shot:
|
||||
private static int shotId = 0;
|
||||
private SoundPool sp = null;
|
||||
public static final int FULL_SCEEN_RESULT_DELAY_MS = 5000;
|
||||
public static final int FULL_SCEEN_RESULT_DELAY_MS = 3000;
|
||||
|
||||
public final CommonPreference<Integer> AV_CAMERA_PICTURE_SIZE;
|
||||
public final CommonPreference<Integer> AV_CAMERA_FOCUS_TYPE;
|
||||
|
|
Loading…
Reference in a new issue