| enum KSJ_BAYERMODE |
Bayer模式.
| enum KSJ_FILTERMODE |
| KSJ_API int __stdcall KSJ_BayerGetDefaultMode | ( | int | nIndex, | |
| KSJ_BAYERMODE * | pBayerMode | |||
| ) |
KSJ_BayerGetDefaultMode.
-----------------------------------------------------------------------------
得到当前相机的默认Bayer模式
| nIndex | [in] 相机索引(从0开始,最大索引数为:连接到主机的相机数目减一) | |
| pBayerMode | [out] 返回默认的Bayer模式 |
-----------------------------------------------------------------------------
| KSJ_API int __stdcall KSJ_BayerSetMode | ( | int | nIndex, | |
| KSJ_BAYERMODE | BayerMode | |||
| ) |
KSJ_BayerSetMode.
-----------------------------------------------------------------------------
设置Raw图转换RGB图像的Bayer模式
| nIndex | [in] 相机索引(从0开始,最大索引数为:连接到主机的相机数目减一) | |
| BayerMode | [in] 设置的Bayer模式 |
-----------------------------------------------------------------------------
| KSJ_API int __stdcall KSJ_BayerGetMode | ( | int | nIndex, | |
| KSJ_BAYERMODE * | pBayerMode | |||
| ) |
KSJ_BayerGetMode.
-----------------------------------------------------------------------------
得到当前相机的Bayer模式
| nIndex | [in] 相机索引(从0开始,最大索引数为:连接到主机的相机数目减一) | |
| pBayerMode | [out] 返回的Bayer模式 |
-----------------------------------------------------------------------------
| KSJ_API int __stdcall KSJ_FilterSetMode | ( | int | nIndex, | |
| KSJ_FILTERMODE | FilterMode | |||
| ) |
KSJ_FilterSetMode.
-----------------------------------------------------------------------------
设置贝尔滤波模式
| nIndex | [in] 相机索引(从0开始,最大索引数为:连接到主机的相机数目减一) | |
| FilterMode | [in] 设置的贝尔滤波模式 |
-----------------------------------------------------------------------------
| KSJ_API int __stdcall KSJ_FilterGetMode | ( | int | nIndex, | |
| KSJ_FILTERMODE * | pFilterMode | |||
| ) |
KSJ_FilterGetMode.
-----------------------------------------------------------------------------
得到当前相机的Bayer模式
| nIndex | [in] 相机索引(从0开始,最大索引数为:连接到主机的相机数目减一) | |
| pFilterMode | [out] 返回的贝尔滤波模式 |
-----------------------------------------------------------------------------