Fix video capture not restarting on setParameters from filter.
This commit is contained in:
parent
268ad9fa10
commit
1d26f24529
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ public class AndroidCameraRecordManager {
|
|||
p.cameraId = cameraId;
|
||||
p.videoDimensionsInverted = width < height;
|
||||
parameters = p;
|
||||
tryToStartVideoRecording();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue