am 2bf7b98a: Merge "Camera2: Remove filtering for non-BURST_CAPTURE-capable devices" into mnc-dev
* commit '2bf7b98a2ade8b3fe25143fa9ef94f2266a908dd': Camera2: Remove filtering for non-BURST_CAPTURE-capable devices
This commit is contained in:
@@ -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