我想在标记之上渲染视频(可以是任何格式,只要它有效),但我不知道该怎么做。我使用Artoolkit用于基于桌面的AR和用于移动AR的QCAR。最终我想为两个系统完成它,因此我最好寻找一个可以在两个平台上使用的视频库。
基本上我知道必须要完成的步骤:
- load video file
- extract image according to current time
- use image as texture
- apply marker's transformation matrix to textured rectangle
我可以使用哪些库来实现前两个步骤?