VIDEO_OA_getCameraDpFromNum()

Converts a camera number to appropriate camera data point name.

Synopsis

string VIDEO_OA_getCameraDpFromNum(unsigned iNum);

Parameters

Parameter Description
iNum Camera number

Return Value

Name of the camera data point.

Errors

Missing or wrong arguments.

Description

Converts a camera number to appropriate data point name of the camera.

EXAMPLE

main()
{
  DebugN(VIDEO_OA_getCameraDpFromNum(1));
}

Assignment

Video functions

Availability

UI, CTRL