Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Video capture freezed when resolution was set to 4K. #110

Open
vgemv opened this issue Nov 25, 2020 · 0 comments
Open

Video capture freezed when resolution was set to 4K. #110

vgemv opened this issue Nov 25, 2020 · 0 comments

Comments

@vgemv
Copy link

vgemv commented Nov 25, 2020

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:

  1. use Camera2Capturer. (do some modify in OwtVideoCapture)
  2. OwtVideoCapturer.create use 3840x2160 resolution and set isCameraFront to false.(front camera not support 4k)
  3. start the sample, then the video capture area draw nothing.
  4. remove Camera2Session CONTROL_VIDEO_STABILIZATION_MODE_ON, restart the sample, everything going fine.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant