Functions | |
| SIXDOF_MODE | operator& (SIXDOF_MODE x, SIXDOF_MODE y) |
| SIXDOF_MODE & | operator&= (SIXDOF_MODE &x, SIXDOF_MODE y) |
| SIXDOF_MODE | operator| (SIXDOF_MODE x, SIXDOF_MODE y) |
| SIXDOF_MODE & | operator|= (SIXDOF_MODE &x, SIXDOF_MODE y) |
| SIXDOF_MODE | operator~ (SIXDOF_MODE x) |
Defines all bulk messages ids.
Definition at line 111 of file t265-messages.h.
Defines all control messages ids.
| Enumerator | |
|---|---|
| CONTROL_USB_RESET | |
| CONTROL_GET_INTERFACE_VERSION | |
| MAX_CONTROL_ID | |
Definition at line 223 of file t265-messages.h.
Defines EEPROM lock states.
| Enumerator | |
|---|---|
| EEPROM_LOCK_STATE_WRITEABLE | |
| EEPROM_LOCK_STATE_LOCKED | |
| EEPROM_LOCK_STATE_PERMANENT_LOCKED | |
| EEPROM_LOCK_STATE_MAX | |
Definition at line 204 of file t265-messages.h.
| enum t265::FW_STATUS_CODE |
Defines all FW status codes.
| Enumerator | |
|---|---|
| FW_STATUS_CODE_OK | |
| FW_STATUS_CODE_FAIL | |
| FW_STATUS_CODE_NO_CALIBRATION_DATA | |
Definition at line 234 of file t265-messages.h.
| enum t265::MESSAGE_STATUS |
Defines all bulk message return statuses.
Definition at line 178 of file t265-messages.h.
| enum t265::PixelFormat |
| Enumerator | |
|---|---|
| ANY |
Any pixel format |
| Z16 |
16-bit per pixel - linear depth values. The depth is meters is equal to depth scale * pixel value |
| DISPARITY16 |
16-bit per pixel - linear disparity values. The depth in meters is equal to depth scale / pixel value |
| XYZ32F |
96-bit per pixel - 32 bit floating point 3D coordinates. |
| YUYV |
16-bit per pixel - Standard YUV pixel format as described in https://en.wikipedia.org/wiki/YUV |
| RGB8 |
24-bit per pixel - 8-bit Red, Green and Blue channels |
| BGR8 |
24-bit per pixel - 8-bit Blue, Green and Red channels, suitable for OpenCV |
| RGBA8 |
32-bit per pixel - 8-bit Red, Green, Blue channels + constant alpha channel equal to FF |
| BGRA8 |
32-bit per pixel - 8-bit Blue, Green, Red channels + constant alpha channel equal to FF |
| Y8 |
8-bit per pixel - grayscale image |
| Y16 |
16-bit per-pixel - grayscale image |
| RAW8 |
8-bit per pixel - raw image |
| RAW10 |
10-bit per pixel - Four 10-bit luminance values encoded into a 5-byte macropixel |
| RAW16 |
16-bit per pixel - raw image |
Definition at line 62 of file t265-messages.h.
| enum t265::SensorType |
Defines all sensors types (bSensorID/bCameraID/bMotionID)
| Enumerator | |
|---|---|
| Color | |
| Depth | |
| IR | |
| Fisheye | |
| Gyro | |
| Accelerometer | |
| Controller | |
| Rssi | |
| Velocimeter | |
| Stereo | |
| Pose | |
| ControllerProperty | |
| Mask | |
| Max | |
Definition at line 44 of file t265-messages.h.
| enum t265::SIXDOF_MODE |
Defines all 6dof modes.
Definition at line 83 of file t265-messages.h.
| enum t265::SKU_INFO_TYPE |
Defines SKU info types.
| Enumerator | |
|---|---|
| SKU_INFO_TYPE_WITHOUT_BLUETOOTH | |
| SKU_INFO_TYPE_WITH_BLUETOOTH | |
| SKU_INFO_TYPE_MAX | |
Definition at line 214 of file t265-messages.h.
Defines all SLAM error codes.
Definition at line 251 of file t265-messages.h.
Defines all SLAM status codes.
| Enumerator | |
|---|---|
| SLAM_STATUS_CODE_SUCCESS |
No error has occurred. |
| SLAM_STATUS_CODE_LOCALIZATION_DATA_SET_SUCCESS |
Reading all localization data chunks completed successfully |
Definition at line 243 of file t265-messages.h.
|
inline |
Definition at line 106 of file t265-messages.h.
|
inline |
Definition at line 98 of file t265-messages.h.
|
inline |
Definition at line 105 of file t265-messages.h.
|
inline |
Definition at line 94 of file t265-messages.h.
|
inline |
Definition at line 102 of file t265-messages.h.