We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个问题是现在开了转置之后,如果旋转打开,横竖屏切换时的,画面的方向不变,但宽高变了,录制的时候只能依赖首帧的大小,宽高变了,画面会被压缩。 解决办法:1.8.5是里面有一个QAVVideoCtrl里面有一个setRotation:接口,在打开相机之后,赋个值就可以屏蔽方向的变化
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个问题是现在开了转置之后,如果旋转打开,横竖屏切换时的,画面的方向不变,但宽高变了,录制的时候只能依赖首帧的大小,宽高变了,画面会被压缩。
解决办法:1.8.5是里面有一个QAVVideoCtrl里面有一个setRotation:接口,在打开相机之后,赋个值就可以屏蔽方向的变化
The text was updated successfully, but these errors were encountered: