
3dGuy
Canada
Asked
— Edited
Hello, I need some code help. I realize this is super simple but can't get my head around it.
In the following code once "Master" or "Milady" has been identified and the ControlCommand has been executed,
I would like the CameraObjectName subject to be ignored for say, 1/2 hour.
To try and be clear, once it sees you it won't execute the ControlCammand repeatedly .
Thanks in advance. Tony
SayEZB(("I see " + $CameraObjectName))
if ($CameraObjectName = "Master")
sleep(2000)
ControlCommand("Script Manager", ScriptStart, "Fist Bump")
elseif ($CameraObjectName = "Milady")
sleep(2000)
ControlCommand("Script Manager", ScriptStart, "Royal Wave")
else
endif
Here you go.... it keeps a list of 10 historical objects and doesn't alert on them for 30 minutes. Put this in the Camera Device TRACKING START script
Thanks Gentlemen. I'll chew on that for a bit. There is hope.
No need to chew
Copy the code that i posted
load ARC
PASTE the code into the camera device TRACKING START
voila