C# Class CLEyeMulticam.CLEyeCameraDevice

Inheritance: IDisposable
Afficher le fichier Open project: elliotwoods/Installation.Link Class Usage Examples

Méthodes publiques

Méthode Description
CLEyeCameraDevice ( ) : System
CLEyeCameraDevice ( CLEyeCameraResolution resolution, CLEyeCameraColorMode colorMode, int fps ) : System
CameraUUID ( int idx ) : System.Guid
Dispose ( ) : void
Start ( System.Guid cameraGuid ) : bool
Stop ( ) : void
getPixels ( IntPtr pixels, int timeout ) : bool
setLED ( bool isOn ) : void

Private Methods

Méthode Description
CLEyeCameraGetFrame ( IntPtr camera, IntPtr pData, int waitTimeout ) : bool
CLEyeCameraGetFrameDimensions ( IntPtr camera, int &width, int &height ) : bool
CLEyeCameraLED ( IntPtr camera, bool on ) : bool
CLEyeCameraStart ( IntPtr camera ) : bool
CLEyeCameraStop ( IntPtr camera ) : bool
CLEyeCreateCamera ( System.Guid camUUID, CLEyeCameraColorMode mode, CLEyeCameraResolution res, float frameRate ) : IntPtr
CLEyeDestroyCamera ( IntPtr camera ) : bool
CLEyeGetCameraCount ( ) : int
CLEyeGetCameraParameter ( IntPtr camera, CLEyeCameraParameter param ) : int
CLEyeGetCameraUUID ( int camId ) : System.Guid
CLEyeSetCameraParameter ( IntPtr camera, CLEyeCameraParameter param, int value ) : bool

Method Details

CLEyeCameraDevice() public méthode

public CLEyeCameraDevice ( ) : System
Résultat System

CLEyeCameraDevice() public méthode

public CLEyeCameraDevice ( CLEyeCameraResolution resolution, CLEyeCameraColorMode colorMode, int fps ) : System
resolution CLEyeCameraResolution
colorMode CLEyeCameraColorMode
fps int
Résultat System

CameraUUID() public static méthode

public static CameraUUID ( int idx ) : System.Guid
idx int
Résultat System.Guid

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Start() public méthode

public Start ( System.Guid cameraGuid ) : bool
cameraGuid System.Guid
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void

getPixels() public méthode

public getPixels ( IntPtr pixels, int timeout ) : bool
pixels System.IntPtr
timeout int
Résultat bool

setLED() public méthode

public setLED ( bool isOn ) : void
isOn bool
Résultat void