VIDEO_OA_seqSourceFromDisplayDialog()

This function returns the camera data point which is opened on a dialog of the display monitor.

Synopsis

dyn_string VIDEO_OA_seqSourceFromDisplayDialog(string displayDp, int dialogNum);

Parameters

Parameter Description
displayDp Data point of the display monitor
dialogNum Dialog number

Return Value

Camera data point

Errors

Missing or wrong arguments

Description

This function returns the camera data point which is opened on a dialog of the display monitor.

EXAMPLE

main()
{
  string source;
  source =VIDEO_OA_seqSourceFromDisplayDialog (“DISPLAY1“,5);
  DebugN(source);
}

Assignment

Video functions

Availability

UI, CTRL