aserbao / AndroidCamera

🔥🔥🔥自定义Android相机(仿抖音 TikTok),其中功能包括视频人脸识别贴纸,美颜,分段录制,视频裁剪,视频帧处理,获取视频关键帧,视频旋转,添加滤镜,添加水印,合成Gif到视频,文字转视频,图片转视频,音视频合成,音频变声处理,SoundTouch,Fmod音频处理。 Android camera(imitation Tik Tok), which includes video editor,audio editor,video face recognition stickers, segment recording,video cropping, video frame processing, get the first video frame, key frame, video rotation, add filter Mirror ,add watermark ,add gif to video, add text to video, picture to video, audio and video synthesis, audio change processing, SoundTouch, Fmod audio processing.
2.98k stars 640 forks source link

相机预览的画面有问题,请教怎么修改 #44

Closed TJYOYO closed 3 years ago

TJYOYO commented 3 years ago

mCamera.setDisplayOrientation() 设置了没有无效

TJYOYO commented 3 years ago

//顶点坐标 private float pos[] = { 1.0f, 1.0f, -1.0f, 1.0f, 1.0f, -1.0f, -1.0f, -1.0f, };

通过修改BaseFilter.java中的顶点坐标为上面的解决了