Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to play video on top of a image marker using Augmented Reality.

I have only been able to change the 3d model.

Any Ideas?

share|improve this question

closed as not a real question by casperOne Jun 7 '12 at 12:58

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

This is the Qualcomm AR SDK on Android I presume. Until recently playing a video over a plane (in lieu of a texture) was impossible due a combination of an Android issue and due to the QCAR camera having a lock on the video decoder.

Two workarounds I've seen:

  1. Render a series of still images for simple a simple video
  2. Get a hold of the QC Fluid reference platform. I've seen it work on that.

However, this information is dated about 6 months old and since then I'm sure I've seen a press release that this ins't an issue anymore.

Ensure that your running on the newest QCAR release.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.