Start a new topic

Change scene when the object is recognized

 Hi everybody,
I have two scenes that are called scene_1 and scene_2, and I want to pass from scene_1 that is the one that recognize the object with Object Tracking and the other that is another scene with SLAM. Is there any flags or something else to change from scene_1 to scene_2 after the recognition of the object.

Thank you so much for your help.

1 Comment

Hi,


The ObjectTrackable has an OnObjectRecognized event to which you can subscribe to in order to get notified when an object is recognized. You can then switch the scene when this event is triggered.


Best regards,

Alexandru

Login or Signup to post a comment