C# Class Luxand.FSDK.Cam

Inheritance: IDisposable
Datei anzeigen Open project: lolo8304/focusdays2015-eyes2drive

Public Methods

Method 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

Method Description
CheckForError ( int hr ) : void
Dispose ( bool disposing ) : void

Method Details

Cam() public method

public Cam ( FSDKCam CompressionType, string URL, string Username, string Password, int TimeoutSeconds ) : System
CompressionType FSDKCam
URL string
Username string
Password string
TimeoutSeconds int
return System

Cam() public method

public Cam ( string &CameraName ) : System
CameraName string
return System

Cam() public method

public Cam ( string &CameraName, FSDKCam VideoFormat ) : System
CameraName string
VideoFormat FSDKCam
return System

Dispose() public method

public Dispose ( ) : void
return void

GrabFrame() public method

public GrabFrame ( ) : CImage
return CImage