Edit

Share via


VideoDevice.Capture Method

Definition

Overloads

Capture()

Capture a picture from the video device.

Capture(String)

Capture a picture from the video device.

Capture()

Capture a picture from the video device.

public abstract System.IO.Stream Capture ();
public abstract byte[] Capture ();
abstract member Capture : unit -> System.IO.Stream
abstract member Capture : unit -> byte[]
Public MustOverride Function Capture () As Stream
Public MustOverride Function Capture () As Byte()

Returns

Byte[]

Picture byte[].

Applies to

Capture(String)

Capture a picture from the video device.

public abstract void Capture (string path);
abstract member Capture : string -> unit
Public MustOverride Sub Capture (path As String)

Parameters

path
String

Picture save path.

Applies to