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.
我在 Android 上有一个应用程序,可以播放video存储在SD card. 我需要为YUV软件执行的处理功能捕获各个帧的信息。
video
SD card
YUV
我目前MediaPlayer在我的应用程序中使用库存的 Android。我可以用它来捕获YUV帧信息吗?如果是这样,怎么做?
MediaPlayer
谢谢,约瑟夫
我想,您需要单独捕获您已经在做的帧+将帧存储到内存或文件中,然后将其转换为 RGB 以显示它。参考 显示 YUV Image