How to show a scene instead of an image from device camera?

0 votes
asked Aug 9, 2019 by t1az2z (120 points)
Hi! I'm interested in using EasyAR as an image recognition solution and would like to know what should I do to disable/hide image from the camera itself(i.e. showing only scene), but still be able to get some event when an image got recognized?

1 Answer

0 votes
answered Aug 12, 2019 by spaceagent (1,290 points)
You will need to modifiy the ImageTargetController to trigger events when the target is found or you can make a custom script that is triggered when the Image Target is activated (found). Then you can trigger a function to disable EasyAR camera or remove the CommandBuffer from the camera if you want to keep tracking functional.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...