RMVL
1.5.0-dev
Robotic Manipulation and Vision Library
|
专题 | |
海康机器人(HikRobot)工业相机库 | |
迈德威视(MindVision)相机库 | |
奥普特机器视觉相机库 | |
类 | |
struct | rm::CameraConfig |
相机初始化配置模式 更多... | |
class | rm::CameraExtrinsics |
相机外参 更多... | |
enum rm::CameraProperties : uint16_t |
#include <rmvl/camera/camutils.hpp>
相机运行时属性
|
strong |
#include <rmvl/camera/camutils.hpp>
相机采集模式
枚举值 | |
---|---|
Continuous | 连续采样 |
Software | 软触发 |
Hardware | 硬触发 |
RotaryEnc | 旋转编码器触发 |
|
strong |
#include <rmvl/camera/camutils.hpp>
相机句柄创建方式
枚举值 | |
---|---|
Index | 相机的索引号 |
Key | 制造商:序列号 S/N |
ID | 手动设置的相机 ID |
IP | IP 地址 |
|
strong |
#include <rmvl/camera/camutils.hpp>
相机数据处理模式
枚举值 | |
---|---|
OpenCV | 使用 OpenCV 的 'cvtColor' 进行处理 |
SDK | 使用官方 SDK 进行处理 |
|
strong |