VIDEO_OA_paraList_show()

Opens a saved configuration on an EWO or on a display monitor.

Synopsis

dyn_string VIDEO_OA_getStreamInfo(string camera, unsigned stream = 1, string mode ="live", string type = "widget");

Parameters

Parameter Description
name Name of the configuration
target Target monitor: name of the EWO or data pint name of the display monitor
mode

display = opening on a display monitor

widget = opening on a widget

workstation Manager number of a workstation (only when opening on an EWO)

Return Value

Error code:

1 = ok

-1 = the parameter mode cannot be interpreted (only display or mode are allowed)

-2 = the configuration is not configured

-3 = target monitor is not existing

-4 = the configuration is not existing

-5 = the target's workstation data point is not existing (only relevant if the configuration is opened on an EWO)

Errors

Missing or wrong arguments

Description

This function opens a saved configuration on an EWO or on a display monitor.

EXAMPLE

main()
{
  int error;
  error=VIDEO_OA_paraList_show("my
  configuration","DISPLAY1","display");
}

Assignment

Video functions

Availability

UI, CTRL