mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -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);
|
||||
|
||||
CameraConfigurationUtils.setBestPreviewFPS(parameters);
|
||||
|
||||
CameraConfigurationUtils.setFocus(
|
||||
parameters,
|
||||
prefs.getBoolean(PreferencesActivity.KEY_AUTO_FOCUS, true),
|
||||
|
|
|
@ -20,7 +20,7 @@ import android.content.SharedPreferences;
|
|||
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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue