ex_camera_get_tracking_object

Returns the tracking object for the camera

Syntax

ex_camera_get_tracking_object(cameraHandle)
Argument Description
cameraHandle The camera handle
Returns the tracking object ID

Description

This function returns the tracking object for the camera.

Example

//Return the camera tracking object ID and store it in variable "_value"
_value = ex_camera_get_tracking_object(global._camera);

Minimum Supported Version

exCamera 0.5.0