Merge "Camera2: Remove filtering for non-BURST_CAPTURE-capable devices" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2bf7b98a2a
@@ -1290,7 +1290,7 @@ public final class StreamConfigurationMap {
|
||||
for (StreamConfiguration config : configurations) {
|
||||
int fmt = config.getFormat();
|
||||
if (fmt == format && config.isOutput() == output) {
|
||||
if (output) {
|
||||
if (output && mListHighResolution) {
|
||||
// Filter slow high-res output formats; include for
|
||||
// highRes, remove for !highRes
|
||||
long duration = 0;
|
||||
|
||||
Reference in New Issue
Block a user