Reduced timout while shooting photo (3 sec)

This commit is contained in:
Alexey Kulish 2017-03-02 17:22:09 +03:00
parent f1da072237
commit 31f0800ea0

View file

@ -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;