DvsenseDriver  1.0.3
The SDK for dvsense products.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Ndvsense
 CDvsCameraInterface class for DVS cameras
 CDvsCameraManagerCamera Manager class
 CDvsFileReaderDVS File Reader class
 CRawEventStreamFormatA class to describe the format and geometry of raw event stream directly from camera before decoding
 CToolInfoThe information of the tool, including the type, the parameter names and the description
 CBasicParameterInfoThe basic information of the parameter, including the name, the description and the type. \ To get the detailed information, please refer to CameraTool::getParamInfo
 CIntParameterInfoThe detailed information of the integer parameter
 CFloatParameterInfoThe detailed information of the float parameter
 CBoolParameterInfoThe detailed information of the boolean parameter
 CEnumParameterInfoThe detailed information of the enumeration parameter
 CCameraToolThe base class of camera tools. Tools refer to the abstract concept used to control the camera, which can be used to set various camera parameters, obtain camera parameter information, perform data processing, etc