增强现实:在标记之上渲染视频

时间:2011-10-13 18:22:03

标签: c++ 3d augmented-reality artoolkit

我想在标记之上渲染视频(可以是任何格式,只要它有效),但我不知道该怎么做。我使用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

我可以使用哪些库来实现前两个步骤?

1 个答案:

答案 0 :(得分:1)

  

我可以使用哪些库来实现前两个步骤?

查看libavcodec库(您可以启动here),但要考虑到它非常复杂。