This function queries a camera index by name.
int GetCameraIndex( string CameraName );
CameraName
Type: string
The name of the camera.
Returns the index of the camera.
Returns INT32_MAX if not found or an internal error occurred.