视频流比我想要的更缩放,并且与本地流视图不同。我怎样才能解决这个问题?

Video stream is more zoomed than I'd like and isn't the same as the local stream view. How can I fix this?

使用 Agora.io 视频 SDK v2.2.1。下面是发生的事情的图像。视频流被放大并且有 "big head" 而不是整个图像。

请在加入频道之前添加以下代码这应该会有所帮助 -

setParameters:@"{\"che.video.keep_prerotation\":false}" setParameters:@"{\"che.video.local.camera_index\":1025}"

参考演示代码: https://github.com/AgoraIO-Community/Agora-Video-With-FaceUnity-iOS/blob/d777df2aac725bce120f9e8c4d599d026d2c9d79/AgoraWithFaceunity/Controllers/RoomViewController.m#L110