ex_camera_get_tracking_object(cameraHandle)
| Argument | Description |
|---|---|
| cameraHandle | The camera handle |
This function returns the tracking object for the camera.
//Return the camera tracking object ID and store it in variable "_value" _value = ex_camera_get_tracking_object(global._camera);