Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Naditof | Namespace aditof |
CADSDErrors | Error codes from the ADSD3500, ADSD3100, ADSD3030 Usage: Included with aditof/camera.h For example: ADSDErrors err; LOG(INFO) << err.GetStringADSD3500(0x0001); |
CCamera | Manipulates the underlying camera system |
CCameraDetails | Describes the properties of a camera |
CDepthSensorFrameContent | Describes the content of a frame. For example: A frame could contain depth and IR data |
CDepthSensorFrameType | Describes the type of entire frame that a depth sensor can capture and transmit |
CDepthSensorInterface | Provides access to the low level functionality of the camera sensor. This includes sensor configuration as well as analog front end(AFE) configuration |
CFrame | Frame of a camera |
CFrameDataDetails | Describes the properties of a data that embedded within the frame |
CFrameDetails | Describes the properties of a frame |
CFrameHandler | Handles operations on a frame such as saving it to file and creating a new frame with content read from file |
CIntrinsicParameters | Describes the intrinsic parameters of a camera |
CMetadata | Contains all of the metadata components |
CPoint3I | Holds the xyz values of a frame |
CSensorDetails | Provides details about the device |
CSensorEnumeratorFactory | Provides the means to construct different types of sensors enumerators. Based on the connection type (on target, USB, Network), different enumerators need to be used |
CSensorEnumeratorInterface | Can search for sensors and retrieve sensors by category |
CSystem | The TOF system that manages the cameras |