C# 클래스 CLEyeMulticam.CLEyeCameraDevice

상속: IDisposable
파일 보기 프로젝트 열기: elliotwoods/Installation.Link 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CLEyeCameraDevice() 공개 메소드

public CLEyeCameraDevice ( ) : System
리턴 System

CLEyeCameraDevice() 공개 메소드

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

CameraUUID() 공개 정적인 메소드

public static CameraUUID ( int idx ) : System.Guid
idx int
리턴 System.Guid

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Start() 공개 메소드

public Start ( System.Guid cameraGuid ) : bool
cameraGuid System.Guid
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

getPixels() 공개 메소드

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

setLED() 공개 메소드

public setLED ( bool isOn ) : void
isOn bool
리턴 void