VIDEO_OA_getStreamInfoForShowLiveDefaultWidget()

Returns the stream information to open a live stream on an EWO. The default stream is used.

Synopsis

dyn_string VIDEO_OA_getStreamInfoForShowLiveDefaultWidget(string camera);

Parameters

Parameter Description
camera Camera data point (e.g. Camera_00001)

Return Value

Stream information to display a live stream on an EWO. The default stream is used. The return value can be directly passed to showLive of the EWO.

Errors

Missing or wrong arguments

Description

Returns the stream information to open a live stream on an EWO. The default stream is used.

EXAMPLE

main()
{
  ewo1.showLive(VIDEO_OA_getStreamInfoForShowLiveDefaultWidget("Camera_00001"),1);
}

Assignment

Video functions

Availability

UI, CTRL