Struct caer_davis_info
Defined in File davis.h
Struct Documentation
-
struct caer_davis_info
DAVIS device-related information.
Public Members
-
char deviceSerialNumber[8 + 1]
Device serial number.
-
char *deviceString
Device information string, for logging purposes. If not NULL, pointed-to memory is only valid while the corresponding device is open! After calling deviceClose() this is invalid memory!
-
bool deviceIsMaster
Whether the device is a time-stamp master or slave.
-
bool muxHasStatistics
Feature test: Multiplexer statistics support (event drops).
-
bool dvsHasPixelFilter
Feature test: DVS pixel-level filtering.
-
bool dvsHasBackgroundActivityFilter
Feature test: DVS Background Activity filter (and Refractory Period filter).
-
bool dvsHasROIFilter
Feature test: DVS ROI filter.
-
bool dvsHasSkipFilter
Feature test: DVS event skip filter.
-
bool dvsHasPolarityFilter
Feature test: DVS polarity suppression filter.
-
bool dvsHasStatistics
Feature test: DVS statistics support.
-
enum caer_frame_event_color_filter apsColorFilter
APS color filter type.
-
bool apsHasGlobalShutter
Feature test: APS supports Global Shutter.
-
enum caer_imu_types imuType
IMU chip type on device.
-
bool extInputHasGenerator
Feature test: External Input module supports Signal-Generation.
-
char deviceSerialNumber[8 + 1]