Merge "Camera2: Release input surface on capture session close" into oc-dr1-dev
am: 06802167e5
Change-Id: Iedafc28d1a63b708b1992e4ef3570069c59d087a
This commit is contained in:
@@ -412,6 +412,9 @@ public class CameraCaptureSessionImpl extends CameraCaptureSession
|
||||
// If no sequences are pending, fire #onClosed immediately
|
||||
mSequenceDrainer.beginDrain();
|
||||
}
|
||||
if (mInput != null) {
|
||||
mInput.release();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user