pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.
https://gpupixel.pixpark.net/
MIT License
1.27k stars 160 forks source link

大佬,在你的安卓demo中,将前置摄像头改为后置之后,图像是倒立的 #98

Open 1615070057 opened 3 weeks ago

1615070057 commented 3 weeks ago

大佬,在你的安卓demo中,将前置摄像头改为后置之后,图像是倒立的,我改了setUpCamera里面的旋转操作,感觉没有变化。 source_camera里面好像有旋转图像的操作,但怎么感觉是ios开发的

1615070057 commented 2 weeks ago

setUpCamera返回的图像旋转模式是正确的,为什么最后显示的图像是倒立