Asked

Which Skill Gives Coordinates Of Objects In Camera View

Which skill gives coordinates of objects in camera view? I remember seeing a skill that had many different variables listed for the camera view but I cannot find it.


Related Hardware EZ-B v4
Related Control Camera Overlay

ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

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.