ARC Pro

Upgrade to ARC Pro

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

PRO
Canada
#1  

The skill you're referring to that provides coordinates of objects within the camera view is the Camera Device skill by Synthiam. This skill is capable of object tracking, face tracking, color tracking, motion tracking, and more. When an object is detected and tracked, the Camera Device skill sets several variables, including the coordinates of the detected object.

Here's the URL for the Camera Device skill: Camera Device

The variables related to object tracking include $CameraObjectX, $CameraObjectY, $CameraObjectWidth, and $CameraObjectHeight, which represent the X and Y coordinates of the object in the camera view, as well as the width and height of the detected object. These variables can be used within ARC to make decisions based on the location and size of the detected object.

To use these variables effectively, you can incorporate them into scripts within ARC, using either EZ-Script or other supported scripting languages like JavaScript or Python. This allows you to create custom behaviors based on the position and size of objects detected by the Camera Device skill.


I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.