C# Class Luxand.FSDK.Cam

Inheritance: IDisposable
Afficher le fichier Open project: lolo8304/focusdays2015-eyes2drive

Méthodes publiques

Méthode Description
Cam ( FSDKCam CompressionType, string URL, string Username, string Password, int TimeoutSeconds ) : System
Cam ( string &CameraName ) : System
Cam ( string &CameraName, FSDKCam VideoFormat ) : System
Dispose ( ) : void
GrabFrame ( ) : CImage

Private Methods

Méthode Description
CheckForError ( int hr ) : void
Dispose ( bool disposing ) : void

Method Details

Cam() public méthode

public Cam ( FSDKCam CompressionType, string URL, string Username, string Password, int TimeoutSeconds ) : System
CompressionType FSDKCam
URL string
Username string
Password string
TimeoutSeconds int
Résultat System

Cam() public méthode

public Cam ( string &CameraName ) : System
CameraName string
Résultat System

Cam() public méthode

public Cam ( string &CameraName, FSDKCam VideoFormat ) : System
CameraName string
VideoFormat FSDKCam
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GrabFrame() public méthode

public GrabFrame ( ) : CImage
Résultat CImage