视频流比我想要的更缩放,并且与本地流视图不同。我怎样才能解决这个问题?
Posted
技术标签:
【中文标题】视频流比我想要的更缩放,并且与本地流视图不同。我怎样才能解决这个问题?【英文标题】:Video stream is more zoomed than I'd like and isn't the same as the local stream view. How can I fix this? 【发布时间】:2018-09-17 23:51:03 【问题描述】:使用 Agora.io 视频 SDK v2.2.1。下面是发生了什么的图像。视频流被放大,有一个“大头”而不是整个图像。
【问题讨论】:
【参考方案1】:请在加入频道前添加以下代码,这应该会有所帮助 -
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
【讨论】:
以上是关于视频流比我想要的更缩放,并且与本地流视图不同。我怎样才能解决这个问题?的主要内容,如果未能解决你的问题,请参考以下文章