This method takes a snapshot from the preview.

[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 the preview 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 depending on the circumstances. If "Support" is set in the ErrorStatus, please execute the ShowPinDialog method and check the color space/compression.

See Also

Preview Members | Newtone.ImageKit.Wpf.WebCamera.Preview

 

The ImageKit WPF is created by Newtone Corporation