This method starts the video capture (recording).

[Visual Basic] Public Function Start(ByVal mode As DisplayMode) As Boolean
[C#] public bool Start(DisplayMode mode);

Parameters

mode

The display mode

Return Value

Returns True if successful, otherwise returns False

Explanation

The Start method starts the video capture (recording). The mode parameter determines whether the display mode will be "stretch" or "scale".

If successful, the State property will be changed. If unsuccessful, then "Step" or "ETC" will be set in the ErrorStatus property.

See Also

Record Members | Newtone.ImageKit.Wpf.WebCamera.Record

 

The ImageKit WPF is created by Newtone Corporation