
相机
爱上解放晚晚
开启大神之路
展开
-
相机参数写入缓冲区,更新到设备
Writing Feature Values by Group When a series of features are tightly coupled, they are difficult to modify without following a specific order. For example, a region-of-interest (ROI) has four values (OffsetX, OffsetY, Width and Height) that are inter-depe原创 2021-09-01 18:20:57 · 193 阅读 · 0 评论 -
根据配置文件加载相机参数
让相机参数随着工程一起加载。 拷贝工程目录 将DALSA相机默认配置文件.ccf拷贝到工程目录下,如下图: 添加头文件 在工程头文件.h包含相机基础类头文件,并定义相机参数: // 实现 protected: HICON m_hIcon; //相机参数 SapManager *m_smananger; SapAcqDevice *m_AcqDevice; ```cpp SapLocation loc(OpenIndex, 0); //m_AcqDevice = new SapAcqDevi转载 2021-09-01 17:35:10 · 643 阅读 · 0 评论 -
Dalsa相机的参数名称
Sapera Console Camera Features Example (C++ version) Select one of the camera(s) detected (or 'q' to quit) .................................................... 1: CameraLink_1 User defined Name : COM16 ........................................ 2: Camer原创 2021-08-12 18:31:35 · 938 阅读 · 0 评论