Ai
1 Star 0 Fork 0

xidianwz/qhyccd-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.h 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
HF 提交于 2019-11-15 16:42 +08:00 . runable
#ifndef __CONFIG_H__
#define __CONFIG_H__
/*
0, 6, 0, 4
0, 2, 1, 1
QHYCCD (Beijing) Technology Co., Ltd.
system_profiler SPUSBDataType
/lib/firmware/qhy
*/
//Module compilation switch part
#undef GIGAESUPPORT
#undef AuxImage
#undef WIN_98_DDK
#define CALLBACK_MODE_SUPPORT 1
#if defined (_WIN32)
#define QHYCCD_OPENCV_SUPPORT
#define QHYCCD_PCIE_SUPPORT 1
#define QHYCCD_WINPCAP_SUPPORT 0
#define WINDOWS_PTHREAD_SUPPORT 1
#define CYUSB_MODE_SUPPORT 1
#define WINUSB_MODE_SUPPORT 1
#else
#undef QHYCCD_OPENCV_SUPPORT
#define QHYCCD_PCIE_SUPPORT 0
#define QHYCCD_WINPCAP_SUPPORT 0
#define WINDOWS_PTHREAD_SUPPORT 0
#define LIBUSB_MODE_SUPPORT 1
#endif
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wz1010/qhyccd-python.git
git@gitee.com:wz1010/qhyccd-python.git
wz1010
qhyccd-python
qhyccd-python
master

搜索帮助