Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 OpenGL 对视频应用视觉效果。效果分别应用于视频预览和保存到文件的部分,与在Grafika和CameraCaptureActivity中的工作方式相同。
这在 Nexus 5 上运行良好。 而在 Moto G2 上,预览运行良好,但保存的视频只有黑框。 每个帧的 OpenGL 效果应用部分发生在预览和保存的公共类中 (尽管它们是单独的对象)。
我已经验证了发送到 OpenGL 程序的数据,它们似乎具有有效数据。
有没有人遇到过这样的问题?