VIDEO_OA_seq_ctrlStart()

This function starts a sequence.

Synopsis

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

Parameters

Parameter Description
seqName Name of the sequence

Return Value

Error code:

1 = ok

-10 = There is no sequence with this name

Errors

Missing or wrong arguments

Description

This function starts a sequence.

EXAMPLE

>main()
{
  int error = VIDEO_OA_seq_ctrlStart("my sequence");
}

Assignment

Video functions

Availability

UI, CTRL