Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 端,视频通话,本地视频流,点击切换摄像头会先镜像再切换摄像头 #514

Open
CNHarrySun opened this issue Dec 13, 2024 · 1 comment

Comments

@CNHarrySun
Copy link

提issue小提示

iOS 端,视频通话,本地视频流,点击切换摄像头会先镜像再切换摄像头

操作说明

视频通话,点击切换摄像头,会出现本地视频翻转之后再切换摄像头

表现现象

会出现视频流翻转之后再切换摄像头

预期结果

切换摄像头直接切换,而不是翻转镜头再切换

补充条件

必现,

demo对比结果

同样问题

@heavyrain2012
Copy link
Collaborator

这个问题的原因是前置摄像头要水平翻转一下。当切换时,sdk不知道什么时候切换完成,所以就直接翻转了。如果要修改这个问题,一个简单的方法是在切换的时候把画布上面盖一层东西,等切换之后再去掉,你们在UI层加就行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants