Property | Type | Description | |
---|---|---|---|
IsCapturingProperty |
Property | Type | Description | |
---|---|---|---|
InitializeCaptureGraph | void | ||
OnShutdownStarted | void | ||
SaveVideoDevice | void |
Method | Description | |
---|---|---|
GetCurrentImage ( ) : |
Retrieves the unstretched image being captured.
|
|
GetVideoCaptureDevices ( ) : IEnumerable |
Gets a list of available video capture devices.
|
|
StartCapture ( WebCameraId camera ) : void |
Starts a capture.
|
|
StopCapture ( ) : void |
Stops a capture.
|
|
WebCameraControl ( ) : System |
Method | Description | |
---|---|---|
OnContentChanged ( object oldContent, object newContent ) : void |
Method | Description | |
---|---|---|
InitializeCaptureGraph ( ) : void |
Initializes a capture graph.
|
|
OnShutdownStarted ( object sender, |
||
SaveVideoDevice ( |
public GetVideoCaptureDevices ( ) : IEnumerable |
||
return | IEnumerable |
protected OnContentChanged ( object oldContent, object newContent ) : void | ||
oldContent | object | |
newContent | object | |
return | void |
public StartCapture ( WebCameraId camera ) : void | ||
camera | WebCameraId | The camera to capture from. |
return | void |