mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Don't set FPS in main BS app, as it was for Glass and there is now a specialized Glass app
This commit is contained in:
parent
77aabfc457
commit
1b403e81db
|
@ -76,8 +76,6 @@ final class CameraConfigurationManager {
|
||||||
|
|
||||||
initializeTorch(parameters, prefs, safeMode);
|
initializeTorch(parameters, prefs, safeMode);
|
||||||
|
|
||||||
CameraConfigurationUtils.setBestPreviewFPS(parameters);
|
|
||||||
|
|
||||||
CameraConfigurationUtils.setFocus(
|
CameraConfigurationUtils.setFocus(
|
||||||
parameters,
|
parameters,
|
||||||
prefs.getBoolean(PreferencesActivity.KEY_AUTO_FOCUS, true),
|
prefs.getBoolean(PreferencesActivity.KEY_AUTO_FOCUS, true),
|
||||||
|
|
|
@ -20,7 +20,7 @@ import android.content.SharedPreferences;
|
||||||
import com.google.zxing.client.android.PreferencesActivity;
|
import com.google.zxing.client.android.PreferencesActivity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enumerates settings of the prefernce controlling the front light.
|
* Enumerates settings of the preference controlling the front light.
|
||||||
*/
|
*/
|
||||||
public enum FrontLightMode {
|
public enum FrontLightMode {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue