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.
大家好
我尝试使用OpenGLES在ios 5中将yuv数据(yuv420p)转换为rgb数据。我已经看过 Apple 的 GLCameraRipple Demo,但这对我不起作用。
有没有人尝试过这个并且可以帮助我?
干杯
GLCameraRipple 不使用 RAW YUV 数据。它直接使用来自相机的帧缓冲区。无法让 GLCameraRipple 使用原始 YUV 数据,因为您无法将手动创建的缓冲区分层。