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
大佬们:Android 后置摄像头图像是倒立的,要怎么修改源码修正呢
The text was updated successfully, but these errors were encountered:
nativeYUVtoRBGA 添加一个参数,是否是前置摄像头,然后里面ARGBRotate参数RotationMode,前置摄像头kRotate270;后置摄像头kRotate90,你可以试试。
Sorry, something went wrong.
No branches or pull requests
大佬们:Android 后置摄像头图像是倒立的,要怎么修改源码修正呢
The text was updated successfully, but these errors were encountered: