C# 클래스 Luxand.FSDKCam

파일 보기 프로젝트 열기: lolo8304/focusdays2015-eyes2drive 1 사용 예제들

공개 메소드들

메소드 설명
GetCameraList ( string &CameraList, int &CameraCount ) : int
GetCameraListEx ( string &CameraNameList, string &CameraDevicePathList, int &CameraCount ) : int
GetVideoFormatList ( string &CameraName, VideoFormatInfo &VideoFormatList, int &VideoFormatCount ) : int
OpenVideoCamera ( string &CameraName, int &CameraHandle ) : int
SetVideoFormat ( string &CameraName, VideoFormatInfo VideoFormat ) : int

비공개 메소드들

메소드 설명
CloseVideoCamera ( int CameraHandle ) : int
FSDK_FreeCameraList ( char CameraList, int CameraCount ) : int
FSDK_FreeVideoFormatList ( IntPtr VideoFormatList ) : int
FSDK_GetCameraListEx_Old ( char CameraNameList, char CameraDevicePathList, int &CameraCount ) : int
FSDK_GetCameraList_Old ( char CameraList, int &CameraCount ) : int
FSDK_GetVideoFormatList_Old ( [ CameraName, IntPtr &VideoFormatList, int &VideoFormatCount ) : int
FSDK_OpenVideoCamera_Old ( [ CameraName, int &CameraHandle ) : int
FSDK_SetVideoFormat_Old ( [ CameraName, VideoFormatInfo VideoFormat ) : int
FinalizeCapturing ( ) : int
GrabFrame ( int CameraHandle, int &Image ) : int
InitializeCapturing ( ) : int
OpenIPVideoCamera ( FSDK_VIDEOCOMPRESSIONTYPE CompressionType, string URL, string Username, string Password, int TimeoutSeconds, int &CameraHandle ) : int
SetCameraNaming ( bool UseDevicePathAsName ) : int

메소드 상세

GetCameraList() 공개 정적인 메소드

public static GetCameraList ( string &CameraList, int &CameraCount ) : int
CameraList string
CameraCount int
리턴 int

GetCameraListEx() 공개 정적인 메소드

public static GetCameraListEx ( string &CameraNameList, string &CameraDevicePathList, int &CameraCount ) : int
CameraNameList string
CameraDevicePathList string
CameraCount int
리턴 int

GetVideoFormatList() 공개 정적인 메소드

public static GetVideoFormatList ( string &CameraName, VideoFormatInfo &VideoFormatList, int &VideoFormatCount ) : int
CameraName string
VideoFormatList VideoFormatInfo
VideoFormatCount int
리턴 int

OpenVideoCamera() 공개 정적인 메소드

public static OpenVideoCamera ( string &CameraName, int &CameraHandle ) : int
CameraName string
CameraHandle int
리턴 int

SetVideoFormat() 공개 정적인 메소드

public static SetVideoFormat ( string &CameraName, VideoFormatInfo VideoFormat ) : int
CameraName string
VideoFormat VideoFormatInfo
리턴 int