宏定义 | |
| #define | KSJ_API __declspec(dllimport) |
类型定义 | |
| typedef void(__stdcall * | KSJ_AECALLBACKEX )(KSJ_AE_STATUS Status, int nExpsoureTimeMs, void *lpContext) |
| KSJ_AECALLBACKEX. | |
| typedef void(__stdcall * | KSJ_AECALLBACK )(bool bSuccess, int nResult, void *lpContext) |
| KSJ_AWBSetRegion. | |
枚举 | |
| enum | KSJ_AE_STATUS { KSJ_AE_ONCE_SUCCESS = 0, KSJ_AE_ONCE_FAIL_MAX_COUNT, KSJ_AE_ONCE_FAIL_WAVE, KSJ_AE_ONCE_FAIL_OVER_RANGE, KSJ_AE_DOING, KSJ_AE_CONTINUE_SUCCESS, KSJ_AE_CONTINUE_FAIL_WAVE, KSJ_AE_CONTINUE_FAIL_OVER_RANGE } |
自动曝光运算返回状态 更多... | |
函数 | |
| KSJ_API int __stdcall | KSJ_AESetRegion (int nIndex, int nX, int nY, int nW, int nH) |
| KSJ_AESetRegion. | |
| KSJ_API int __stdcall | KSJ_AEGetRegion (int nIndex, int *pnX, int *pnY, int *pnW, int *pnH, bool *pbShow) |
| KSJ_AEGetRegion. | |
| KSJ_API int __stdcall | KSJ_AEShowRegion (int nIndex, bool bShow) |
| KSJ_AEShowRegion. | |
| KSJ_API int __stdcall | KSJ_AESetPeakAveRatio (int nIndex, float fRatio) |
| KSJ_AESetPeakAveRatio. | |
| KSJ_API int __stdcall | KSJ_AEGetPeakAveRatio (int nIndex, float *pfRatio) |
| KSJ_AEGetPeakAveRatio. | |
| KSJ_API int __stdcall | KSJ_AESetExposureTimeRange (int nIndex, float fMinExpMs, float fMaxExpMs) |
| KSJ_AESetExposureTimeRange. | |
| KSJ_API int __stdcall | KSJ_AEGetExposureTimeRange (int nIndex, float *pfMinExpMs, float *pfMaxExpMs) |
| KSJ_AEGetExposureTimeRange. | |
| KSJ_API int __stdcall | KSJ_AESetCallbackEx (int nIndex, KSJ_AECALLBACKEX pfAECallbackEx, void *lpContext) |
| KSJ_AESetCallbackEx. | |
| KSJ_API int __stdcall | KSJ_AESetMaxCount (int nIndex, int nMaxCount) |
| KSJ_AESetMaxCount. | |
| KSJ_API int __stdcall | KSJ_AESetTarget (int nIndex, int nTarget) |
| KSJ_AESetTarget. | |
| KSJ_API int __stdcall | KSJ_AEStartEx (int nIndex, bool bStart) |
| KSJ_AEStartEx. | |
| KSJ_API int __stdcall | KSJ_AEGetStatusEx (int nIndex, bool *pbStart, int *pnMaxCount, int *pnTarget) |
| 得到自动曝光的设置 | |
| KSJ_API int __stdcall | KSJ_AEEnableAutoDigitalGainSet (int nIndex, bool bEnable) |
| KSJ_AEEnableAutoDigitalGainSet. | |
| KSJ_API int __stdcall | KSJ_AEEnableAutoDigitalGainGet (int nIndex, bool *pbEnable) |
| KSJ_AEEnableAutoDigitalGainGet. | |
| KSJ_API int __stdcall | KSJ_AWBSetRegion (int nIndex, int nX, int nY, int nW, int nH) |
| KSJ_AWBSetRegion. | |
| KSJ_API int __stdcall | KSJ_AWBShowRegion (int nIndex, bool bShow) |
| KSJ_AWBShowRegion. | |
| KSJ_API int __stdcall | KSJ_AWBGetRegion (int nIndex, int *pnX, int *pnY, int *pnW, int *pnH, bool *pbShow) |
| KSJ_AWBGetRegion. | |
| #define KSJ_API __declspec(dllimport) |