This method takes a snapshot while the video is playing.
[Visual Basic] Public Function TakeSnapshot() As Boolean
[C#] public bool TakeSnapshot();

Return Value

Returns True if successful, otherwise returns False

Explanation

The TakeSnapshot method takes a snapshot from a video started with the Start method. The snapshot can be retrieved in the Snapshot event.

If unsuccessful, "ETC", "Step" or "Support" will be set in the ErrorStatus property. In the case that "Support" is set in the ErrorStatus property, a scanshot cannot be taken from the video.

See Also

Play Members | Newtone.ImageKit.Wpf.WebCamera.Play

 

The ImageKit WPF is created by Newtone Corporation