1#ifndef DVS_CAMERA_UTILS_HPP
2#define DVS_CAMERA_UTILS_HPP
5#include "DvsenseBase/Utils/TypeUtils.hpp"
8 #ifdef DVSENSE_HAL_EXPORTS
9 #define DVSENSE_API __declspec(dllexport)
11 #define DVSENSE_API __declspec(dllimport)
28 DVSENSE_API std::string
to_string(INTERFACE_TYPE interface_type);
Serial serial
定义 DvsCameraUtils.hpp:72
std::string manufacturer
定义 DvsCameraUtils.hpp:74
std::string firmware_version
定义 DvsCameraUtils.hpp:83
uint16_t pid
定义 DvsCameraUtils.hpp:76
std::string product
定义 DvsCameraUtils.hpp:73
uint64_t mac64
定义 DvsCameraUtils.hpp:82
std::string DVSENSE_API to_string(ToolType type)
INTERFACE_TYPE interfaceType
定义 DvsCameraUtils.hpp:77
std::string Serial
定义 DvsCameraUtils.hpp:63
std::string camera_gateway
定义 DvsCameraUtils.hpp:81
uint16_t vid
定义 DvsCameraUtils.hpp:75
std::string camera_subnet_mask
定义 DvsCameraUtils.hpp:80
std::string camera_ip
定义 DvsCameraUtils.hpp:78
std::string local_ip
定义 DvsCameraUtils.hpp:79
BatchConditionType
事件批次的切割条件,n个事件(N_EVENTS) 或 固定事件(N_US)
定义 DvsCameraUtils.hpp:57
@ NO_CONDITION
定义 DvsCameraUtils.hpp:58
@ N_US
定义 DvsCameraUtils.hpp:60
@ N_EVENTS
定义 DvsCameraUtils.hpp:59
STREAM_TYPE
定义 DvsCameraUtils.hpp:42
@ APS_STREAM
定义 DvsCameraUtils.hpp:44
@ DVS_STREAM
定义 DvsCameraUtils.hpp:43
@ FUSION_STREAM
定义 DvsCameraUtils.hpp:45
用于描述相机信息的结构体
定义 DvsCameraUtils.hpp:71