imalimin / HardwareVideoCodec

HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a video at any resolution, no need to care about camera resolution. Everything is so easy.
GNU General Public License v2.0
452 stars 122 forks source link

预览方向问题 #16

Open oksimple opened 5 years ago

oksimple commented 5 years ago

我们有个需求是可以调整预览方向0,90,180,270. 请问大佬这个如何实现呢?

oksimple commented 5 years ago

能顺便提供一份java分支嘛大佬?

imalimin commented 5 years ago

建议通过修改opengl es顶点坐标实现

liduanwei commented 5 years ago

建议通过修改opengl es顶点坐标实现

你好, 请问怎么调整预览方向为横屏 1920*1080, 能否给个例子