FacePlusPlus / MegviiFacepp-Android-SDK

An android wrapper of MegviiFacepp SDK (the mobile SDK).
Apache License 2.0
234 stars 75 forks source link

相机界面旋转90度 #51

Open steven2947 opened 5 years ago

steven2947 commented 5 years ago

由于我的设备是广告机,后置摄像头在前面,使用了后置摄像头设置打开相机,界面就旋转90度,尝试设置过里面相机的角度都没有效果,请问怎样解决?

huotiandayou commented 5 years ago

在CameraMatrix 类中,添加一个 一个坐标系 static float textureVertices2[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 1.0f, 1.0f, 0.0f, }; 在draw( )方法中,替换成 textureVerticesBuffer.put(transformTextureCoordinates(textureVertices2, mtx));