Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2737,8 +2737,8 @@ public class MainActivity extends Activity implements AudioListener.AudioListene } } public boolean supportsNoiseReduction() { public boolean supportsNoiseReduction() { return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() ); //return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() ); //return false; // currently blocked for release return false; // currently blocked for release } } private int maxExpoBracketingNImages() { private int maxExpoBracketingNImages() { Loading Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -2737,8 +2737,8 @@ public class MainActivity extends Activity implements AudioListener.AudioListene } } public boolean supportsNoiseReduction() { public boolean supportsNoiseReduction() { return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() ); //return( Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP && preview.usingCamera2API() && large_heap_memory >= 512 && preview.supportsExpoBracketing() ); //return false; // currently blocked for release return false; // currently blocked for release } } private int maxExpoBracketingNImages() { private int maxExpoBracketingNImages() { Loading