8 #define MAX_FUSED_CAMERAS 20
9 #define WITH_OBJECT_DETECTION 1
10 #ifdef WITH_UNLIMITED_CAMERA
11 #define MAX_CAMERA_PLUGIN 20
13 #define MAX_CAMERA_PLUGIN 4
16 #define MAX_SUBMESH 1000
231 enum UNITY_PLAN_TYPE {
232 UNITY_PLAN_TYPE_FLOOR,
233 UNITY_PLAN_TYPE_HIT_HORIZONTAL,
234 UNITY_PLAN_TYPE_HIT_VERTICAL,
235 UNITY_PLAN_TYPE_HIT_UNKNOWN
249 enum UNITY_PLAN_TYPE
type;
346 SL_HEADING_STATE_LAST
526 SL_LENS_DISTORTION_MODEL_LAST
671 #define SL_ENCODED_STREAM_SOURCE_COUNT 3
740 SL_VIDEO_SETTINGS_LAST
743 const int SL_VIDEO_SETTINGS_VALUE_AUTO = -1;
754 SL_SVO_ENCODING_PRESET_LAST
764 SL_TIMESTAMP_CLOCK_LAST
774 SL_VOXELIZATION_MODE_LAST
946 SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_INERTIAL = 0,
947 SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL = 1,
948 SL_POSITIONAL_TRACKING_FUSION_STATUS_INERTIAL = 2,
949 SL_POSITIONAL_TRACKING_FUSION_STATUS_GNSS = 3,
950 SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_INERTIAL_GNSS = 4,
951 SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_GNSS = 5,
952 SL_POSITIONAL_TRACKING_FUSION_STATUS_INERTIAL_GNSS = 6,
953 SL_POSITIONAL_TRACKING_FUSION_STATUS_UNAVAILABLE = 7
1287 SL_INFERENCE_PRECISION_FP32 = 0,
1288 SL_INFERENCE_PRECISION_FP16 = 1,
1289 SL_INFERENCE_PRECISION_INT8 = 2
1320 SL_BODY_FORMAT_BODY_70,
1367 SL_BODY_18_PARTS_LAST
1409 SL_BODY_34_PARTS_LAST
1457 SL_BODY_38_PARTS_LAST
1464 enum SL_BODY_70_PARTS
1466 SL_BODY_70_PARTS_PELVIS,
1467 SL_BODY_70_PARTS_SPINE_1,
1468 SL_BODY_70_PARTS_SPINE_2,
1469 SL_BODY_70_PARTS_SPINE_3,
1470 SL_BODY_70_PARTS_NECK,
1471 SL_BODY_70_PARTS_NOSE,
1472 SL_BODY_70_PARTS_LEFT_EYE,
1473 SL_BODY_70_PARTS_RIGHT_EYE,
1474 SL_BODY_70_PARTS_LEFT_EAR,
1475 SL_BODY_70_PARTS_RIGHT_EAR,
1476 SL_BODY_70_PARTS_LEFT_CLAVICLE,
1477 SL_BODY_70_PARTS_RIGHT_CLAVICLE,
1478 SL_BODY_70_PARTS_LEFT_SHOULDER,
1479 SL_BODY_70_PARTS_RIGHT_SHOULDER,
1480 SL_BODY_70_PARTS_LEFT_ELBOW,
1481 SL_BODY_70_PARTS_RIGHT_ELBOW,
1482 SL_BODY_70_PARTS_LEFT_WRIST,
1483 SL_BODY_70_PARTS_RIGHT_WRIST,
1484 SL_BODY_70_PARTS_LEFT_HIP,
1485 SL_BODY_70_PARTS_RIGHT_HIP,
1486 SL_BODY_70_PARTS_LEFT_KNEE,
1487 SL_BODY_70_PARTS_RIGHT_KNEE,
1488 SL_BODY_70_PARTS_LEFT_ANKLE,
1489 SL_BODY_70_PARTS_RIGHT_ANKLE,
1490 SL_BODY_70_PARTS_LEFT_BIG_TOE,
1491 SL_BODY_70_PARTS_RIGHT_BIG_TOE,
1492 SL_BODY_70_PARTS_LEFT_SMALL_TOE,
1493 SL_BODY_70_PARTS_RIGHT_SMALL_TOE,
1494 SL_BODY_70_PARTS_LEFT_HEEL,
1495 SL_BODY_70_PARTS_RIGHT_HEEL,
1498 SL_BODY_70_PARTS_LEFT_HAND_THUMB_1,
1499 SL_BODY_70_PARTS_LEFT_HAND_THUMB_2,
1500 SL_BODY_70_PARTS_LEFT_HAND_THUMB_3,
1501 SL_BODY_70_PARTS_LEFT_HAND_THUMB_4,
1502 SL_BODY_70_PARTS_LEFT_HAND_INDEX_1,
1503 SL_BODY_70_PARTS_LEFT_HAND_INDEX_2,
1504 SL_BODY_70_PARTS_LEFT_HAND_INDEX_3,
1505 SL_BODY_70_PARTS_LEFT_HAND_INDEX_4,
1506 SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_1,
1507 SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_2,
1508 SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_3,
1509 SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_4,
1510 SL_BODY_70_PARTS_LEFT_HAND_RING_1,
1511 SL_BODY_70_PARTS_LEFT_HAND_RING_2,
1512 SL_BODY_70_PARTS_LEFT_HAND_RING_3,
1513 SL_BODY_70_PARTS_LEFT_HAND_RING_4,
1514 SL_BODY_70_PARTS_LEFT_HAND_PINKY_1,
1515 SL_BODY_70_PARTS_LEFT_HAND_PINKY_2,
1516 SL_BODY_70_PARTS_LEFT_HAND_PINKY_3,
1517 SL_BODY_70_PARTS_LEFT_HAND_PINKY_4,
1519 SL_BODY_70_PARTS_RIGHT_HAND_THUMB_1,
1520 SL_BODY_70_PARTS_RIGHT_HAND_THUMB_2,
1521 SL_BODY_70_PARTS_RIGHT_HAND_THUMB_3,
1522 SL_BODY_70_PARTS_RIGHT_HAND_THUMB_4,
1523 SL_BODY_70_PARTS_RIGHT_HAND_INDEX_1,
1524 SL_BODY_70_PARTS_RIGHT_HAND_INDEX_2,
1525 SL_BODY_70_PARTS_RIGHT_HAND_INDEX_3,
1526 SL_BODY_70_PARTS_RIGHT_HAND_INDEX_4,
1527 SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_1,
1528 SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_2,
1529 SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_3,
1530 SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_4,
1531 SL_BODY_70_PARTS_RIGHT_HAND_RING_1,
1532 SL_BODY_70_PARTS_RIGHT_HAND_RING_2,
1533 SL_BODY_70_PARTS_RIGHT_HAND_RING_3,
1534 SL_BODY_70_PARTS_RIGHT_HAND_RING_4,
1535 SL_BODY_70_PARTS_RIGHT_HAND_PINKY_1,
1536 SL_BODY_70_PARTS_RIGHT_HAND_PINKY_2,
1537 SL_BODY_70_PARTS_RIGHT_HAND_PINKY_3,
1538 SL_BODY_70_PARTS_RIGHT_HAND_PINKY_4,
1539 SL_BODY_70_PARTS_LAST
1545 SL_MODULE_DEPTH = 1,
1546 SL_MODULE_POSITIONAL_TRACKING = 2,
1547 SL_MODULE_OBJECT_DETECTION = 3,
1548 SL_MODULE_BODY_TRACKING = 4,
1549 SL_MODULE_SPATIAL_MAPPING = 5,
1993 unsigned char sensor_address_right;
2752 #if WITH_OBJECT_DETECTION
2753 #define MAX_NUMBER_OBJECT 75
2754 #define MAX_TRAJECTORY_SIZE 200
2930 SL_OBJECT_CLASS_LAST
4015 struct SL_BodiesBatch {
4023 struct SL_Vector3 positions[MAX_TRAJECTORY_SIZE];
4024 float position_covariances[MAX_TRAJECTORY_SIZE][6];
4025 struct SL_Vector3 velocities[MAX_TRAJECTORY_SIZE];
4026 uint64_t timestamps[MAX_TRAJECTORY_SIZE];
4037 struct SL_Vector2 bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
4050 struct SL_Vector3 bounding_boxes[MAX_TRAJECTORY_SIZE][8];
4052 float confidences[MAX_TRAJECTORY_SIZE];
4059 struct SL_Vector2 keypoints_2d[MAX_TRAJECTORY_SIZE][70];
4064 struct SL_Vector3 keypoints[MAX_TRAJECTORY_SIZE][70];
4070 struct SL_Vector2 head_bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
4075 struct SL_Vector3 head_bounding_boxes[MAX_TRAJECTORY_SIZE][8];
4080 struct SL_Vector3 head_positions[MAX_TRAJECTORY_SIZE];
4087 float keypoints_confidences[MAX_TRAJECTORY_SIZE][70];
4288 SL_SENDER_ERROR_CODE_GRAB_ERROR = -3,
4289 SL_SENDER_ERROR_CODE_INCONSISTENT_FPS = -2,
4291 SL_SENDER_ERROR_CODE_SUCCESS = 0,
4292 SL_SENDER_ERROR_CODE_DISCONNECTED = 1
4420 unsigned int ip_port;
5035 struct SL_SpatialMappingFusionParameters
5041 float resolution_meter;
5056 bool use_chunk_only;
5062 int max_memory_usage;
5069 float disparity_std;
5078 bool enable_forget_past;
5085 int stability_counter;
Structure containing AI model status.
Definition: types_c.h:2794
bool optimized
An engine file with the expected architecture is found.
Definition: types_c.h:2796
bool downloaded
The model file is currently present on the host.
Definition: types_c.h:2795
Structure containing data from the barometer sensor.
Definition: types_c.h:330
float relative_altitude
Relative altitude from first camera position (at sl_open_camera() time).
Definition: types_c.h:334
bool is_available
Whether the barometer sensor is available in your camera.
Definition: types_c.h:331
uint64_t timestamp_ns
Data acquisition timestamp in nanoseconds.
Definition: types_c.h:332
float pressure
Ambient air pressure in hectopascal (hPa).
Definition: types_c.h:333
Structure containing a set of parameters for batch object detection.
Definition: types_c.h:2763
float latency
Trajectories will be output in batch with the desired latency in seconds.
Definition: types_c.h:2788
float id_retention_time
Max retention time in seconds of a detected object.
Definition: types_c.h:2780
bool enable
Whether to enable the batch option in the object detection module.
Definition: types_c.h:2774
Structure containing the results of the body tracking module.
Definition: types_c.h:3905
int is_new
Whether body_list has already been retrieved or not.
Definition: types_c.h:3920
int is_tracked
Whether both the body tracking and the world orientation has been setup.
Definition: types_c.h:3924
uint64_t timestamp
Timestamp corresponding to the frame acquisition.
Definition: types_c.h:3916
enum SL_INFERENCE_PRECISION inference_precision_mode
Status of the actual inference precision mode used to detect the bodies/persons.
Definition: types_c.h:3929
struct SL_BodyData body_list[MAX_NUMBER_OBJECT]
Array of bodies/persons.
Definition: types_c.h:3939
enum SL_BODY_FORMAT body_format
Body format used in sl::BodyTrackingParameters.body_format parameter.
Definition: types_c.h:3933
int nb_bodies
Number of detected bodies/persons.
Definition: types_c.h:3910
Structure containing data of a detected body/person such as its bounding_box, id and its 3D position.
Definition: types_c.h:3750
int id
Body/person identification number.
Definition: types_c.h:3758
struct SL_Vector3 local_position_per_joint[38]
Array of local position (position of the child keypoint with respect to its parent expressed in its p...
Definition: types_c.h:3882
float position_covariance[6]
Covariance matrix of the 3D position.
Definition: types_c.h:3793
unsigned char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3764
struct SL_Quaternion local_orientation_per_joint[38]
Array of local orientation for each keypoint.
Definition: types_c.h:3888
struct SL_Vector2 head_bounding_box_2d[4]
2D bounding box of the head of the body/person represented as four 2D points starting at the top left...
Definition: types_c.h:3852
struct SL_Vector3 keypoint[38]
Set of useful points representing the human body in 3D.
Definition: types_c.h:3864
struct SL_Vector3 bounding_box[8]
3D bounding box of the body/person represented as eight 3D points.
Definition: types_c.h:3842
struct SL_Vector3 dimensions
3D body/person dimensions: width, height, length.
Definition: types_c.h:3829
int * mask
Mask defining which pixels which belong to the body/person (in bounding_box_2d and set to 255) and th...
Definition: types_c.h:3806
float confidence
Detection confidence value of the body/person.
Definition: types_c.h:3799
struct SL_Vector3 head_position
3D centroid of the head of the body/person.
Definition: types_c.h:3823
struct SL_Vector3 head_bounding_box[8]
3D bounding box of the head of the body/person represented as eight 3D points.
Definition: types_c.h:3847
enum SL_OBJECT_ACTION_STATE action_state
Body/person action state.
Definition: types_c.h:3772
struct SL_Vector3 velocity
Body/person 3D velocity.
Definition: types_c.h:3782
struct SL_Vector3 position
Body/person 3D centroid.
Definition: types_c.h:3777
struct SL_Vector2 bounding_box_2d[4]
2D bounding box of the body/person represented as four 2D points starting at the top left corner and ...
Definition: types_c.h:3818
float keypoint_covariances[38][6]
Array of detection covariance for each keypoint.
Definition: types_c.h:3876
struct SL_Vector2 keypoint_2d[38]
Set of useful points representing the human body in 2D.
Definition: types_c.h:3858
enum SL_OBJECT_TRACKING_STATE tracking_state
Body/person tracking state.
Definition: types_c.h:3768
float keypoint_confidence[38]
Array of detection confidences for each keypoint.
Definition: types_c.h:3871
struct SL_Quaternion global_root_orientation
Global root orientation of the skeleton.
Definition: types_c.h:3896
Holds the options used to initialize the body tracking module of the Fusion.
Definition: types_c.h:4599
bool enable_tracking
Defines if the object detection will track objects across images flow.
Definition: types_c.h:4605
bool enable_body_fitting
Defines if the body fitting will be applied.
Definition: types_c.h:4613
Holds the options used to change the behavior of the body tracking module at runtime.
Definition: types_c.h:4620
float skeleton_smoothing
This value controls the smoothing of the tracked or fitted fused skeleton.
Definition: types_c.h:4640
int skeleton_minimum_allowed_keypoints
If the fused skeleton has less than skeleton_minimum_allowed_keypoints keypoints, it will be discarde...
Definition: types_c.h:4626
int skeleton_minimum_allowed_camera
If a skeleton was detected in less than skeleton_minimum_allowed_camera cameras, it will be discarded...
Definition: types_c.h:4632
Structure containing a set of parameters for the body tracking module.
Definition: types_c.h:3164
bool allow_reduced_precision_inference
Whether to allow inference to run at a lower precision to improve runtime and memory usage.
Definition: types_c.h:3242
bool enable_tracking
Whether the body tracking system includes body/person tracking capabilities across a sequence of imag...
Definition: types_c.h:3177
unsigned int instance_module_id
Id of the module instance.
Definition: types_c.h:3170
bool enable_segmentation
Whether the body/person masks will be computed.
Definition: types_c.h:3184
enum SL_BODY_KEYPOINTS_SELECTION body_selection
Selection of keypoints to be outputted by the ZED SDK with sl_retrieve_bodies().
Definition: types_c.h:3212
float prediction_timeout_s
Prediction duration of the ZED SDK when an object is not detected anymore before switching its state ...
Definition: types_c.h:3232
bool enable_body_fitting
Whether to apply the body fitting.
Definition: types_c.h:3198
enum SL_BODY_TRACKING_MODEL detection_model
SL_BODY_TRACKING_MODEL to use.
Definition: types_c.h:3191
float max_range
Upper depth range for detections.
Definition: types_c.h:3220
enum SL_BODY_FORMAT body_format
Body format to be outputted by the ZED SDK with sl_retrieve_bodies().
Definition: types_c.h:3205
Structure containing a set of runtime parameters for the body tracking module.
Definition: types_c.h:3251
float skeleton_smoothing
Control of the smoothing of the fitted fused skeleton.
Definition: types_c.h:3275
int minimum_keypoints_threshold
Minimum threshold for the keypoints.
Definition: types_c.h:3268
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:3259
Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation).
Definition: types_c.h:2071
struct SL_CameraParameters left_cam
Intrinsic SL_CameraParameters of the left camera.
Definition: types_c.h:2075
struct SL_CameraParameters right_cam
Intrinsic SL_CameraParameters of the right camera.
Definition: types_c.h:2079
struct SL_Vector4 rotation
Left to right camera rotation, expressed in user coordinate system and unit (defined by SL_InitParame...
Definition: types_c.h:2083
struct SL_Vector3 translation
Left to right camera translation, expressed in user coordinate system and unit (defined by SL_InitPar...
Definition: types_c.h:2087
Structure containing information about the camera sensor.
Definition: types_c.h:2114
float fps
FPS of the camera.
Definition: types_c.h:2130
unsigned int firmware_version
Internal firmware version of the camera.
Definition: types_c.h:2126
struct SL_CalibrationParameters calibration_parameters
Intrinsics and extrinsic stereo parameters for rectified/undistorted images.
Definition: types_c.h:2118
struct SL_Resolution resolution
Resolution of the camera.
Definition: types_c.h:2134
struct SL_CalibrationParameters calibration_parameters_raw
Intrinsics and extrinsic stereo parameters for unrectified/distorted images.
Definition: types_c.h:2122
Used to identify a specific camera in the Fusion API.
Definition: types_c.h:4646
Holds the metrics of a sender in the fusion process.
Definition: types_c.h:4654
float synced_latency
Latency (in seconds) after Fusion synchronization. Difference between the timestamp of the data recei...
Definition: types_c.h:4673
float received_fps
FPS of the received data.
Definition: types_c.h:4661
bool is_present
Is set to false if no data in this batch of metrics.
Definition: types_c.h:4679
float ratio_detection
Skeleton detection percent during the last second. Number of frames with at least one detection / num...
Definition: types_c.h:4686
float received_latency
Latency (in seconds) of the received data. Timestamp difference between the time when the data are se...
Definition: types_c.h:4667
float delta_ts
Average data acquisition timestamp difference. Average standard deviation of sender's period since th...
Definition: types_c.h:4692
Structure containing the intrinsic parameters of a camera.
Definition: types_c.h:1999
float fx
Focal length in pixels along x axis.
Definition: types_c.h:2003
float cy
Optical center along y axis, defined in pixels (usually close to height / 2).
Definition: types_c.h:2018
struct SL_Resolution image_size
Size in pixels of the images given by the camera.
Definition: types_c.h:2045
float cx
Optical center along x axis, defined in pixels (usually close to width / 2).
Definition: types_c.h:2013
float fy
Focal length in pixels along y axis.
Definition: types_c.h:2008
float focal_length_metric
Real focal length in millimeters.
Definition: types_c.h:2050
float v_fov
Vertical field of view, in degrees.
Definition: types_c.h:2030
float h_fov
Horizontal field of view, in degrees.
Definition: types_c.h:2035
double disto[12]
Distortion factor : [k1, k2, p1, p2, k3, k4, k5, k6, s1, s2, s3, s4].
Definition: types_c.h:2025
float d_fov
Diagonal field of view, in degrees.
Definition: types_c.h:2040
enum SL_LENS_DISTORTION_MODEL lens_distortion_model
Lens distortion model of these parameters.
Definition: types_c.h:2056
Definition: types_c.h:4418
Structure that store externally detected objects.
Definition: types_c.h:3409
int label
Object label.
Definition: types_c.h:3433
struct SL_Vector2 bounding_box_2d[4]
2D bounding box of the object represented as four 2D points starting at the top left corner and rotat...
Definition: types_c.h:3425
float max_allowed_acceleration
Manually override the acceleration preset. If set, this value takes precedence over the selected pres...
Definition: types_c.h:3511
char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3415
float prediction_timeout_s
Duration to keep predicting a track's position after occlusion. When an object is no longer visible (...
Definition: types_c.h:3542
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:3502
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:3478
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:3457
float min_velocity_threshold
Threshold to force an object's velocity to zero. If the calculated speed (m/s) is below this threshol...
Definition: types_c.h:3531
float min_confirmation_time_s
Minimum confirmation time required to validate a track. The minimum duration (in seconds) an object m...
Definition: types_c.h:3552
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:3470
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:3486
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:3450
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:3463
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:3494
float probability
Detection confidence value of the object.
Definition: types_c.h:3440
float velocity_smoothing_factor
Control the smoothing of the velocity estimation. Values between 0.0 and 1.0.
Definition: types_c.h:3522
Definition: types_c.h:3555
float max_allowed_acceleration
Manually override the acceleration preset. If set, this value takes precedence over the selected pres...
Definition: types_c.h:3662
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:3653
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:3596
float velocity_smoothing_factor
Control the smoothing of the velocity estimation. Values between 0.0 and 1.0.
Definition: types_c.h:3673
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:3645
unsigned char * box_mask
2D mask of the object inside its bounding box.
Definition: types_c.h:3621
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:3629
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:3603
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:3616
float probability
Detection confidence value of the object.
Definition: types_c.h:3586
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:3637
struct SL_Vector2 bounding_box_2d[4]
2D bounding box of the object represented as four 2D points starting at the top left corner and rotat...
Definition: types_c.h:3571
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:3609
float prediction_timeout_s
Duration to keep predicting a track's position after occlusion. When an object is no longer visible (...
Definition: types_c.h:3693
float min_velocity_threshold
Threshold to force an object's velocity to zero. If the calculated speed (m/s) is below this threshol...
Definition: types_c.h:3682
float min_confirmation_time_s
Minimum confirmation time required to validate a track. The minimum duration (in seconds) an object m...
Definition: types_c.h:3703
char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3561
int label
Object label.
Definition: types_c.h:3579
Structure containing a set of runtime properties of a certain class ID for the object detection modul...
Definition: types_c.h:2984
float min_box_width_normalized
Minimum allowed width normalized to the image size.
Definition: types_c.h:3051
int class_id
Index of the class represented by this set of properties.
Definition: types_c.h:2988
float max_allowed_acceleration
Manually override the acceleration preset.
Definition: types_c.h:3125
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:3027
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:3013
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:3020
enum SL_OBJECT_ACCELERATION_PRESET object_acceleration_preset
Preset defining the expected maximum acceleration of the tracked object.
Definition: types_c.h:3116
struct SL_ObjectTrackingParameters object_tracking_parameters
Object tracking parameters for this class.
Definition: types_c.h:3130
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:3035
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:3091
float max_box_width_normalized
Maximum allowed width normalized to the image size.
Definition: types_c.h:3043
float max_box_height_normalized
Maximum allowed height normalized to the image size.
Definition: types_c.h:3059
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:3099
bool enabled
Whether the object object is kept or not.
Definition: types_c.h:2993
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:3075
enum SL_OBJECT_SUBCLASS native_mapped_class
For increased accuracy, the native sl::OBJECT_SUBCLASS mapping, if any.
Definition: types_c.h:3109
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:3083
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:3002
float min_box_height_normalized
Minimum allowed height normalized to the image size.
Definition: types_c.h:3067
Structure containing a set of runtime parameters for the object detection module using your own model...
Definition: types_c.h:3139
struct SL_CustomObjectDetectionProperties object_detection_properties
Global object detection properties.
Definition: types_c.h:3143
struct SL_CustomObjectDetectionProperties * object_class_detection_properties
Per class object detection properties.
Definition: types_c.h:3150
unsigned int number_custom_detection_properties
Size of the object_class_detection_properties array.
Definition: types_c.h:3155
Structure containing information about the properties of a camera.
Definition: types_c.h:1924
unsigned int sn
Serial number of the camera.
Definition: types_c.h:1963
int gmsl_port
GMSL port of the camera.
Definition: types_c.h:1967
int id
Id of the camera.
Definition: types_c.h:1937
char camera_badge[128]
badge name (zedx_ar0234)
Definition: types_c.h:1975
unsigned char sensor_address_left
sensor_address when available (ZED-X HDR/XOne HDR only)
Definition: types_c.h:1992
enum SL_INPUT_TYPE input_type
Input type of the camera.
Definition: types_c.h:1988
char camera_sensor_model[128]
Name of sensor (zedx)
Definition: types_c.h:1980
int i2c_port
i2c port of the camera.
Definition: types_c.h:1950
enum SL_MODEL camera_model
Model of the camera.
Definition: types_c.h:1954
enum SL_CAMERA_STATE camera_state
State of the camera.
Definition: types_c.h:1930
char video_device[512]
System path of the camera.
Definition: types_c.h:1946
char path[512]
System path of the camera.
Definition: types_c.h:1942
char camera_name[128]
Name of Camera in DT (ZED_CAM1)
Definition: types_c.h:1984
unsigned char identifier[3]
[Cam model, eeprom version, white balance param]
Definition: types_c.h:1971
Represents a world position in ECEF format.
Definition: types_c.h:4850
double z
z coordinate of SL_ECEF.
Definition: types_c.h:4865
double x
x coordinate of SL_ECEF.
Definition: types_c.h:4855
double y
y coordinate of SL_ECEF.
Definition: types_c.h:4860
Represents a world position in ENU format.
Definition: types_c.h:4901
double east
East coordinate.
Definition: types_c.h:4906
double up
Up coordinate.
Definition: types_c.h:4916
double north
North coordinate.
Definition: types_c.h:4911
Describes one encoded video source exposed by the Camera.
Definition: types_c.h:703
int is_lossless
Definition: types_c.h:708
unsigned int bitrate_kbps
Definition: types_c.h:707
int active
Definition: types_c.h:705
Single encoded video packet retrieved from a Camera source.
Definition: types_c.h:686
uint64_t size
Definition: types_c.h:688
int is_keyframe
Definition: types_c.h:691
enum SL_STREAMING_CODEC codec
Definition: types_c.h:690
uint64_t timestamp_ns
Definition: types_c.h:689
const unsigned char * data
Definition: types_c.h:687
enum SL_ENCODED_STREAM_SOURCE source
Definition: types_c.h:692
Class containing the overall position fusion status.
Definition: types_c.h:4390
enum SL_POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status
Represents the current state of positional tracking fusion.
Definition: types_c.h:4414
enum SL_SPATIAL_MEMORY_STATUS spatial_memory_status
Represents the current state of camera tracking in the global map.
Definition: types_c.h:4398
enum SL_GNSS_MODE gnss_mode
Represents the current mode of GNSS.
Definition: types_c.h:4406
enum SL_GNSS_STATUS gnss_status
Represents the current state of GNSS.
Definition: types_c.h:4402
enum SL_GNSS_FUSION_STATUS gnss_fusion_status
Represents the current state of GNSS fusion for global localization.
Definition: types_c.h:4410
enum SL_ODOMETRY_STATUS odometry_status
Represents the current state of Visual-Inertial Odometry (VIO) tracking between the previous frame an...
Definition: types_c.h:4394
Useful struct to store the Fusion configuration, can be read from /write to a JSON file.
Definition: types_c.h:4427
bool override_gravity
Indicates the behavior of the fusion with respect to given calibration pose. If true : The calibratio...
Definition: types_c.h:4457
struct SL_Quaternion rotation
Definition: types_c.h:4446
struct SL_InputType input_type
Definition: types_c.h:4451
struct SL_CommunicationParameters comm_param
Definition: types_c.h:4436
struct SL_Vector3 position
Definition: types_c.h:4441
int serial_number
Definition: types_c.h:4431
Holds the metrics of the fusion process.
Definition: types_c.h:4698
struct SL_CameraMetrics camera_individual_stats[MAX_FUSED_CAMERAS]
Sender metrics.
Definition: types_c.h:4715
float mean_stdev_between_camera
Standard deviation of the data timestamp fused, the lower the better.
Definition: types_c.h:4709
float mean_camera_fused
Mean number of camera that provides data during the past second.
Definition: types_c.h:4703
Holds the options used for calibrating GNSS / VIO.
Definition: types_c.h:4922
float target_translation_uncertainty
This parameter defines the target translation uncertainty at which the calibration process between GN...
Definition: types_c.h:4942
bool enable_reinitialization
This parameter determines whether reinitialization should be performed between GNSS and VIO fusion wh...
Definition: types_c.h:4949
bool enable_translation_uncertainty_target
When this parameter is enabled (set to true), the calibration process between GNSS and VIO accounts f...
Definition: types_c.h:4936
float target_yaw_uncertainty
This parameter defines the target yaw uncertainty at which the calibration process between GNSS and V...
Definition: types_c.h:4929
bool enable_rolling_calibration
If this parameter is set to true, the fusion algorithm will used a rough VIO / GNSS calibration at fi...
Definition: types_c.h:4963
struct SL_Vector3 gnss_antenna_position
Definition: types_c.h:4968
float gnss_vio_reinit_threshold
This parameter determines the threshold for GNSS/VIO reinitialization. If the fused position deviates...
Definition: types_c.h:4956
Structure containing GNSS data to be used for positional tracking as prior.
Definition: types_c.h:4727
enum SL_GNSS_MODE gnss_mode
GNSS mode of the data.
Definition: types_c.h:4778
double latitude_std
Latitude standard deviation.
Definition: types_c.h:4763
double altitude_std
Altitude standard deviation.
Definition: types_c.h:4768
double altitude
Altitude in meters.
Definition: types_c.h:4742
enum SL_GNSS_STATUS gnss_status
GNSS status of the data.
Definition: types_c.h:4773
double longitude
Longitude in radian.
Definition: types_c.h:4732
uint64_t ts
Timestamp of the GNSS position in nanoseconds (must be aligned with the camera time reference).
Definition: types_c.h:4747
double longitude_std
Longitude standard deviation.
Definition: types_c.h:4758
double position_covariance[9]
Covariance of the position in meter (must be expressed in the ENU coordinate system).
Definition: types_c.h:4753
double latitude
Latitude in radian.
Definition: types_c.h:4737
Holds Geo reference position.
Definition: types_c.h:4809
struct SL_Vector3 translation
Definition: types_c.h:4813
struct SL_LatLng latlng_coordinates
Definition: types_c.h:4833
struct SL_Quaternion rotation
Definition: types_c.h:4817
double vertical_accuracy
Definition: types_c.h:4829
float pose_covariance[36]
Definition: types_c.h:4821
double heading
Definition: types_c.h:4837
double horizontal_accuracy
Definition: types_c.h:4825
uint64_t timestamp
The timestamp of SL_GeoPose.
Definition: types_c.h:4842
Definition: types_c.h:4161
bool enabled
Indicates if the Health check is enabled.
Definition: types_c.h:4165
bool low_motion_sensors_reliability
This status indicates motion sensors data reliability issue. This indicates the IMU is providing low ...
Definition: types_c.h:4200
bool low_image_quality
This status indicates poor image quality It can indicates camera issue, like incorrect manual video s...
Definition: types_c.h:4176
bool low_depth_reliability
This status indicates low depth map reliability If the image are unreliable or if the scene condition...
Definition: types_c.h:4193
bool low_lighting
This status indicates low light scene. As the camera are passive sensors working in the visible range...
Definition: types_c.h:4185
Structure containing data from the IMU sensor.
Definition: types_c.h:270
struct SL_Vector3 angular_velocity_unc
Angular velocity vector of the gyroscope in deg/s (uncorrected from the IMU calibration).
Definition: types_c.h:300
bool is_available
Whether the IMU sensor is available in your camera.
Definition: types_c.h:274
uint64_t timestamp_ns
Data acquisition timestamp in nanoseconds.
Definition: types_c.h:278
struct SL_Vector3 linear_acceleration_unc
Linear acceleration vector of the gyroscope in m/s² (uncorrected from the IMU calibration).
Definition: types_c.h:306
struct SL_Vector3 angular_velocity
Gets the angular velocity vector of the gyroscope in deg/s.
Definition: types_c.h:286
struct SL_Matrix3f linear_acceleration_convariance
Covariance matrix of the linear acceleration of the gyroscope in m/s² (linear_acceleration).
Definition: types_c.h:324
struct SL_Matrix3f angular_velocity_convariance
Covariance matrix of the angular velocity of the gyroscope in deg/s (angular_velocity).
Definition: types_c.h:319
struct SL_Vector3 linear_acceleration
Linear acceleration vector (3x1) of the gyroscope in m/s².
Definition: types_c.h:294
struct SL_Matrix3f orientation_covariance
Covariance matrix of the orientation from the IMU sensor (orientation).
Definition: types_c.h:314
struct SL_Quaternion orientation
Orientation from the IMU sensor.
Definition: types_c.h:310
Holds the options used to initialize the Fusion object.
Definition: types_c.h:4517
enum SL_UNIT coordinate_units
This parameter allows you to select the unit to be used for all metric values of the SDK (depth,...
Definition: types_c.h:4523
bool verbose
Enable the verbosity mode of the SDK.
Definition: types_c.h:4544
unsigned timeout_period_number
If specified change the number of period necessary for a source to go in timeout without data....
Definition: types_c.h:4550
bool output_performance_metrics
It allows users to extract some stats of the Fusion API like drop frame of each camera,...
Definition: types_c.h:4538
enum SL_COORDINATE_SYSTEM coordinate_system
Positional tracking, point clouds and many other features require a given SL_COORDINATE_SYSTEM to be ...
Definition: types_c.h:4532
int sdk_gpu_id
NVIDIA graphics card id to use.
Definition: types_c.h:4561
CUcontext sdk_cuda_ctx
CUcontext to be used.
Definition: types_c.h:4574
struct SL_Resolution maximum_working_resolution
Sets the maximum resolution for all Fusion outputs, such as images and measures.
Definition: types_c.h:4592
struct SL_SynchronizationParameter synchronization_parameters
Specifies the parameters used for data synchronization during fusion.
Definition: types_c.h:4580
Structure containing the options used to initialize a camera.
Definition: types_c.h:1585
struct SL_Resolution maximum_working_resolution
Set a maximum size for all SDK output, like retrieveImage and retrieveMeasure functions.
Definition: types_c.h:1846
bool enable_right_side_measure
Enable the measurement computation on the right images.
Definition: types_c.h:1663
float depth_maximum_distance
Maximum depth distance to be returned, measured in the SL_UNIT defined in coordinate_unit.
Definition: types_c.h:1727
enum SL_COORDINATE_SYSTEM coordinate_system
SL_COORDINATE_SYSTEM to be used as reference for positional tracking, mesh, point clouds,...
Definition: types_c.h:1743
bool svo_real_time_mode
Defines if the camera return the frame in real time mode.
Definition: types_c.h:1674
float open_timeout_sec
Define a timeout in seconds after which an error is reported if the sl_open_camera() function fails.
Definition: types_c.h:1800
enum SL_DEPTH_MODE depth_mode
SL_DEPTH_MODE to be used.
Definition: types_c.h:1684
bool sensors_required
Requires the successful opening of the motion sensors before opening the camera.
Definition: types_c.h:1780
enum SL_FLIP_MODE camera_image_flip
Defines if a flip of the images is needed.
Definition: types_c.h:1641
bool enable_image_enhancement
Enable the Enhanced Contrast Technology, to improve image quality.
Definition: types_c.h:1790
int sdk_verbose
Enable the ZED SDK verbose mode.
Definition: types_c.h:1765
enum SL_UNIT coordinate_unit
Unit of spatial data (depth, point cloud, tracking, mesh, etc.) for retrieval.
Definition: types_c.h:1734
float grab_compute_capping_fps
Define a computation upper limit to the grab frequency.
Definition: types_c.h:1824
unsigned char svo_decryption_key[256]
Decryption key required to open an SVO file that was recorded with encryption.
Definition: types_c.h:1854
bool async_grab_camera_recovery
Define the behavior of the automatic camera recovery during sl_grab() function call.
Definition: types_c.h:1812
bool camera_disable_self_calib
Disables the self-calibration process at camera opening.
Definition: types_c.h:1653
bool enable_image_validity_check
Definition: types_c.h:1832
int camera_fps
Requested camera frame rate.
Definition: types_c.h:1625
int sdk_gpu_id
NVIDIA graphics card id to use.
Definition: types_c.h:1754
int camera_device_id
Id for identifying which camera to use from the connected cameras.
Definition: types_c.h:1630
enum SL_INPUT_TYPE input_type
Defines the input source to initialize and open an camera from.
Definition: types_c.h:1602
float depth_minimum_distance
Minimum depth distance to be returned, measured in the SL_UNIT defined in coordinate_unit....
Definition: types_c.h:1715
enum SL_RESOLUTION resolution
Desired camera resolution.
Definition: types_c.h:1615
int depth_stabilization
Defines whether the depth needs to be stabilized and to what extent.
Definition: types_c.h:1701
Represents a 2d landmark.
Definition: types_c.h:2340
struct SL_Uint2 image_position
Projection of the landmark in the image.
Definition: types_c.h:2349
float dynamic_confidence
Confidence score indicating the likelihood that the landmark is associated with a dynamic object.
Definition: types_c.h:2359
uint64_t id
Unique identifier for the landmark.
Definition: types_c.h:2344
Represents a 3d landmark.
Definition: types_c.h:2325
uint64_t id
Unique identifier for the landmark.
Definition: types_c.h:2329
struct SL_Vector3 position
World position of the landmark.
Definition: types_c.h:2333
Represents a world position in LatLng format.
Definition: types_c.h:4786
double latitude
Latitude coordinate in radian.
Definition: types_c.h:4791
double altitude
Altitude coordinate in meters.
Definition: types_c.h:4801
double longitude
Longitude coordinate in radian.
Definition: types_c.h:4796
Structure containing data from the magnetometer sensor.
Definition: types_c.h:352
struct SL_Vector3 magnetic_field_unc
Uncalibrated magnetic field local vector in microtesla (μT).
Definition: types_c.h:372
float effective_rate
Realtime data acquisition rate in hertz (Hz).
Definition: types_c.h:391
enum SL_HEADING_STATE magnetic_heading_state
State of magnetic_heading.
Definition: types_c.h:382
float magnetic_heading_accuracy
Accuracy of magnetic_heading measure in the range [0.0, 1.0].
Definition: types_c.h:387
float magnetic_heading
Camera heading in degrees relative to the magnetic North Pole.
Definition: types_c.h:378
uint64_t timestamp_ns
Data acquisition timestamp in nanoseconds.
Definition: types_c.h:360
bool is_available
Whether the magnetometer sensor is available in your camera.
Definition: types_c.h:356
struct SL_Vector3 magnetic_field_c
Magnetic field local vector in microtesla (μT).
Definition: types_c.h:365
Structure representing a generic 3*3 matrix.
Definition: types_c.h:182
float p[9]
Array containing the values fo the 3*3 matrix.
Definition: types_c.h:186
Structure representing a generic 4*4 matrix.
Definition: types_c.h:172
float p[16]
Array containing the values fo the 4*4 matrix.
Definition: types_c.h:176
Structure containing data of a detected object such as its bounding_box, label, id and its 3D positio...
Definition: types_c.h:3282
struct SL_Vector2 bounding_box_2d[4]
2D bounding box of the object represented as four 2D points starting at the top left corner and rotat...
Definition: types_c.h:3349
float position_covariance[6]
Covariance matrix of the 3D position.
Definition: types_c.h:3401
struct SL_Vector3 position
Object 3D centroid.
Definition: types_c.h:3324
enum SL_OBJECT_CLASS label
Object class/category to identify the object type.
Definition: types_c.h:3307
struct SL_Vector3 bounding_box[8]
3D bounding box of the object represented as eight 3D points.
Definition: types_c.h:3378
struct SL_Vector2 head_bounding_box_2d[4]
2D bounding box of the head of the object (a person) represented as four 2D points starting at the to...
Definition: types_c.h:3390
enum SL_OBJECT_ACTION_STATE action_state
Object action state.
Definition: types_c.h:3319
float confidence
Detection confidence value of the object.
Definition: types_c.h:3330
struct SL_Vector3 velocity
Defines the object 3D velocity.
Definition: types_c.h:3360
int id
Object identification number.
Definition: types_c.h:3290
unsigned char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3296
struct SL_Vector3 head_bounding_box[8]
3D bounding box of the head of the object (a person) represented as eight 3D points.
Definition: types_c.h:3384
int * mask
Mask defining which pixels which belong to the object (in bounding_box_2d and set to 255) and those o...
Definition: types_c.h:3337
struct SL_Vector3 dimensions
3D object dimensions: width, height, length.
Definition: types_c.h:3365
struct SL_Vector3 head_position
3D centroid of the head of the object (a person).
Definition: types_c.h:3355
enum SL_OBJECT_TRACKING_STATE tracking_state
Object tracking state.
Definition: types_c.h:3315
int raw_label
Object raw label.
Definition: types_c.h:3303
enum SL_OBJECT_SUBCLASS sublabel
Object sub-class/sub-category to identify the object type.
Definition: types_c.h:3311
Structure containing a set of parameters for the object detection module.
Definition: types_c.h:2806
bool enable_segmentation
Whether the object masks will be computed.
Definition: types_c.h:2825
char * custom_onnx_file
Path to the YOLO-like onnx file for custom object detection ran in the ZED SDK.
Definition: types_c.h:2857
char * fused_objects_group_name
In a multi camera setup, specify which group this model belongs to.
Definition: types_c.h:2841
float prediction_timeout_s
Prediction duration of the ZED SDK when an object is not detected anymore before switching its state ...
Definition: types_c.h:2905
unsigned int instance_module_id
Id of the module instance.
Definition: types_c.h:2812
bool allow_reduced_precision_inference
Whether to allow inference to run at a lower precision to improve runtime and memory usage.
Definition: types_c.h:2915
enum SL_OBJECT_DETECTION_MODEL detection_model
SL_OBJECT_DETECTION_MODEL to use.
Definition: types_c.h:2831
bool enable_tracking
Whether the object detection system includes object tracking capabilities across a sequence of images...
Definition: types_c.h:2819
enum SL_OBJECT_FILTERING_MODE filtering_mode
Filtering mode that should be applied to raw detections.
Definition: types_c.h:2892
struct SL_BatchParameters batch_parameters
Batching system parameters.
Definition: types_c.h:2882
float max_range
Upper depth range for detections.
Definition: types_c.h:2875
struct SL_Resolution custom_onnx_dynamic_input_shape
Resolution to the YOLO-like onnx file for custom object detection ran in the ZED SDK....
Definition: types_c.h:2867
Structure containing a set of runtime parameters for the object detection module.
Definition: types_c.h:2941
struct SL_ObjectTrackingParameters object_tracking_parameters
Default tracking parameters applied to all object classes.
Definition: types_c.h:2968
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:2950
int object_confidence_threshold[(int) SL_OBJECT_CLASS_LAST]
Array of confidence thresholds for each class (can be empty for some classes).
Definition: types_c.h:2962
struct SL_ObjectTrackingParameters object_class_tracking_parameters[(int) SL_OBJECT_CLASS_LAST]
Per-class tracking parameters array. Allows setting different tracking parameters for each object cla...
Definition: types_c.h:2975
int object_class_filter[(int) SL_OBJECT_CLASS_LAST]
Defines which object types to detect and track.
Definition: types_c.h:2957
Structure containing a set of parameters for the object tracking module.
Definition: types_c.h:1233
float min_confirmation_time_s
Minimum confirmation time required to validate a track. The minimum duration (in seconds) an object m...
Definition: types_c.h:1280
enum SL_OBJECT_ACCELERATION_PRESET object_acceleration_preset
Preset defining the expected maximum acceleration of the tracked object.
Definition: types_c.h:1239
float velocity_smoothing_factor
Control the smoothing of the velocity estimation. Values between 0.0 and 1.0.
Definition: types_c.h:1250
float prediction_timeout_s
Duration to keep predicting a track's position after occlusion. When an object is no longer visible (...
Definition: types_c.h:1270
float min_velocity_threshold
Threshold to force an object's velocity to zero. If the calculated speed (m/s) is below this threshol...
Definition: types_c.h:1259
Structure containing batched data of a detected objects from the object detection module.
Definition: types_c.h:3947
enum SL_OBJECT_SUBCLASS sublabel
Objects sub-class/sub-category to identify the object type.
Definition: types_c.h:3957
struct SL_Vector3 velocities[MAX_TRAJECTORY_SIZE]
Array of 3D velocities for each object.
Definition: types_c.h:3961
enum SL_OBJECT_CLASS label
Objects class/category to identify the object type.
Definition: types_c.h:3956
enum SL_OBJECT_TRACKING_STATE tracking_state
Objects tracking state.
Definition: types_c.h:3958
struct SL_Vector2 head_bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4]
Array of 2D bounding box of the head for each object (person).
Definition: types_c.h:3996
struct SL_Vector3 head_bounding_boxes[MAX_TRAJECTORY_SIZE][8]
Array of 3D bounding box of the head for each object (person).
Definition: types_c.h:4002
float confidences[MAX_TRAJECTORY_SIZE]
Array of confidences for each object.
Definition: types_c.h:3988
uint64_t timestamps[MAX_TRAJECTORY_SIZE]
Array of timestamps for each object.
Definition: types_c.h:3962
struct SL_Vector3 positions[MAX_TRAJECTORY_SIZE]
Array of positions for each object.
Definition: types_c.h:3959
struct SL_Vector2 bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4]
Array of 2D bounding boxes for each object.
Definition: types_c.h:3973
struct SL_Vector3 bounding_boxes[MAX_TRAJECTORY_SIZE][8]
Array of 3D bounding boxes for each object.
Definition: types_c.h:3986
struct SL_Vector3 head_positions[MAX_TRAJECTORY_SIZE]
Array of 3D centroid of the head for each object (person).
Definition: types_c.h:4008
int nb_data
Number of objects in the SL_ObjectsBatch.
Definition: types_c.h:3954
enum SL_OBJECT_ACTION_STATE action_states[MAX_TRAJECTORY_SIZE]
Array of action states for each object.
Definition: types_c.h:3989
float position_covariances[MAX_TRAJECTORY_SIZE][6]
Array of positions' covariances for each object.
Definition: types_c.h:3960
int id
Id of the batch.
Definition: types_c.h:3955
Structure containing the results of the object detection module.
Definition: types_c.h:3714
int is_tracked
Whether both the object tracking and the world orientation has been setup.
Definition: types_c.h:3733
uint64_t timestamp
Timestamp corresponding to the frame acquisition.
Definition: types_c.h:3725
struct SL_ObjectData object_list[MAX_NUMBER_OBJECT]
Array of detected objects.
Definition: types_c.h:3743
int is_new
Whether object_list has already been retrieved or not.
Definition: types_c.h:3729
int nb_objects
Number of detected objects.
Definition: types_c.h:3719
enum SL_OBJECT_DETECTION_MODEL detection_model
Current SL_OBJECT_DETECTION_MODEL used.
Definition: types_c.h:3737
Structure representing a plane defined by a point and a normal, or a plane equation.
Definition: types_c.h:243
struct SL_Vector3 plane_center
Plane center point.
Definition: types_c.h:251
struct SL_Quaternion plane_transform_orientation
Plane orientation relative to the global reference frame.
Definition: types_c.h:253
struct SL_Vector3 plane_transform_position
Plane position relative to the global reference frame.
Definition: types_c.h:252
int error_code
SL_ERROR_CODE returned by the ZED SDK when the plane detection was attempted.
Definition: types_c.h:244
struct SL_Vector2 extents
Width and height of the bounding rectangle around the plane contours.
Definition: types_c.h:259
struct SL_Vector4 plane_equation
Plane equation coefficients {a, b, c, d}.
Definition: types_c.h:258
struct SL_Vector3 bounds[256]
Array of 3D points forming a polygon bounds corresponding to the current visible limits of the plane.
Definition: types_c.h:264
struct SL_Vector3 plane_normal
Plane normalized normal vector.
Definition: types_c.h:250
enum UNITY_PLAN_TYPE type
Type of the plane defined by its orientation.
Definition: types_c.h:249
int bounds_size
Size of bounds.
Definition: types_c.h:260
Structure containing a set of parameters for the plane detection functionality.
Definition: types_c.h:2396
float normal_similarity_threshold
Controls the spread of plane by checking the angle difference.
Definition: types_c.h:2410
float max_distance_threshold
Controls the spread of plane by checking the position difference.
Definition: types_c.h:2403
Structure containing positional tracking data giving the position and orientation of the camera in 3D...
Definition: types_c.h:194
float twist_covariance[36]
Row-major representation of the 6x6 twist covariance matrix of the camera.
Definition: types_c.h:228
float twist[6]
Twist of the camera available in reference camera.
Definition: types_c.h:222
uint64_t timestamp
Timestamp of the SL_PoseData.
Definition: types_c.h:205
struct SL_Quaternion rotation
Quaternion/orientation component of the SL_PoseData.
Definition: types_c.h:206
int pose_confidence
Confidence/quality of the pose estimation for the target frame.
Definition: types_c.h:215
bool valid
Whether the tracking is activated or not.
Definition: types_c.h:199
struct SL_Vector3 translation
Translation component of the SL_PoseData.
Definition: types_c.h:207
float pose_covariance[36]
6x6 pose covariance matrix of translation (the first 3 values) and rotation in so3 (the last 3 values...
Definition: types_c.h:216
Holds the options used for initializing the positional tracking fusion module.
Definition: types_c.h:4975
struct SL_Quaternion base_footprint_to_world_rotation
Orientation of the base footprint with respect to the user world.
Definition: types_c.h:4996
bool enable_GNSS_fusion
This attribute is responsible for enabling or not GNSS positional tracking fusion.
Definition: types_c.h:4981
struct SL_GNSSCalibrationParameters gnss_calibration_parameters
Control the VIO / GNSS calibration process.
Definition: types_c.h:4986
bool set_gravity_as_origin
Whether to override 2 of the 3 rotations from base_footprint_to_world_transform using the IMU gravity...
Definition: types_c.h:5011
struct SL_Vector3 base_footprint_to_baselink_translation
Position of the base footprint with respect to the baselink.
Definition: types_c.h:5001
struct SL_CameraIdentifier tracking_camera_id
ID of the camera used for positional tracking. If not specified, will use the first camera called wit...
Definition: types_c.h:5016
struct SL_Quaternion base_footprint_to_baselink_rotation
Orientation of the base footprint with respect to the baselink.
Definition: types_c.h:5006
struct SL_Vector3 base_footprint_to_world_translation
Position of the base footprint with respect to the user world.
Definition: types_c.h:4991
Structure containing a set of parameters for the positional tracking module initialization.
Definition: types_c.h:2228
bool enable_imu_fusion
Whether to enable the IMU fusion.
Definition: types_c.h:2285
bool set_gravity_as_origin
Whether to override 2 of the 3 components from initial_world_rotation using the IMU gravity.
Definition: types_c.h:2301
bool enable_area_memory
Whether the camera can remember its surroundings.
Definition: types_c.h:2250
enum SL_POSITIONAL_TRACKING_MODE mode
Positional tracking mode used.
Definition: types_c.h:2308
bool enable_2d_ground_mode
Whether to enable the 2D ground mode.
Definition: types_c.h:2318
bool enable_pose_smoothing
Whether to enable smooth pose correction for small drift correction.
Definition: types_c.h:2256
bool set_as_static
Whether to define the camera as static.
Definition: types_c.h:2276
float depth_min_range
Whether to enable the IMU fusion.
Definition: types_c.h:2294
struct SL_Vector3 initial_world_position
Position of the camera in the world frame when the camera is started.
Definition: types_c.h:2240
bool set_floor_as_origin
Initializes the tracking to be aligned with the floor plane to better position the camera in space.
Definition: types_c.h:2267
struct SL_Quaternion initial_world_rotation
Rotation of the camera in the world frame when the camera is started.
Definition: types_c.h:2234
bool enable_localization_only
Whether to enable the area mode in localize only mode.
Definition: types_c.h:2313
Lists the different status of positional tracking.
Definition: types_c.h:960
enum SL_SPATIAL_MEMORY_STATUS spatial_memory_status
Represents the current state of camera tracking in the global map.
Definition: types_c.h:968
enum SL_ODOMETRY_STATUS odometry_status
Represents the current state of Visual-Inertial Odometry (VIO) tracking between the previous frame an...
Definition: types_c.h:964
enum SL_POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status
Represents the current state of positional tracking fusion.
Definition: types_c.h:972
Structure representing a quaternion.
Definition: types_c.h:25
float x
First component of the quaternion.
Definition: types_c.h:26
float z
Third component of the quaternion.
Definition: types_c.h:28
float w
Forth component of the quaternion.
Definition: types_c.h:29
float y
Second component of the quaternion.
Definition: types_c.h:27
Structure containing the options used to record.
Definition: types_c.h:2452
enum SL_SVO_ENCODING_PRESET encoding_preset
Encoding preset for H264/H265 compression.
Definition: types_c.h:2509
unsigned int target_framerate
Framerate for the recording file.
Definition: types_c.h:2483
unsigned char encryption_key[256]
Encryption key used to protect the SVO file.
Definition: types_c.h:2501
unsigned int bitrate
Overrides the default bitrate of the SVO file, in kbits/s.
Definition: types_c.h:2472
bool transcode_streaming_input
Defines whether to decode and re-encode a streaming source.
Definition: types_c.h:2493
unsigned char video_filename[256]
Filename of the file to save the recording into.
Definition: types_c.h:2456
enum SL_SVO_COMPRESSION_MODE compression_mode
Compression mode the recording.
Definition: types_c.h:2463
Structure containing information about the status of the recording.
Definition: types_c.h:2416
double current_compression_ratio
Compression ratio (% of raw size) for the current frame.
Definition: types_c.h:2438
double average_compression_time
Average compression time in milliseconds since beginning of recording.
Definition: types_c.h:2442
double average_compression_ratio
Average compression ratio (% of raw size) since beginning of recording.
Definition: types_c.h:2446
bool status
Status of current frame.
Definition: types_c.h:2430
bool is_paused
Report if the recording has been paused.
Definition: types_c.h:2424
bool is_recording
Report if the recording has been enabled.
Definition: types_c.h:2420
double current_compression_time
Compression time for the current frame in milliseconds.
Definition: types_c.h:2434
Structure defining a 2D rectangle with top-left corner coordinates and width/height in pixels.
Definition: types_c.h:4096
int height
Height of the rectangle in pixels.
Definition: types_c.h:4112
int x
x coordinates of top-left corner.
Definition: types_c.h:4100
int width
Width of the rectangle in pixels.
Definition: types_c.h:4108
int y
y coordinates of top-left corner.
Definition: types_c.h:4104
Structure containing a set of parameters for the region of interest.
Definition: types_c.h:2367
bool auto_apply_module[SL_MODULE_LAST]
List of modules on which the ROI will be used.
Definition: types_c.h:2387
float image_height_ratio_cutoff
By default consider only the lower half of the image, can be useful to filter out the sky.
Definition: types_c.h:2380
float depth_far_threshold_meters
Filtering how far object in the ROI should be considered, this is useful for a vehicle for instance.
Definition: types_c.h:2373
Structure containing the width and height of an image.
Definition: types_c.h:1564
int width
Width of the image in pixels.
Definition: types_c.h:1568
int height
Height of the image in pixels.
Definition: types_c.h:1572
Structure containing parameters that defines the behavior of sl_grab().
Definition: types_c.h:1864
bool enable_depth
Defines if the depth map should be computed.
Definition: types_c.h:1878
bool remove_saturated_areas
Defines if the saturated area (luminance>=255) must be removed from depth map estimation.
Definition: types_c.h:1916
bool enable_fill_mode
Defines if the depth map should be completed or not.
Definition: types_c.h:1888
int confidence_threshold
Threshold to reject depth values based on their confidence.
Definition: types_c.h:1899
enum SL_REFERENCE_FRAME reference_frame
Reference frame in which to provides the 3D measures (point cloud, normals, etc.).
Definition: types_c.h:1870
int texture_confidence_threshold
Threshold to reject depth values based on their texture confidence.
Definition: types_c.h:1909
Structure containing data that can be stored in and retrieved from SVOs. That information will be ing...
Definition: types_c.h:2517
int key_size
Size of the key.
Definition: types_c.h:2525
uint64_t timestamp_ns
Timestamp of the data.
Definition: types_c.h:2538
char * content
content stored as SVOData. Allow any type of content, including raw data like compressed images or JS...
Definition: types_c.h:2530
char * key
Key used to retrieve the data stored into SVOData's content.
Definition: types_c.h:2521
int content_size
Size of the content.
Definition: types_c.h:2534
Structure containing information about a single sensor available in the current device.
Definition: types_c.h:2097
bool is_available
Whether the sensor is available in your camera.
Definition: types_c.h:2105
enum SL_SENSOR_TYPE type
Type of the sensor.
Definition: types_c.h:2098
float sampling_rate
Sampling rate (or ODR) of the sensor.
Definition: types_c.h:2100
float resolution
Resolution of the sensor.
Definition: types_c.h:2099
enum SL_SENSORS_UNIT sensor_unit
Unit of the sensor.
Definition: types_c.h:2104
struct SL_Vector2 range
Range of the sensor (minimum: range.x, maximum: range.y).
Definition: types_c.h:2101
float random_walk
Random walk derived from the Allan Variance given as continuous (frequency-independent).
Definition: types_c.h:2103
float noise_density
White noise density given as continuous (frequency-independent).
Definition: types_c.h:2102
Structure containing information about all the sensors available in the current device.
Definition: types_c.h:2145
struct SL_Vector3 ium_magnetometer_translation
Magnetometer to IMU translation (quaternion).
Definition: types_c.h:2170
unsigned int firmware_version
Firmware version of the sensor module.
Definition: types_c.h:2150
struct SL_SensorParameters barometer_parameters
Configuration of the barometer.
Definition: types_c.h:2186
struct SL_SensorParameters gyroscope_parameters
Configuration of the gyroscope.
Definition: types_c.h:2178
struct SL_SensorParameters magnetometer_parameters
Configuration of the magnetometer.
Definition: types_c.h:2182
struct SL_Vector4 camera_ium_rotation
IMU to left camera rotation (quaternion).
Definition: types_c.h:2155
struct SL_Vector3 camera_imu_translation
IMU to left camera translation.
Definition: types_c.h:2160
struct SL_Vector4 ium_magnetometer_rotation
Magnetometer to IMU rotation (quaternion).
Definition: types_c.h:2165
struct SL_SensorParameters accelerometer_parameters
Configuration of the accelerometer.
Definition: types_c.h:2174
Structure containing all sensors data (except image sensors) to be used for positional tracking or en...
Definition: types_c.h:411
struct SL_TemperatureData temperature
Temperature data.
Definition: types_c.h:416
int image_sync_trigger
Indicates if the Sensors data has been taken during a frame capture on sensor.
Definition: types_c.h:432
struct SL_MagnetometerData magnetometer
Magnetometer data.
Definition: types_c.h:415
struct SL_BarometerData barometer
Barometer data.
Definition: types_c.h:414
int camera_moving_state
Motion state of the camera.
Definition: types_c.h:424
struct SL_IMUData imu
IMU data.
Definition: types_c.h:413
Structure containing a set of parameters for the spatial mapping module.
Definition: types_c.h:2670
bool save_texture
Whether to save the texture.
Definition: types_c.h:2693
int stability_counter
Control the integration rate of the current depth into the mapping process.
Definition: types_c.h:2730
bool reverse_vertex_order
Whether to inverse the order of the vertices of the triangles.
Definition: types_c.h:2716
float range_meter
Depth range in meters.
Definition: types_c.h:2684
bool use_chunk_only
Whether to only use chunks.
Definition: types_c.h:2702
int max_memory_usage
The maximum CPU memory (in MB) allocated for the meshing process.
Definition: types_c.h:2708
float resolution_meter
Spatial mapping resolution in meters.
Definition: types_c.h:2676
bool enable_forget_past
This parameter enables the forgetting of the previous map to limit memory and drift issues....
Definition: types_c.h:2748
float decay
Adjust the weighting factor for the current depth during the integration process. By default,...
Definition: types_c.h:2742
float disparity_std
Control the disparity noise (standard deviation) in px. set a very small value (<0....
Definition: types_c.h:2735
enum SL_SPATIAL_MAP_TYPE map_type
The type of spatial map to be created.
Definition: types_c.h:2723
Structure containing the options used to stream with the ZED SDK.
Definition: types_c.h:2545
bool adaptative_bitrate
Defines whether the adaptive bitrate is enable.
Definition: types_c.h:2592
int gop_size
GOP size in number of frames.
Definition: types_c.h:2582
enum SL_STREAMING_CODEC codec
Encoding used for streaming.
Definition: types_c.h:2550
unsigned short port
Port used for streaming.
Definition: types_c.h:2557
unsigned short chunk_size
Size of a single chunk.
Definition: types_c.h:2605
unsigned int target_framerate
Framerate for the streaming output.
Definition: types_c.h:2616
unsigned int bitrate
Defines the streaming bitrate in Kbits/s.
Definition: types_c.h:2573
Structure containing information about the properties of a streaming device.
Definition: types_c.h:2622
unsigned short port
Streaming port of the streaming device.
Definition: types_c.h:2633
int current_bitrate
Current bitrate of encoding of the streaming device.
Definition: types_c.h:2647
unsigned int serial_number
Serial number of the streaming camera.
Definition: types_c.h:2640
enum SL_STREAMING_CODEC codec
Current codec used for compression in streaming device.
Definition: types_c.h:2654
unsigned char ip[16]
IP address of the streaming device.
Definition: types_c.h:2626
enum SL_MODEL camera_model
Model of the streaming device.
Definition: types_c.h:2661
Configuration parameters for data synchronization.
Definition: types_c.h:4467
double data_source_timeout
Duration in milliseconds before considering a camera as inactive if no more data is present (for exam...
Definition: types_c.h:4488
bool keep_last_data
Determines whether to include the last data returned by a source in the final synchronized data.
Definition: types_c.h:4499
double windows_size
Size of synchronization windows in milliseconds.
Definition: types_c.h:4478
double maximum_lateness
Maximum duration in milliseconds allowed for data to be considered as the last data.
Definition: types_c.h:4510
Structure containing data from the temperature sensors.
Definition: types_c.h:397
float barometer_temp
Temperature in °C at the barometer location (-100 if not available).
Definition: types_c.h:399
float onboard_left_temp
Temperature in °C next to the left image sensor (-100 if not available).
Definition: types_c.h:400
float onboard_right_temp
Temperature in °C next to the right image sensor (-100 if not available).
Definition: types_c.h:401
float imu_temp
Temperature in °C at the IMU location (-100 if not available).
Definition: types_c.h:398
Represents a world position in UTM format.
Definition: types_c.h:4873
double northing
Northing coordinate.
Definition: types_c.h:4878
char UTMZone[256]
UTMZone of the coordinate.
Definition: types_c.h:4893
double easting
Easting coordinate.
Definition: types_c.h:4883
double gamma
Gamma coordinate.
Definition: types_c.h:4888
Structure representing an unsigned char 2-dimensional vector.
Definition: types_c.h:118
unsigned char x
Fist component of the vector.
Definition: types_c.h:122
unsigned char y
Second component of the vector.
Definition: types_c.h:126
Structure representing an unsigned char 3-dimensional vector.
Definition: types_c.h:132
unsigned char x
Fist component of the vector.
Definition: types_c.h:136
unsigned char y
Second component of the vector.
Definition: types_c.h:140
unsigned char z
Third component of the vector.
Definition: types_c.h:144
Structure representing an unsigned char 4-dimensional vector.
Definition: types_c.h:150
unsigned char y
Second component of the vector.
Definition: types_c.h:158
unsigned char z
Third component of the vector.
Definition: types_c.h:162
unsigned char x
Fist component of the vector.
Definition: types_c.h:154
unsigned char w
Fourth component of the vector.
Definition: types_c.h:166
Structure representing a generic 2-dimensional unsigned integer vector.
Definition: types_c.h:49
unsigned int y
Second component of the vector.
Definition: types_c.h:57
unsigned int x
Fist component of the vector.
Definition: types_c.h:53
Structure representing a generic 2-dimensional vector.
Definition: types_c.h:35
float x
Fist component of the vector.
Definition: types_c.h:39
float y
Second component of the vector.
Definition: types_c.h:43
Structure representing a generic 3-dimensional vector.
Definition: types_c.h:63
float z
Third component of the vector.
Definition: types_c.h:75
float y
Second component of the vector.
Definition: types_c.h:71
float x
Fist component of the vector.
Definition: types_c.h:67
Structure representing a generic 4-dimensional vector.
Definition: types_c.h:81
float y
Second component of the vector.
Definition: types_c.h:89
float z
Third component of the vector.
Definition: types_c.h:93
float x
Fist component of the vector.
Definition: types_c.h:85
float w
Forth component of the vector.
Definition: types_c.h:97
Parameters controlling voxel decimation in sl_retrieve_voxel_measure.
Definition: types_c.h:780
float resolution_scale
Scale factor for depth-adaptive voxel growth. Typical range: [0.01, 1.0]. Clamped internally to [0....
Definition: types_c.h:805
enum SL_VOXELIZATION_MODE resolution_mode
How voxel size adapts with depth. Default: SL_VOXELIZATION_MODE_STEREO_UNCERTAINTY.
Definition: types_c.h:798
bool centroid
Controls output point positions within each voxel. If true, output point positions are the centroid o...
Definition: types_c.h:792
float voxel_size
Voxel grid cell size in coordinate_units defined in SL_InitParameters. If <= 0, a 100 mm equivalent d...
Definition: types_c.h:785
SL_COORDINATE_SYSTEM
Lists available coordinates systems for positional tracking and 3D measures.
Definition: types_c.h:534
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Z_UP_X_FWD
Definition: types_c.h:540
@ SL_COORDINATE_SYSTEM_LEFT_HANDED_Z_UP
Definition: types_c.h:539
@ SL_COORDINATE_SYSTEM_LEFT_HANDED_Y_UP
Definition: types_c.h:536
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Z_UP
Definition: types_c.h:538
@ SL_COORDINATE_SYSTEM_IMAGE
Definition: types_c.h:535
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Y_UP
Definition: types_c.h:537
SL_SPATIAL_MEMORY_STATUS
Report the status of current map tracking.
Definition: types_c.h:921
@ SL_MAP_TRACKING_STATUS_KNOWN_MAP
Definition: types_c.h:927
@ SL_MAP_TRACKING_STATUS_SEARCHING
Definition: types_c.h:924
@ SL_MAP_TRACKING_STATUS_OFF
Definition: types_c.h:925
@ SL_MAP_TRACKING_STATUS_INITIALIZING
Definition: types_c.h:926
@ SL_MAP_TRACKING_STATUS_LOOP_CLOSED
Definition: types_c.h:923
@ SL_MAP_TRACKING_STATUS_MAP_UPDATE
Definition: types_c.h:928
@ SL_MAP_TRACKING_STATUS_OK
Definition: types_c.h:922
@ SL_MAP_TRACKING_STATUS_LOST
Definition: types_c.h:929
@ SL_MAP_TRACKING_STATUS_NOT_ENOUGH_MEMORY_FOR_TRACKING
Definition: types_c.h:930
SL_ENCODED_STREAM_SOURCE
Lists the encoded video sources a Camera can expose to user code. A single Camera can produce up to t...
Definition: types_c.h:665
@ SL_ENCODED_STREAM_SOURCE_SENDING
Definition: types_c.h:667
@ SL_ENCODED_STREAM_SOURCE_RECORDING
Definition: types_c.h:668
@ SL_ENCODED_STREAM_SOURCE_RECEIVING
Definition: types_c.h:666
SL_SPATIAL_MAPPING_STATE
Lists the different states of spatial mapping.
Definition: types_c.h:1002
@ SL_SPATIAL_MAPPING_STATE_OK
Definition: types_c.h:1004
@ SL_SPATIAL_MAPPING_STATE_NOT_ENABLED
Definition: types_c.h:1006
@ SL_SPATIAL_MAPPING_STATE_INITIALIZING
Definition: types_c.h:1003
@ SL_SPATIAL_MAPPING_STATE_FPS_TOO_LOW
Definition: types_c.h:1007
@ SL_SPATIAL_MAPPING_STATE_NOT_ENOUGH_MEMORY
Definition: types_c.h:1005
SL_OBJECT_TRACKING_STATE
Lists the different states of object tracking.
Definition: types_c.h:890
@ SL_OBJECT_TRACKING_STATE_SEARCHING
Definition: types_c.h:893
@ SL_OBJECT_TRACKING_STATE_OK
Definition: types_c.h:892
@ SL_OBJECT_TRACKING_STATE_TERMINATE
Definition: types_c.h:894
@ SL_OBJECT_TRACKING_STATE_OFF
Definition: types_c.h:891
SL_GNSS_MODE
Definition: types_c.h:4337
@ SL_GNSS_MODE_FIX_2D
2D GNSS fix, providing latitude and longitude coordinates but without altitude information.
Definition: types_c.h:4349
@ SL_GNSS_MODE_UNKNOWN
No GNSS fix data is available.
Definition: types_c.h:4341
@ SL_GNSS_MODE_FIX_3D
3D GNSS fix, providing latitude, longitude, and altitude coordinates.
Definition: types_c.h:4353
@ SL_GNSS_MODE_NO_FIX
No GNSS fix is available.
Definition: types_c.h:4345
SL_INFERENCE_PRECISION
Report the actual inference precision used.
Definition: types_c.h:1286
SL_MODULE
Definition: types_c.h:1543
@ SL_MODULE_ALL
Definition: types_c.h:1544
SL_MESH_FILE_FORMAT
Lists available mesh file formats.
Definition: types_c.h:1030
@ SL_MESH_FILE_FORMAT_PLY
Definition: types_c.h:1031
@ SL_MESH_FILE_FORMAT_OBJ
Definition: types_c.h:1033
@ SL_MESH_FILE_FORMAT_PLY_BIN
Definition: types_c.h:1032
SL_AI_MODELS
Lists available AI models.
Definition: types_c.h:1189
@ SL_AI_MODELS_NEURAL_PLUS_DEPTH
Definition: types_c.h:1204
@ SL_AI_MODELS_HUMAN_BODY_MEDIUM_DETECTION
Definition: types_c.h:1194
@ SL_AI_MODELS_MULTI_CLASS_ACCURATE_DETECTION
Definition: types_c.h:1192
@ SL_AI_MODELS_PERSON_HEAD_DETECTION
Definition: types_c.h:1199
@ SL_AI_MODELS_HUMAN_BODY_ACCURATE_DETECTION
Definition: types_c.h:1195
@ SL_AI_MODELS_HUMAN_BODY_38_MEDIUM_DETECTION
Definition: types_c.h:1197
@ SL_AI_MODELS_MULTI_CLASS_MEDIUM_DETECTION
Definition: types_c.h:1191
@ SL_AI_MODELS_HUMAN_BODY_FAST_DETECTION
Definition: types_c.h:1193
@ SL_AI_MODELS_HUMAN_BODY_38_FAST_DETECTION
Definition: types_c.h:1196
@ SL_AI_MODELS_NEURAL_DEPTH
Definition: types_c.h:1203
@ SL_AI_MODELS_MULTI_CLASS_DETECTION
Definition: types_c.h:1190
@ SL_AI_MODELS_NEURAL_LIGHT_DEPTH
Definition: types_c.h:1202
@ SL_AI_MODELS_HUMAN_BODY_38_ACCURATE_DETECTION
Definition: types_c.h:1198
@ SL_AI_MODELS_PERSON_HEAD_ACCURATE_DETECTION
Definition: types_c.h:1200
@ SL_AI_MODELS_REID_ASSOCIATION
Definition: types_c.h:1201
SL_CAMERA_STATE
Lists possible camera states.
Definition: types_c.h:546
@ SL_CAMERA_STATE_AVAILABLE
Definition: types_c.h:547
@ SL_CAMERA_STATE_NOT_AVAILABLE
Definition: types_c.h:548
SL_OBJECT_ACCELERATION_PRESET
Lists supported bounding box preprocessing.
Definition: types_c.h:1220
@ SL_OBJECT_ACCELERATION_PRESET_DEFAULT
Definition: types_c.h:1221
@ SL_OBJECT_ACCELERATION_PRESET_MEDIUM
Definition: types_c.h:1223
@ SL_OBJECT_ACCELERATION_PRESET_HIGH
Definition: types_c.h:1224
@ SL_OBJECT_ACCELERATION_PRESET_LOW
Definition: types_c.h:1222
SL_TIMESTAMP_CLOCK
Selects the clock source used for all timestamps produced by the ZED SDK.
Definition: types_c.h:760
@ SL_TIMESTAMP_CLOCK_MONOTONIC_RAW_CLOCK
Definition: types_c.h:763
@ SL_TIMESTAMP_CLOCK_MONOTONIC_CLOCK
Definition: types_c.h:762
@ SL_TIMESTAMP_CLOCK_SYSTEM_CLOCK
Definition: types_c.h:761
SL_STREAMING_CODEC
Lists the different encoding types for image streaming.
Definition: types_c.h:653
@ SL_STREAMING_CODEC_H264
Definition: types_c.h:654
@ SL_STREAMING_CODEC_H265
Definition: types_c.h:655
SL_MAT_TYPE
Lists available matrix formats.
Definition: types_c.h:1104
@ SL_MAT_TYPE_F32_C2
Definition: types_c.h:1106
@ SL_MAT_TYPE_U8_C3
Definition: types_c.h:1111
@ SL_MAT_TYPE_F32_C4
Definition: types_c.h:1108
@ SL_MAT_TYPE_S8_C4
Definition: types_c.h:1114
@ SL_MAT_TYPE_F32_C3
Definition: types_c.h:1107
@ SL_MAT_TYPE_U8_C4
Definition: types_c.h:1112
@ SL_MAT_TYPE_F32_C1
Definition: types_c.h:1105
@ SL_MAT_TYPE_U16_C1
Definition: types_c.h:1113
@ SL_MAT_TYPE_U8_C2
Definition: types_c.h:1110
@ SL_MAT_TYPE_U8_C1
Definition: types_c.h:1109
SL_HEADING_STATE
Lists the different states of the magnetic heading.
Definition: types_c.h:340
@ SL_HEADING_STATE_MAG_NOT_AVAILABLE
Definition: types_c.h:345
@ SL_HEADING_STATE_GOOD
Definition: types_c.h:341
@ SL_HEADING_STATE_OK
Definition: types_c.h:342
@ SL_HEADING_STATE_NOT_CALIBRATED
Definition: types_c.h:344
@ SL_HEADING_STATE_NOT_GOOD
Definition: types_c.h:343
SL_RESOLUTION
Lists available resolutions.
Definition: types_c.h:489
@ SL_RESOLUTION_HD720
Definition: types_c.h:496
@ SL_RESOLUTION_HD1200
Definition: types_c.h:495
@ SL_RESOLUTION_TXGA
Definition: types_c.h:500
@ SL_RESOLUTION_SVGA
Definition: types_c.h:497
@ SL_RESOLUTION_HD1536
Definition: types_c.h:493
@ SL_RESOLUTION_VGA
Definition: types_c.h:498
@ SL_RESOLUTION_HD4K
Definition: types_c.h:490
@ SL_RESOLUTION_QHDPLUS
Definition: types_c.h:491
@ SL_RESOLUTION_XVGA
Definition: types_c.h:499
@ SL_RESOLUTION_HD1080
Definition: types_c.h:494
@ SL_RESOLUTION_AUTO
Definition: types_c.h:501
@ SL_RESOLUTION_HD2K
Definition: types_c.h:492
SL_BODY_34_PARTS
Semantic of human body parts and order of SL_BodyData::keypoint for SL_BODY_FORMAT_BODY_34.
Definition: types_c.h:1374
@ SL_BODY_34_PARTS_LEFT_CLAVICLE
Definition: types_c.h:1379
@ SL_BODY_34_PARTS_LEFT_HAND
Definition: types_c.h:1383
@ SL_BODY_34_PARTS_RIGHT_FOOT
Definition: types_c.h:1400
@ SL_BODY_34_PARTS_RIGHT_HAND
Definition: types_c.h:1390
@ SL_BODY_34_PARTS_LEFT_KNEE
Definition: types_c.h:1394
@ SL_BODY_34_PARTS_HEAD
Definition: types_c.h:1401
@ SL_BODY_34_PARTS_LEFT_ELBOW
Definition: types_c.h:1381
@ SL_BODY_34_PARTS_RIGHT_HEEL
Definition: types_c.h:1408
@ SL_BODY_34_PARTS_LEFT_WRIST
Definition: types_c.h:1382
@ SL_BODY_34_PARTS_RIGHT_ANKLE
Definition: types_c.h:1399
@ SL_BODY_34_PARTS_RIGHT_THUMB
Definition: types_c.h:1392
@ SL_BODY_34_PARTS_LEFT_EYE
Definition: types_c.h:1403
@ SL_BODY_34_PARTS_LEFT_HANDTIP
Definition: types_c.h:1384
@ SL_BODY_34_PARTS_RIGHT_CLAVICLE
Definition: types_c.h:1386
@ SL_BODY_34_PARTS_LEFT_ANKLE
Definition: types_c.h:1395
@ SL_BODY_34_PARTS_RIGHT_EYE
Definition: types_c.h:1405
@ SL_BODY_34_PARTS_NECK
Definition: types_c.h:1378
@ SL_BODY_34_PARTS_NOSE
Definition: types_c.h:1402
@ SL_BODY_34_PARTS_LEFT_EAR
Definition: types_c.h:1404
@ SL_BODY_34_PARTS_LEFT_SHOULDER
Definition: types_c.h:1380
@ SL_BODY_34_PARTS_CHEST_SPINE
Definition: types_c.h:1377
@ SL_BODY_34_PARTS_LEFT_THUMB
Definition: types_c.h:1385
@ SL_BODY_34_PARTS_PELVIS
Definition: types_c.h:1375
@ SL_BODY_34_PARTS_RIGHT_ELBOW
Definition: types_c.h:1388
@ SL_BODY_34_PARTS_LEFT_HEEL
Definition: types_c.h:1407
@ SL_BODY_34_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1387
@ SL_BODY_34_PARTS_LEFT_HIP
Definition: types_c.h:1393
@ SL_BODY_34_PARTS_NAVAL_SPINE
Definition: types_c.h:1376
@ SL_BODY_34_PARTS_RIGHT_EAR
Definition: types_c.h:1406
@ SL_BODY_34_PARTS_RIGHT_HIP
Definition: types_c.h:1397
@ SL_BODY_34_PARTS_RIGHT_WRIST
Definition: types_c.h:1389
@ SL_BODY_34_PARTS_RIGHT_KNEE
Definition: types_c.h:1398
@ SL_BODY_34_PARTS_RIGHT_HANDTIP
Definition: types_c.h:1391
@ SL_BODY_34_PARTS_LEFT_FOOT
Definition: types_c.h:1396
SL_FLIP_MODE
Lists possible flip modes of the camera.
Definition: types_c.h:1069
@ SL_FLIP_MODE_AUTO
Definition: types_c.h:1072
@ SL_FLIP_MODE_ON
Definition: types_c.h:1071
@ SL_FLIP_MODE_OFF
Definition: types_c.h:1070
SL_SPATIAL_MAP_TYPE
Lists the types of spatial maps that can be created.
Definition: types_c.h:1013
@ SL_SPATIAL_MAP_TYPE_FUSED_POINT_CLOUD
Definition: types_c.h:1015
@ SL_SPATIAL_MAP_TYPE_MESH
Definition: types_c.h:1014
SL_VIDEO_SETTINGS
Lists available camera settings for the camera (contrast, hue, saturation, gain, ....
Definition: types_c.h:716
@ SL_VIDEO_SETTINGS_BRIGHTNESS
Definition: types_c.h:717
@ SL_VIDEO_SETTINGS_SCENE_ILLUMINANCE
Definition: types_c.h:738
@ SL_VIDEO_SETTINGS_ANALOG_GAIN
Definition: types_c.h:731
@ SL_VIDEO_SETTINGS_EXPOSURE
Definition: types_c.h:724
@ SL_VIDEO_SETTINGS_WHITEBALANCE_AUTO
Definition: types_c.h:728
@ SL_VIDEO_SETTINGS_AE_ANTIBANDING
Definition: types_c.h:739
@ SL_VIDEO_SETTINGS_AEC_AGC_ROI
Definition: types_c.h:726
@ SL_VIDEO_SETTINGS_LED_STATUS
Definition: types_c.h:729
@ SL_VIDEO_SETTINGS_AUTO_DIGITAL_GAIN_RANGE
Definition: types_c.h:735
@ SL_VIDEO_SETTINGS_AUTO_ANALOG_GAIN_RANGE
Definition: types_c.h:734
@ SL_VIDEO_SETTINGS_SATURATION
Definition: types_c.h:720
@ SL_VIDEO_SETTINGS_WHITEBALANCE_TEMPERATURE
Definition: types_c.h:727
@ SL_VIDEO_SETTINGS_CONTRAST
Definition: types_c.h:718
@ SL_VIDEO_SETTINGS_DENOISING
Definition: types_c.h:737
@ SL_VIDEO_SETTINGS_DIGITAL_GAIN
Definition: types_c.h:732
@ SL_VIDEO_SETTINGS_SHARPNESS
Definition: types_c.h:721
@ SL_VIDEO_SETTINGS_HUE
Definition: types_c.h:719
@ SL_VIDEO_SETTINGS_EXPOSURE_COMPENSATION
Definition: types_c.h:736
@ SL_VIDEO_SETTINGS_GAIN
Definition: types_c.h:723
@ SL_VIDEO_SETTINGS_GAMMA
Definition: types_c.h:722
@ SL_VIDEO_SETTINGS_AEC_AGC
Definition: types_c.h:725
@ SL_VIDEO_SETTINGS_EXPOSURE_TIME
Definition: types_c.h:730
@ SL_VIDEO_SETTINGS_AUTO_EXPOSURE_TIME_RANGE
Definition: types_c.h:733
SL_BODY_TRACKING_MODEL
Lists available models for the body tracking module.
Definition: types_c.h:1180
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_MEDIUM
Definition: types_c.h:1182
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_FAST
Definition: types_c.h:1181
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_ACCURATE
Definition: types_c.h:1183
SL_POSITIONAL_TRACKING_FUSION_STATUS
Report the status of the positional tracking fusion.
Definition: types_c.h:945
SL_OBJECT_SUBCLASS
List available object subclasses.
Definition: types_c.h:1124
@ SL_OBJECT_SUBCLASS_SPORTSBALL
Definition: types_c.h:1148
@ SL_OBJECT_SUBCLASS_MACHINERY
Definition: types_c.h:1149
@ SL_OBJECT_SUBCLASS_BOAT
Definition: types_c.h:1131
@ SL_OBJECT_SUBCLASS_SHEEP
Definition: types_c.h:1139
@ SL_OBJECT_SUBCLASS_LAPTOP
Definition: types_c.h:1142
@ SL_OBJECT_SUBCLASS_HANDBAG
Definition: types_c.h:1133
@ SL_OBJECT_SUBCLASS_PERSON_HEAD
Definition: types_c.h:1147
@ SL_OBJECT_SUBCLASS_TRUCK
Definition: types_c.h:1130
@ SL_OBJECT_SUBCLASS_HORSE
Definition: types_c.h:1138
@ SL_OBJECT_SUBCLASS_SUITCASE
Definition: types_c.h:1134
@ SL_OBJECT_SUBCLASS_BICYCLE
Definition: types_c.h:1126
@ SL_OBJECT_SUBCLASS_BACKPACK
Definition: types_c.h:1132
@ SL_OBJECT_SUBCLASS_CAT
Definition: types_c.h:1136
@ SL_OBJECT_SUBCLASS_BANANA
Definition: types_c.h:1143
@ SL_OBJECT_SUBCLASS_CAR
Definition: types_c.h:1127
@ SL_OBJECT_SUBCLASS_BUS
Definition: types_c.h:1129
@ SL_OBJECT_SUBCLASS_COW
Definition: types_c.h:1140
@ SL_OBJECT_SUBCLASS_ORANGE
Definition: types_c.h:1145
@ SL_OBJECT_SUBCLASS_BIRD
Definition: types_c.h:1135
@ SL_OBJECT_SUBCLASS_MOTORBIKE
Definition: types_c.h:1128
@ SL_OBJECT_SUBCLASS_DOG
Definition: types_c.h:1137
@ SL_OBJECT_SUBCLASS_CELLPHONE
Definition: types_c.h:1141
@ SL_OBJECT_SUBCLASS_PERSON
Definition: types_c.h:1125
@ SL_OBJECT_SUBCLASS_APPLE
Definition: types_c.h:1144
@ SL_OBJECT_SUBCLASS_CARROT
Definition: types_c.h:1146
@ SL_OBJECT_SUBCLASS_LAST
Definition: types_c.h:1150
SL_BODY_KEYPOINTS_SELECTION
Lists supported models for skeleton keypoints selection.
Definition: types_c.h:1327
@ SL_BODY_KEYPOINTS_SELECTION_UPPER_BODY
Upper body keypoint model Will output only upper body (from hip).
Definition: types_c.h:1336
@ SL_BODY_KEYPOINTS_SELECTION_FULL
Full keypoint model.
Definition: types_c.h:1331
SL_SVO_ENCODING_PRESET
Lists the available encoding presets for SVO recording.
Definition: types_c.h:748
@ SL_SVO_ENCODING_PRESET_ULTRAFAST
Definition: types_c.h:750
@ SL_SVO_ENCODING_PRESET_DEFAULT
Definition: types_c.h:749
@ SL_SVO_ENCODING_PRESET_MEDIUM
Definition: types_c.h:752
@ SL_SVO_ENCODING_PRESET_SLOW
Definition: types_c.h:753
@ SL_SVO_ENCODING_PRESET_FAST
Definition: types_c.h:751
SL_SENSORS_UNIT
Lists available measurement units of onboard sensors.
Definition: types_c.h:605
@ SL_SENSORS_UNIT_HERTZ
Definition: types_c.h:611
@ SL_SENSORS_UNIT_DEG_SEC
Definition: types_c.h:607
@ SL_SENSORS_UNIT_M_SEC_2
Definition: types_c.h:606
@ SL_SENSORS_UNIT_U_T
Definition: types_c.h:608
@ SL_SENSORS_UNIT_HPA
Definition: types_c.h:609
@ SL_SENSORS_UNIT_CELSIUS
Definition: types_c.h:610
SL_OBJECT_DETECTION_MODEL
Lists available models for the object detection module.
Definition: types_c.h:1166
@ SL_OBJECT_DETECTION_MODEL_CUSTOM_BOX_OBJECTS
Definition: types_c.h:1172
@ SL_OBJECT_DETECTION_MODEL_PERSON_HEAD_BOX_ACCURATE
Definition: types_c.h:1171
@ SL_OBJECT_DETECTION_MODEL_PERSON_HEAD_BOX_FAST
Definition: types_c.h:1170
@ SL_OBJECT_DETECTION_MODEL_CUSTOM_YOLOLIKE_BOX_OBJECTS
Definition: types_c.h:1173
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_MEDIUM
Definition: types_c.h:1168
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_ACCURATE
Definition: types_c.h:1169
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_FAST
Definition: types_c.h:1167
SL_ERROR_CODE
Lists error codes in the ZED SDK.
Definition: types_c.h:438
@ SL_ERROR_CODE_INVALID_SVO_FILE
Definition: types_c.h:456
@ SL_ERROR_CODE_CORRUPTED_SDK_INSTALLATION
Definition: types_c.h:467
@ SL_ERROR_CODE_END_OF_SVOFILE_REACHED
Definition: types_c.h:459
@ SL_ERROR_CODE_SENSORS_DATA_REQUIRED
Definition: types_c.h:442
@ SL_ERROR_CODE_SENSOR_CONFIGURATION_CHANGED
Definition: types_c.h:439
@ SL_ERROR_CODE_NOT_ENOUGH_GPU_MEMORY
Definition: types_c.h:448
@ SL_ERROR_CODE_INVALID_FUNCTION_CALL
Definition: types_c.h:466
@ SL_ERROR_CODE_INVALID_FIRMWARE
Definition: types_c.h:461
@ SL_ERROR_CODE_SENSORS_NOT_AVAILABLE
Definition: types_c.h:451
@ SL_ERROR_CODE_MODULE_NOT_COMPATIBLE_WITH_CUDA_VERSION
Definition: types_c.h:478
@ SL_ERROR_CODE_INCOMPATIBLE_AREA_FILE
Definition: types_c.h:470
@ SL_ERROR_CODE_CAMERA_FAILED_TO_SETUP
Definition: types_c.h:471
@ SL_ERROR_CODE_CONFIGURATION_FALLBACK
Definition: types_c.h:441
@ SL_ERROR_CODE_INVALID_AREA_FILE
Definition: types_c.h:469
@ SL_ERROR_CODE_SENSORS_NOT_INITIALIZED
Definition: types_c.h:450
@ SL_ERROR_CODE_SUCCESS
Definition: types_c.h:445
@ SL_ERROR_CODE_SVO_UNSUPPORTED_COMPRESSION
Definition: types_c.h:458
@ SL_ERROR_CODE_INVALID_COORDINATE_SYSTEM
Definition: types_c.h:460
@ SL_ERROR_CODE_NO_GPU_COMPATIBLE
Definition: types_c.h:447
@ SL_ERROR_CODE_DRIVER_FAILURE
Definition: types_c.h:479
@ SL_ERROR_CODE_CAMERA_REBOOTING
Definition: types_c.h:444
@ SL_ERROR_CODE_CORRUPTED_FRAME
Definition: types_c.h:443
@ SL_ERROR_CODE_CALIBRATION_FILE_NOT_AVAILABLE
Definition: types_c.h:454
@ SL_ERROR_CODE_FAILURE
Definition: types_c.h:446
@ SL_ERROR_CODE_LOW_USB_BANDWIDTH
Definition: types_c.h:453
@ SL_ERROR_CODE_INVALID_CALIBRATION_FILE
Definition: types_c.h:455
@ SL_ERROR_CODE_CAMERA_NOT_INITIALIZED
Definition: types_c.h:464
@ SL_ERROR_CODE_CAMERA_DETECTION_ISSUE
Definition: types_c.h:472
@ SL_ERROR_CODE_INCOMPATIBLE_SDK_VERSION
Definition: types_c.h:468
@ SL_ERROR_CODE_MOTION_SENSORS_REQUIRED
Definition: types_c.h:477
@ SL_ERROR_CODE_PLANE_NOT_FOUND
Definition: types_c.h:475
@ SL_ERROR_CODE_CAMERA_EXCEEDS_BANDWIDTH
Definition: types_c.h:480
@ SL_ERROR_CODE_CAMERA_NOT_DETECTED
Definition: types_c.h:449
@ SL_ERROR_CODE_NVIDIA_DRIVER_OUT_OF_DATE
Definition: types_c.h:465
@ SL_ERROR_CODE_CUDA_ERROR
Definition: types_c.h:463
@ SL_ERROR_CODE_INVALID_RESOLUTION
Definition: types_c.h:452
@ SL_ERROR_CODE_NO_GPU_DETECTED
Definition: types_c.h:474
@ SL_ERROR_CODE_INVALID_FUNCTION_PARAMETERS
Definition: types_c.h:462
@ SL_ERROR_CODE_MODULE_NOT_COMPATIBLE_WITH_CAMERA
Definition: types_c.h:476
@ SL_ERROR_CODE_POTENTIAL_CALIBRATION_ISSUE
Definition: types_c.h:440
@ SL_ERROR_CODE_CANNOT_START_CAMERA_STREAM
Definition: types_c.h:473
@ SL_ERROR_CODE_SVO_RECORDING_ERROR
Definition: types_c.h:457
SL_VOXELIZATION_MODE
Controls how voxel size adapts with depth in sl_retrieve_voxel_measure.
Definition: types_c.h:770
@ SL_VOXELIZATION_MODE_FIXED
Definition: types_c.h:771
@ SL_VOXELIZATION_MODE_LINEAR
Definition: types_c.h:773
@ SL_VOXELIZATION_MODE_STEREO_UNCERTAINTY
Definition: types_c.h:772
SL_POSITIONAL_TRACKING_MODE
Lists the mode of positional tracking that can be used.
Definition: types_c.h:936
@ SL_POSITIONAL_TRACKING_MODE_GEN_1
Definition: types_c.h:937
@ SL_POSITIONAL_TRACKING_MODE_GEN_2
Definition: types_c.h:938
@ SL_POSITIONAL_TRACKING_MODE_GEN_3
Definition: types_c.h:939
SL_SENSOR_TYPE
Lists available sensor types.
Definition: types_c.h:594
@ SL_SENSOR_TYPE_MAGNETOMETER
Definition: types_c.h:597
@ SL_SENSOR_TYPE_GYROSCOPE
Definition: types_c.h:596
@ SL_SENSOR_TYPE_BAROMETER
Definition: types_c.h:598
@ SL_SENSOR_TYPE_ACCELEROMETER
Definition: types_c.h:595
SL_TIME_REFERENCE
Lists possible time references for timestamps or data.
Definition: types_c.h:645
@ SL_TIME_REFERENCE_CURRENT
Definition: types_c.h:647
@ SL_TIME_REFERENCE_IMAGE
Definition: types_c.h:646
SL_SIDE
Lists possible sides on which to get data from.
Definition: types_c.h:617
@ SL_SIDE_LEFT
Definition: types_c.h:618
@ SL_SIDE_RIGHT
Definition: types_c.h:619
@ SL_SIDE_BOTH
Definition: types_c.h:620
SL_REFERENCE_FRAME
Lists possible types of position matrix used to store camera path and pose.
Definition: types_c.h:637
@ SL_REFERENCE_FRAME_CAMERA
Definition: types_c.h:639
@ SL_REFERENCE_FRAME_WORLD
Definition: types_c.h:638
SL_MESH_FILTER
Lists available mesh filtering intensities.
Definition: types_c.h:1021
@ SL_MESH_FILTER_MEDIUM
Definition: types_c.h:1023
@ SL_MESH_FILTER_LOW
Definition: types_c.h:1022
@ SL_MESH_FILTER_HIGH
Definition: types_c.h:1024
SL_BODY_18_PARTS
Semantic of human body parts and order of SL_BodyData::keypoint for SL_BODY_FORMAT_BODY_18.
Definition: types_c.h:1348
@ SL_BODY_18_PARTS_RIGHT_EAR
Definition: types_c.h:1365
@ SL_BODY_18_PARTS_LEFT_WRIST
Definition: types_c.h:1356
@ SL_BODY_18_PARTS_LEFT_EYE
Definition: types_c.h:1364
@ SL_BODY_18_PARTS_RIGHT_EYE
Definition: types_c.h:1363
@ SL_BODY_18_PARTS_LEFT_KNEE
Definition: types_c.h:1361
@ SL_BODY_18_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1351
@ SL_BODY_18_PARTS_LEFT_ELBOW
Definition: types_c.h:1355
@ SL_BODY_18_PARTS_NECK
Definition: types_c.h:1350
@ SL_BODY_18_PARTS_LEFT_EAR
Definition: types_c.h:1366
@ SL_BODY_18_PARTS_RIGHT_ANKLE
Definition: types_c.h:1359
@ SL_BODY_18_PARTS_RIGHT_KNEE
Definition: types_c.h:1358
@ SL_BODY_18_PARTS_LEFT_ANKLE
Definition: types_c.h:1362
@ SL_BODY_18_PARTS_LEFT_SHOULDER
Definition: types_c.h:1354
@ SL_BODY_18_PARTS_RIGHT_ELBOW
Definition: types_c.h:1352
@ SL_BODY_18_PARTS_LEFT_HIP
Definition: types_c.h:1360
@ SL_BODY_18_PARTS_RIGHT_HIP
Definition: types_c.h:1357
@ SL_BODY_18_PARTS_RIGHT_WRIST
Definition: types_c.h:1353
@ SL_BODY_18_PARTS_NOSE
Definition: types_c.h:1349
SL_ODOMETRY_STATUS
Report the status of current odom tracking.
Definition: types_c.h:913
@ SL_ODOMETRY_STATUS_OK
Definition: types_c.h:914
@ SL_ODOMETRY_STATUS_UNAVAILABLE
Definition: types_c.h:915
SL_POSITIONAL_TRACKING_STATE
Lists the different states of positional tracking.
Definition: types_c.h:900
@ SL_POSITIONAL_TRACKING_STATE_OK
Definition: types_c.h:902
@ SL_POSITIONAL_TRACKING_STATE_FPS_TOO_LOW
Definition: types_c.h:904
@ SL_POSITIONAL_TRACKING_STATE_SEARCHING
Definition: types_c.h:901
@ SL_POSITIONAL_TRACKING_STATE_OFF
Definition: types_c.h:903
@ SL_POSITIONAL_TRACKING_STATE_SEARCHING_FLOOR_PLANE
Definition: types_c.h:905
@ SL_POSITIONAL_TRACKING_STATE_UNAVAILABLE
Definition: types_c.h:906
SL_COMM_TYPE
Lists the different types of communications available for Fusion module.
Definition: types_c.h:4300
@ SL_COMM_TYPE_INTRA_PROCESS
Definition: types_c.h:4302
@ SL_COMM_TYPE_LOCAL_NETWORK
Definition: types_c.h:4301
SL_MEM
Lists available memory type.
Definition: types_c.h:575
@ SL_MEM_BOTH
Definition: types_c.h:578
@ SL_MEM_GPU
Definition: types_c.h:577
@ SL_MEM_CPU
Definition: types_c.h:576
SL_GNSS_FUSION_STATUS
Class containing the current GNSS fusion status.
Definition: types_c.h:4359
@ SL_GNSS_FUSION_STATUS_OFF
The GNSS fusion module is not enabled.
Definition: types_c.h:4367
@ SL_GNSS_FUSION_STATUS_CALIBRATION_IN_PROGRESS
Calibration of the GNSS/VIO fusion module is in progress.
Definition: types_c.h:4371
@ SL_GNSS_FUSION_STATUS_RECALIBRATION_IN_PROGRESS
Re-alignment of GNSS/VIO data is in progress, leading to potentially inaccurate global position.
Definition: types_c.h:4375
@ SL_GNSS_FUSION_STATUS_OK
The GNSS fusion module is calibrated and working successfully.
Definition: types_c.h:4363
SL_LENS_DISTORTION_MODEL
Lists the lens distortion models used to describe a camera's optics.
Definition: types_c.h:522
@ SL_LENS_DISTORTION_MODEL_RAD_TAN
Definition: types_c.h:523
@ SL_LENS_DISTORTION_MODEL_FISHEYE
Definition: types_c.h:524
@ SL_LENS_DISTORTION_MODEL_PINHOLE
Definition: types_c.h:525
SL_DEPTH_MODE
Lists available depth computation modes.
Definition: types_c.h:1039
@ SL_DEPTH_MODE_CUSTOM
Definition: types_c.h:1047
@ SL_DEPTH_MODE_NEURAL_PLUS
Definition: types_c.h:1046
@ SL_DEPTH_MODE_QUALITY
Definition: types_c.h:1042
@ SL_DEPTH_MODE_NEURAL_LIGHT
Definition: types_c.h:1044
@ SL_DEPTH_MODE_PERFORMANCE
Definition: types_c.h:1041
@ SL_DEPTH_MODE_NEURAL
Definition: types_c.h:1045
@ SL_DEPTH_MODE_ULTRA
Definition: types_c.h:1043
SL_GNSS_STATUS
Class representing the fix quality of GNSS signal.
Definition: types_c.h:4309
@ SL_GNSS_STATUS_SINGLE
Single Point Positioning.
Definition: types_c.h:4317
@ SL_GNSS_STATUS_RTK_FIX
Real Time Kinematic Fixed.
Definition: types_c.h:4325
@ SL_GNSS_STATUS_DGNSS
Differential GNSS.
Definition: types_c.h:4321
@ SL_GNSS_STATUS_UNKNOWN
No GNSS fix data is available.
Definition: types_c.h:4313
@ SL_GNSS_STATUS_PPS
Precise Positioning Service.
Definition: types_c.h:4329
@ SL_GNSS_STATUS_RTK_FLOAT
Real Time Kinematic Float.
Definition: types_c.h:4333
SL_BUS_TYPE
Lists available LIVE input type in the ZED SDK.
Definition: types_c.h:584
@ SL_BUS_TYPE_USB
Definition: types_c.h:585
@ SL_BUS_TYPE_AUTO
Definition: types_c.h:587
@ SL_BUS_TYPE_GMSL
Definition: types_c.h:586
SL_OBJECT_FILTERING_MODE
Lists supported bounding box preprocessing.
Definition: types_c.h:1211
@ SL_OBJECT_FILTERING_MODE_NMS_3D
Definition: types_c.h:1213
@ SL_OBJECT_FILTERING_MODE_NONE
Definition: types_c.h:1212
@ SL_OBJECT_FILTERING_MODE_NMS_3D_PER_CLASS
Definition: types_c.h:1214
SL_BODY_FORMAT
Lists supported skeleton body models.
Definition: types_c.h:1297
@ SL_BODY_FORMAT_BODY_34
34-keypoint model
Definition: types_c.h:1307
@ SL_BODY_FORMAT_BODY_18
18-keypoint model Basic body model
Definition: types_c.h:1302
@ SL_BODY_FORMAT_BODY_38
38-keypoint model Including simplified face, hands and feet.
Definition: types_c.h:1313
SL_MODEL
Lists ZED camera model.
Definition: types_c.h:554
@ SL_MODEL_ZED
Definition: types_c.h:555
@ SL_MODEL_ZED_XONE_HDR
Definition: types_c.h:568
@ SL_MODEL_ZED2
Definition: types_c.h:557
@ SL_MODEL_ZED_XM
Definition: types_c.h:560
@ SL_MODEL_ZED_XONE_UHD
Definition: types_c.h:567
@ SL_MODEL_ZED_X_HDR
Definition: types_c.h:561
@ SL_MODEL_VIRTUAL_ZED_X
Definition: types_c.h:565
@ SL_MODEL_ZED_X_HDR_MAX
Definition: types_c.h:563
@ SL_MODEL_ZED_XONE_GS
Definition: types_c.h:566
@ SL_MODEL_ZED2i
Definition: types_c.h:558
@ SL_MODEL_ZED_X_NANO
Definition: types_c.h:564
@ SL_MODEL_ZED_X
Definition: types_c.h:559
@ SL_MODEL_ZED_M
Definition: types_c.h:556
@ SL_MODEL_ZED_X_HDR_MINI
Definition: types_c.h:562
SL_SVO_COMPRESSION_MODE
Lists available compression modes for SVO recording.
Definition: types_c.h:1090
@ SL_SVO_COMPRESSION_MODE_H264
Definition: types_c.h:1092
@ SL_SVO_COMPRESSION_MODE_H265
Definition: types_c.h:1093
@ SL_SVO_COMPRESSION_MODE_LOSSLESS
Definition: types_c.h:1091
@ SL_SVO_COMPRESSION_MODE_H265_LOSSLESS
Definition: types_c.h:1095
@ SL_SVO_COMPRESSION_MODE_H264_LOSSLESS
Definition: types_c.h:1094
SL_VIEW
Lists available views.
Definition: types_c.h:836
@ SL_VIEW_CONFIDENCE_BGRA
Definition: types_c.h:870
@ SL_VIEW_DEPTH_BGR
Definition: types_c.h:868
@ SL_VIEW_LEFT_BGR
Definition: types_c.h:854
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_BGRA
Definition: types_c.h:864
@ SL_VIEW_NORMALS_GRAY
Definition: types_c.h:875
@ SL_VIEW_SIDE_BY_SIDE
Definition: types_c.h:847
@ SL_VIEW_DEPTH_GRAY
Definition: types_c.h:869
@ SL_VIEW_NORMALS_BGR
Definition: types_c.h:874
@ SL_VIEW_LEFT_GRAY
Definition: types_c.h:839
@ SL_VIEW_NORMALS_BGRA
Definition: types_c.h:873
@ SL_VIEW_LEFT_UNRECTIFIED_BGR
Definition: types_c.h:858
@ SL_VIEW_DEPTH_RIGHT_BGRA
Definition: types_c.h:876
@ SL_VIEW_CONFIDENCE_BGR
Definition: types_c.h:871
@ SL_VIEW_LEFT_UNRECTIFIED_BGRA
Definition: types_c.h:857
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_BGR
Definition: types_c.h:865
@ SL_VIEW_LEFT_UNRECTIFIED_GRAY
Definition: types_c.h:845
@ SL_VIEW_RIGHT_UNRECTIFIED_BGR
Definition: types_c.h:860
@ SL_VIEW_LEFT_NV12_UNRECTIFIED
Definition: types_c.h:841
@ SL_VIEW_CONFIDENCE_GRAY
Definition: types_c.h:872
@ SL_VIEW_LEFT
Definition: types_c.h:837
@ SL_VIEW_RIGHT_BGRA
Definition: types_c.h:855
@ SL_VIEW_RIGHT_BGR
Definition: types_c.h:856
@ SL_VIEW_RIGHT_NV12_UNRECTIFIED
Definition: types_c.h:842
@ SL_VIEW_DEPTH_RIGHT_GRAY
Definition: types_c.h:878
@ SL_VIEW_DEPTH_RIGHT_BGR
Definition: types_c.h:877
@ SL_VIEW_NORMALS_RIGHT_GRAY
Definition: types_c.h:881
@ SL_VIEW_RIGHT_UNRECTIFIED_GRAY
Definition: types_c.h:846
@ SL_VIEW_SIDE_BY_SIDE_BGRA
Definition: types_c.h:861
@ SL_VIEW_SIDE_BY_SIDE_GRAY
Definition: types_c.h:863
@ SL_VIEW_LEFT_NV12
Definition: types_c.h:882
@ SL_VIEW_LEFT_BGRA
Definition: types_c.h:853
@ SL_VIEW_RIGHT_GRAY
Definition: types_c.h:840
@ SL_VIEW_CONFIDENCE
Definition: types_c.h:849
@ SL_VIEW_RIGHT_NV12
Definition: types_c.h:883
@ SL_VIEW_RIGHT_UNRECTIFIED_BGRA
Definition: types_c.h:859
@ SL_VIEW_DEPTH_BGRA
Definition: types_c.h:867
@ SL_VIEW_LEFT_UNRECTIFIED
Definition: types_c.h:843
@ SL_VIEW_SIDE_BY_SIDE_BGR
Definition: types_c.h:862
@ SL_VIEW_NORMALS_RIGHT_BGRA
Definition: types_c.h:879
@ SL_VIEW_NORMALS_RIGHT_BGR
Definition: types_c.h:880
@ SL_VIEW_RIGHT_UNRECTIFIED
Definition: types_c.h:844
@ SL_VIEW_NORMALS
Definition: types_c.h:850
@ SL_VIEW_DEPTH
Definition: types_c.h:848
@ SL_VIEW_DEPTH_RIGHT
Definition: types_c.h:851
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_GRAY
Definition: types_c.h:866
@ SL_VIEW_RIGHT
Definition: types_c.h:838
@ SL_VIEW_NORMALS_RIGHT
Definition: types_c.h:852
SL_BODY_38_PARTS
Semantic of human body parts and order of SL_BodyData::keypoint for SL_BODY_FORMAT_BODY_38.
Definition: types_c.h:1417
@ SL_BODY_38_PARTS_LEFT_WRIST
Definition: types_c.h:1434
@ SL_BODY_38_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1431
@ SL_BODY_38_PARTS_SPINE_1
Definition: types_c.h:1419
@ SL_BODY_38_PARTS_RIGHT_HAND_INDEX_1
Definition: types_c.h:1452
@ SL_BODY_38_PARTS_LEFT_BIG_TOE
Definition: types_c.h:1442
@ SL_BODY_38_PARTS_RIGHT_HAND_MIDDLE_4
Definition: types_c.h:1454
@ SL_BODY_38_PARTS_LEFT_HAND_PINKY_1
Definition: types_c.h:1455
@ SL_BODY_38_PARTS_LEFT_SMALL_TOE
Definition: types_c.h:1444
@ SL_BODY_38_PARTS_RIGHT_ANKLE
Definition: types_c.h:1441
@ SL_BODY_38_PARTS_LEFT_CLAVICLE
Definition: types_c.h:1428
@ SL_BODY_38_PARTS_PELVIS
Definition: types_c.h:1418
@ SL_BODY_38_PARTS_LEFT_KNEE
Definition: types_c.h:1438
@ SL_BODY_38_PARTS_RIGHT_HAND_PINKY_1
Definition: types_c.h:1456
@ SL_BODY_38_PARTS_LEFT_EAR
Definition: types_c.h:1426
@ SL_BODY_38_PARTS_SPINE_2
Definition: types_c.h:1420
@ SL_BODY_38_PARTS_SPINE_3
Definition: types_c.h:1421
@ SL_BODY_38_PARTS_LEFT_ANKLE
Definition: types_c.h:1440
@ SL_BODY_38_PARTS_RIGHT_KNEE
Definition: types_c.h:1439
@ SL_BODY_38_PARTS_LEFT_HIP
Definition: types_c.h:1436
@ SL_BODY_38_PARTS_RIGHT_EYE
Definition: types_c.h:1425
@ SL_BODY_38_PARTS_LEFT_HEEL
Definition: types_c.h:1446
@ SL_BODY_38_PARTS_RIGHT_SMALL_TOE
Definition: types_c.h:1445
@ SL_BODY_38_PARTS_RIGHT_CLAVICLE
Definition: types_c.h:1429
@ SL_BODY_38_PARTS_NECK
Definition: types_c.h:1422
@ SL_BODY_38_PARTS_RIGHT_BIG_TOE
Definition: types_c.h:1443
@ SL_BODY_38_PARTS_NOSE
Definition: types_c.h:1423
@ SL_BODY_38_PARTS_RIGHT_EAR
Definition: types_c.h:1427
@ SL_BODY_38_PARTS_LEFT_SHOULDER
Definition: types_c.h:1430
@ SL_BODY_38_PARTS_LEFT_HAND_THUMB_4
Definition: types_c.h:1449
@ SL_BODY_38_PARTS_LEFT_ELBOW
Definition: types_c.h:1432
@ SL_BODY_38_PARTS_RIGHT_ELBOW
Definition: types_c.h:1433
@ SL_BODY_38_PARTS_RIGHT_HAND_THUMB_4
Definition: types_c.h:1450
@ SL_BODY_38_PARTS_LEFT_HAND_INDEX_1
Definition: types_c.h:1451
@ SL_BODY_38_PARTS_RIGHT_HIP
Definition: types_c.h:1437
@ SL_BODY_38_PARTS_RIGHT_HEEL
Definition: types_c.h:1447
@ SL_BODY_38_PARTS_LEFT_HAND_MIDDLE_4
Definition: types_c.h:1453
@ SL_BODY_38_PARTS_RIGHT_WRIST
Definition: types_c.h:1435
@ SL_BODY_38_PARTS_LEFT_EYE
Definition: types_c.h:1424
SL_POSITION_TYPE
Lists the types of possible position outputs.
Definition: types_c.h:1556
@ SL_POSITION_TYPE_FUSION
Definition: types_c.h:1558
@ SL_POSITION_TYPE_RAW
Definition: types_c.h:1557
SL_AREA_EXPORTING_STATE
Lists the different states of spatial memory area export.
Definition: types_c.h:990
@ SL_AREA_EXPORTING_STATE_FILE_EMPTY
Definition: types_c.h:994
@ SL_AREA_EXPORTING_STATE_NOT_STARTED
Definition: types_c.h:993
@ SL_AREA_EXPORTING_STATE_SPATIAL_MEMORY_DISABLED
Definition: types_c.h:996
@ SL_AREA_EXPORTING_STATE_FILE_ERROR
Definition: types_c.h:995
@ SL_AREA_EXPORTING_STATE_RUNNING
Definition: types_c.h:992
@ SL_AREA_EXPORTING_STATE_SUCCESS
Definition: types_c.h:991
SL_COPY_TYPE
Lists available copy operation on matrix.
Definition: types_c.h:1079
@ SL_COPY_TYPE_CPU_CPU
Definition: types_c.h:1080
@ SL_COPY_TYPE_CPU_GPU
Definition: types_c.h:1081
@ SL_COPY_TYPE_GPU_GPU
Definition: types_c.h:1082
@ SL_COPY_TYPE_GPU_CPU
Definition: types_c.h:1083
SL_INPUT_TYPE
Lists available input types in the ZED SDK.
Definition: types_c.h:626
@ SL_INPUT_TYPE_STREAM
Definition: types_c.h:629
@ SL_INPUT_TYPE_SVO
Definition: types_c.h:628
@ SL_INPUT_TYPE_USB
Definition: types_c.h:627
@ SL_INPUT_TYPE_GMSL
Definition: types_c.h:630
SL_OBJECT_CLASS
Lists available object classes.
Definition: types_c.h:2922
@ SL_OBJECT_CLASS_SPORT
Definition: types_c.h:2929
@ SL_OBJECT_CLASS_ANIMAL
Definition: types_c.h:2926
@ SL_OBJECT_CLASS_BAG
Definition: types_c.h:2925
@ SL_OBJECT_CLASS_PERSON
Definition: types_c.h:2923
@ SL_OBJECT_CLASS_VEHICLE
Definition: types_c.h:2924
@ SL_OBJECT_CLASS_FRUIT_VEGETABLE
Definition: types_c.h:2928
@ SL_OBJECT_CLASS_ELECTRONICS
Definition: types_c.h:2927
SL_CUSTOM_CONFIDENCE_CONVENTION
Lists the value convention of the confidence map optionally ingested with sl_ingest_custom_depth().
Definition: types_c.h:1061
@ SL_CUSTOM_CONFIDENCE_CONVENTION_PROBABILITY
Definition: types_c.h:1062
@ SL_CUSTOM_CONFIDENCE_CONVENTION_ZED
Definition: types_c.h:1063
SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE
Lists the different states of region of interest auto detection.
Definition: types_c.h:980
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_READY
Definition: types_c.h:982
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_RUNNING
Definition: types_c.h:981
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_NOT_ENABLED
Definition: types_c.h:983
SL_UNIT
Lists available units for measures.
Definition: types_c.h:507
@ SL_UNIT_MILLIMETER
Definition: types_c.h:508
@ SL_UNIT_INCH
Definition: types_c.h:511
@ SL_UNIT_METER
Definition: types_c.h:510
@ SL_UNIT_FOOT
Definition: types_c.h:512
@ SL_UNIT_CENTIMETER
Definition: types_c.h:509
SL_OBJECT_ACTION_STATE
Lists the different states of an object's actions.
Definition: types_c.h:1158
@ SL_OBJECT_ACTION_STATE_MOVING
Definition: types_c.h:1160
@ SL_OBJECT_ACTION_STATE_IDLE
Definition: types_c.h:1159
SL_FUSION_REFERENCE_FRAME
Enum to define the reference frame of the fusion SDK.
Definition: types_c.h:4381
@ SL_FUSION_REFERENCE_FRAME_BASELINK
Definition: types_c.h:4383
@ SL_FUSION_REFERENCE_FRAME_WORLD
Definition: types_c.h:4382
SL_CUSTOM_DEPTH_FORMAT
Lists the content type of the map ingested with sl_ingest_custom_depth().
Definition: types_c.h:1053
@ SL_CUSTOM_DEPTH_FORMAT_DISPARITY
Definition: types_c.h:1054
@ SL_CUSTOM_DEPTH_FORMAT_DEPTH
Definition: types_c.h:1055
SL_FUSION_ERROR_CODE
Lists the types of error that can be raised by the Fusion.
Definition: types_c.h:4211
@ SL_FUSION_ERROR_CODE_GNSS_DATA_NEED_FIX
This is a warning message indicating an issue with the ingestGNSSData function call....
Definition: types_c.h:4247
@ SL_FUSION_ERROR_CODE_FUSION_INCONSISTENT_FPS
Significant differences observed between sender's FPS. Fusion quality will be affected.
Definition: types_c.h:4215
@ SL_FUSION_ERROR_CODE_BODY_FORMAT_MISMATCH
Senders are using different body formats. Please use the same body format.
Definition: types_c.h:4256
@ SL_FUSION_ERROR_CODE_MEMORY_ALREADY_USED
Intra-process shared memory allocation issue. Multiple connections to the same data....
Definition: types_c.h:4272
@ SL_FUSION_ERROR_CODE_INVALID_COVARIANCE
This is a warning message notifying you about an issue encountered while ingesting GNSSData into the ...
Definition: types_c.h:4231
@ SL_FUSION_ERROR_CODE_SUCCESS
Standard code indicating successful behavior.
Definition: types_c.h:4239
@ SL_FUSION_ERROR_CODE_SOURCE_MISMATCH
Some sources are provided by SVO and others by LIVE stream.
Definition: types_c.h:4264
@ SL_FUSION_ERROR_CODE_CONNECTION_TIMED_OUT
Connection timed out. Unable to reach the sender. Verify the sender's IP address and port.
Definition: types_c.h:4268
@ SL_FUSION_ERROR_CODE_INVALID_TIMESTAMP
You have attempted to ingest GNSSData into the Fusion system with an invalid timestamp....
Definition: types_c.h:4225
@ SL_FUSION_ERROR_CODE_INVALID_IP_ADDRESS
The provided IP address format is incorrect. Please provide a valid IP address in the format 'a....
Definition: types_c.h:4276
@ SL_FUSION_ERROR_CODE_NO_NEW_DATA_AVAILABLE
All data from all sources has been consumed. No new data is available for processing.
Definition: types_c.h:4235
@ SL_FUSION_ERROR_CODE_FAILURE
Standard code indicating unsuccessful behavior.
Definition: types_c.h:4280
@ SL_FUSION_ERROR_CODE_MODULE_NOT_ENABLED
The following module is not enabled. Please enable it to proceed.
Definition: types_c.h:4260
@ SL_FUSION_ERROR_CODE_GNSS_DATA_COVARIANCE_MUST_VARY
It appears that you have made multiple calls to the ingestGNSSData function using the same GNSSData c...
Definition: types_c.h:4252
@ SL_FUSION_ERROR_CODE_FUSION_FPS_TOO_LOW
Fusion FPS is too low because at least one sender has an FPS lower than 10 FPS. Fusion quality will b...
Definition: types_c.h:4219
SL_SENDER_ERROR_CODE
Lists the types of error that can be raised during the Fusion by senders.
Definition: types_c.h:4287
@ SL_SENDER_ERROR_CODE_FPS_TOO_LOW
Definition: types_c.h:4290
SL_MEASURE
Lists retrievable measures.
Definition: types_c.h:811
@ SL_MEASURE_XYZRGBA_RIGHT
Definition: types_c.h:824
@ SL_MEASURE_XYZ
Definition: types_c.h:815
@ SL_MEASURE_XYZBGRA_RIGHT
Definition: types_c.h:825
@ SL_MEASURE_DISPARITY_RIGHT
Definition: types_c.h:821
@ SL_MEASURE_XYZ_RIGHT
Definition: types_c.h:823
@ SL_MEASURE_CONFIDENCE
Definition: types_c.h:814
@ SL_MEASURE_XYZARGB_RIGHT
Definition: types_c.h:826
@ SL_MEASURE_XYZABGR_RIGHT
Definition: types_c.h:827
@ SL_MEASURE_XYZABGR
Definition: types_c.h:819
@ SL_MEASURE_DISPARITY
Definition: types_c.h:812
@ SL_MEASURE_DEPTH_U16_MM_RIGHT
Definition: types_c.h:830
@ SL_MEASURE_NORMALS
Definition: types_c.h:820
@ SL_MEASURE_XYZBGRA
Definition: types_c.h:817
@ SL_MEASURE_DEPTH_RIGHT
Definition: types_c.h:822
@ SL_MEASURE_DEPTH_U16_MM
Definition: types_c.h:829
@ SL_MEASURE_XYZARGB
Definition: types_c.h:818
@ SL_MEASURE_DEPTH
Definition: types_c.h:813
@ SL_MEASURE_NORMALS_RIGHT
Definition: types_c.h:828
@ SL_MEASURE_XYZRGBA
Definition: types_c.h:816