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

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

@vgemv

Description

@vgemv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions