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)
27 DVSENSE_API std::string
to_string(INTERFACE_TYPE interface_type);
Serial serial
定义 DvsCameraUtils.hpp:69
std::string manufacturer
定义 DvsCameraUtils.hpp:71
uint16_t pid
定义 DvsCameraUtils.hpp:73
std::string product
定义 DvsCameraUtils.hpp:70
std::string DVSENSE_API to_string(ToolType type)
std::string Serial
定义 DvsCameraUtils.hpp:60
uint16_t vid
定义 DvsCameraUtils.hpp:72
enum INTERFACE_TYPE interfaceType
定义 DvsCameraUtils.hpp:74
BatchConditionType
事件批次的切割条件,n个事件(N_EVENTS) 或 固定事件(N_US)
定义 DvsCameraUtils.hpp:54
@ NO_CONDITION
定义 DvsCameraUtils.hpp:55
@ N_US
定义 DvsCameraUtils.hpp:57
@ N_EVENTS
定义 DvsCameraUtils.hpp:56
STREAM_TYPE
定义 DvsCameraUtils.hpp:39
@ APS_STREAM
定义 DvsCameraUtils.hpp:41
@ DVS_STREAM
定义 DvsCameraUtils.hpp:40
@ FUSION_STREAM
定义 DvsCameraUtils.hpp:42
用于描述相机信息的结构体
定义 DvsCameraUtils.hpp:68