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

当我用前置摄像头的时候文字显示是镜像的内容我试着调整方向可是未成功,请问这种问题怎么解决我设置setFrontCameraDirectionMode一直无法改变到我想要的结果 #218

Open
zhouqunhuang opened this issue Apr 3, 2023 · 2 comments

Comments

@zhouqunhuang
Copy link

No description provided.

@lakeinchina
Copy link
Owner

protected static float texture2Vertices[] = {
1.0f, 0.0f,
1.0f, 1.0f,
0.0f, 1.0f,
0.0f, 0.0f};
改成下面试试

protected static float texture2Vertices[] = {
0.0f, 0.0f,
0.0f, 1.0f,
1.0f, 1.0f,
1.0f, 0.0f};

@zhouqunhuang
Copy link
Author

我试了一下还是没效果。可以实习旋转但是实现不了翻转

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