Is it possible to change the overlay image after a certain time or period with using the WikiTude ImageTarget? Even live without restarting the camera view?
Asked
Active
Viewed 126 times
1 Answers
1
If you have a AR.ImageDrawable
(var overlay = new AR.ImageDrawable(img, 1,{}
); ) you can change the image resource by calling overlay.imageResource = newImg;
Put this code into a function and call it with a timer or anything else.
Hope I've been able to help you.

Kukic Vladimir
- 1,010
- 4
- 15
- 22

Michael
- 26
- 2