C# Class YAMP.Sensors.Devices.Camera

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

Méthodes publiques

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

Captures the next frame.

Dispose ( ) : void

Disposes the object.

Méthodes protégées

Méthode Description
InstallReadingChangedHandler ( ) : void

Installs the reading handler.

UninstallReadingChangedHandler ( ) : void

Uninstalls the reading handler.

Private Methods

Méthode Description
InitDevice ( ) : MediaCapture

Method Details

Capture() public méthode

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

Dispose() public méthode

Disposes the object.
public Dispose ( ) : void
Résultat void

InstallReadingChangedHandler() protected méthode

Installs the reading handler.
protected InstallReadingChangedHandler ( ) : void
Résultat void

UninstallReadingChangedHandler() protected méthode

Uninstalls the reading handler.
protected UninstallReadingChangedHandler ( ) : void
Résultat void