This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Description
|
captureRequestBuilder.set(CaptureRequest.CONTROL_VIDEO_STABILIZATION_MODE, |
on honor v20 device, this line will freeze the video capture.
Reproduce in owt-client-android conference sample:
- use Camera2Capturer. (do some modify in OwtVideoCapture)
- OwtVideoCapturer.create use 3840x2160 resolution and set isCameraFront to false.(front camera not support 4k)
- start the sample, then the video capture area draw nothing.
- remove Camera2Session CONTROL_VIDEO_STABILIZATION_MODE_ON, restart the sample, everything going fine.