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:71
std::string manufacturer
定义 DvsCameraUtils.hpp:73
std::string firmware_version
定义 DvsCameraUtils.hpp:82
uint16_t pid
定义 DvsCameraUtils.hpp:75
std::string product
定义 DvsCameraUtils.hpp:72
uint64_t mac64
定义 DvsCameraUtils.hpp:81
std::string DVSENSE_API to_string(ToolType type)
std::string Serial
定义 DvsCameraUtils.hpp:62
std::string camera_gateway
定义 DvsCameraUtils.hpp:80
uint16_t vid
定义 DvsCameraUtils.hpp:74
enum INTERFACE_TYPE interfaceType
定义 DvsCameraUtils.hpp:76
std::string camera_subnet_mask
定义 DvsCameraUtils.hpp:79
std::string camera_ip
定义 DvsCameraUtils.hpp:77
std::string local_ip
定义 DvsCameraUtils.hpp:78
BatchConditionType
事件批次的切割条件,n个事件(N_EVENTS) 或 固定事件(N_US)
定义 DvsCameraUtils.hpp:56
@ NO_CONDITION
定义 DvsCameraUtils.hpp:57
@ N_US
定义 DvsCameraUtils.hpp:59
@ N_EVENTS
定义 DvsCameraUtils.hpp:58
STREAM_TYPE
定义 DvsCameraUtils.hpp:41
@ APS_STREAM
定义 DvsCameraUtils.hpp:43
@ DVS_STREAM
定义 DvsCameraUtils.hpp:42
@ FUSION_STREAM
定义 DvsCameraUtils.hpp:44
用于描述相机信息的结构体
定义 DvsCameraUtils.hpp:70