Merge "Camera: Initialize the forward processor along with the repeating pipeline" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7949cf90ac
@@ -251,6 +251,7 @@ public final class CameraExtensionSessionImpl extends CameraExtensionSession {
|
||||
CameraExtensionCharacteristics.PROCESSING_INPUT_FORMAT);
|
||||
mPreviewImageProcessor.onResolutionUpdate(new Size(repeatingSurfaceInfo.mWidth,
|
||||
repeatingSurfaceInfo.mHeight));
|
||||
mPreviewImageProcessor.onOutputSurface(null, -1);
|
||||
mRepeatingRequestImageReader = ImageReader.newInstance(repeatingSurfaceInfo.mWidth,
|
||||
repeatingSurfaceInfo.mHeight,
|
||||
CameraExtensionCharacteristics.PROCESSING_INPUT_FORMAT, PREVIEW_QUEUE_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user