I am developing an android application which receiving the video stream from a server. I want to use QCAR SDK to track the Frame Marker in the video. However, it seems that QCAR can only work on the video from camera device. How can I use QCAR to do the AR with the specific video instead of camera video? Or is any other SDK can do this?
Asked
Active
Viewed 375 times
1 Answers
1
QCAR can only use the live camera feed in v1.5. The video goes directly to the tracker without any hooks for developer intervention or redirection from a video source.
This feature has been requested on the wish list.
You may be able to do it with the Metaio UnifeyeMobile SDK. It is more configurable in that way - but it can be quite expensive (unless you are ok with the limitations of the free version).

peterept
- 4,407
- 23
- 32
-
Thank you! Metaio UnifeyeMobile SDK offers the method to change the image source. I will try it if it suitable for network live streaming. – Marjeay Mar 19 '12 at 07:40
-
I can do that with the Metaio SDK function setImage. But it's not available for free version...Is there any other method to do this? – Marjeay Mar 27 '12 at 08:45