C# Class CLEyeMulticam.CLEyeCameraDevice

Inheritance: IDisposable
Show file Open project: elliotwoods/Installation.Link Class Usage Examples

Public Methods

Method 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

Method 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 method

public CLEyeCameraDevice ( ) : System
return System

CLEyeCameraDevice() public method

public CLEyeCameraDevice ( CLEyeCameraResolution resolution, CLEyeCameraColorMode colorMode, int fps ) : System
resolution CLEyeCameraResolution
colorMode CLEyeCameraColorMode
fps int
return System

CameraUUID() public static method

public static CameraUUID ( int idx ) : System.Guid
idx int
return System.Guid

Dispose() public method

public Dispose ( ) : void
return void

Start() public method

public Start ( System.Guid cameraGuid ) : bool
cameraGuid System.Guid
return bool

Stop() public method

public Stop ( ) : void
return void

getPixels() public method

public getPixels ( IntPtr pixels, int timeout ) : bool
pixels System.IntPtr
timeout int
return bool

setLED() public method

public setLED ( bool isOn ) : void
isOn bool
return void