C# Class YAMP.Sensors.Devices.Camera

The camera device using the MediaCapture.
Inheritance: BaseDevice, IDisposable
Exibir arquivo Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Capture ( Double coarsening = 10.0, System.Boolean fused = false ) : Task

Captures the next frame.

Dispose ( ) : void

Disposes the object.

Protected Methods

Method Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

Method Description
InitDevice ( ) : MediaCapture

Method Details

Capture() public method

Captures the next frame.
public Capture ( Double coarsening = 10.0, System.Boolean fused = false ) : Task
coarsening Double
fused System.Boolean
return Task

Dispose() public method

Disposes the object.
public Dispose ( ) : void
return void

InstallReadingChangedHandler() protected method

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
return void

UninstallReadingChangedHandler() protected method

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
return void