32 #ifndef CAMERA_DEFINITIONS_H 33 #define CAMERA_DEFINITIONS_H 35 #include "connections.h" 36 #include "frame_definitions.h" 37 #include "status_definitions.h" 156 #endif // CAMERA_DEFINITIONS_H std::string cameraId
Camera identification.
float pixelWidth
The width of a sensor unit cell specified in mm.
float depthOffset
Depth offset value.
Describes the intrinsic parameters of a camera.
ConnectionType
Types of connections.
std::vector< float > cameraMatrix
The 3x3 intrinsic parameter matrix (a.k.a K matrix) with values specified in pixel units....
std::vector< float > distCoeffs
The distortion coefficients Order of distortion coefficients: [k1, k2, p1, p2, k3].
ConnectionType connection
The type of connection with the camera.
int maxDepth
The maximum distance (in millimeters) the camera can measure in the current operating mode.
std::function< void(Status, Frame *)> FrameUpdateCallback
Callback for frame updates.
int bitCount
The number of bits used for representing one pixel data.
int minDepth
The minimum distance (in millimeters) the camera can measure in the current operating mode.
Status
Status of any operation that the TOF sdk performs.
float depthGain
Depth gain value.
std::string mode
The mode in which the camera operates.
Describes the properties of a camera.
Describes the depth parameters of a camera.
float pixelHeight
The height of a sensor unit cell specified in mm.
Describes the properties of a frame.
DepthParameters depthParameters
Details about the depth parameters of the camera.
FrameDetails frameType
Details about the frames that camera is capturing.
IntrinsicParameters intrinsics
Details about the intrinsic parameters of the camera.