RMVL
2.0.0
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 Python: rm.GrabMode.Continuous | 连续采样 |
Software Python: rm.GrabMode.Software | 软触发 |
Hardware Python: rm.GrabMode.Hardware | 硬触发 |
RotaryEnc Python: rm.GrabMode.RotaryEnc | 旋转编码器触发 |
|
strong |
#include <rmvl/camera/camutils.hpp>
相机句柄创建方式
枚举值 | |
---|---|
Index Python: rm.HandleMode.Index | 相机的索引号 |
Key Python: rm.HandleMode.Key | 制造商:序列号 S/N |
ID Python: rm.HandleMode.ID | 手动设置的相机 ID |
IP Python: rm.HandleMode.IP | IP 地址 |
|
strong |
#include <rmvl/camera/camutils.hpp>
相机数据处理模式
枚举值 | |
---|---|
OpenCV Python: rm.RetrieveMode.OpenCV | 使用 OpenCV 的 'cvtColor' 进行处理 |
SDK Python: rm.RetrieveMode.SDK | 使用官方 SDK 进行处理 |
|
strong |
#include <rmvl/camera/camutils.hpp>
相机外部触发通道
枚举值 | |
---|---|
Chn0 Python: rm.TriggerChannel.Chn0 | 通道 0 |
Chn1 Python: rm.TriggerChannel.Chn1 | 通道 1 |
Chn2 Python: rm.TriggerChannel.Chn2 | 通道 2 |
Chn3 Python: rm.TriggerChannel.Chn3 | 通道 3 |