Results 2 comments of liu ping

下面步骤可以在横屏模式下录制竖屏视频: 1. GlPreviewRenderer类创建一个新的MMatrix2 ``` private float[] MMatrix2 = new float[16]; Matrix.setIdentityM(MMatrix2, 0); ``` 2. 修改编码部分代码 ``` synchronized (this) { if (videoEncoder != null) { Matrix.multiplyMM(MVPMatrix, 0, VMatrix, 0, MMatrix2, 0);...

> Thanks to the author, transplant the Android version of vins. > > The timestamp of the camera and the timestamp of the accelerometer on the OPPO R9s device vary...