types_c.h
Go to the documentation of this file.
1 #ifndef __TYPES_C_H__
2 #define __TYPES_C_H__
3 
8 #define MAX_FUSED_CAMERAS 20
9 #define WITH_OBJECT_DETECTION 1
10 #ifdef WITH_UNLIMITED_CAMERA
11 #define MAX_CAMERA_PLUGIN 20
12 #else
13 #define MAX_CAMERA_PLUGIN 4
14 #endif
15 
16 #define MAX_SUBMESH 1000
17 
18 #include <stdbool.h>
19 #include <stdint.h>
20 #include "cuda.h"
21 
25 struct SL_Quaternion {
26  float x;
27  float y;
28  float z;
29  float w;
30 };
31 
35 struct SL_Vector2 {
39  float x;
43  float y;
44 };
45 
49 struct SL_Uint2 {
53  unsigned int x;
57  unsigned int y;
58 };
59 
63 struct SL_Vector3 {
67  float x;
71  float y;
75  float z;
76 };
77 
81 struct SL_Vector4 {
85  float x;
89  float y;
93  float z;
97  float w;
98 };
99 
104 {
108  struct SL_Vector3 translation;
112  struct SL_Quaternion rotation;
113 };
114 
118 struct SL_Uchar2 {
122  unsigned char x;
126  unsigned char y;
127 };
128 
132 struct SL_Uchar3 {
136  unsigned char x;
140  unsigned char y;
144  unsigned char z;
145 };
146 
150 struct SL_Uchar4 {
154  unsigned char x;
158  unsigned char y;
162  unsigned char z;
166  unsigned char w;
167 };
168 
172 struct SL_Matrix4f {
176  float p[16];
177 };
178 
182 struct SL_Matrix3f {
186  float p[9];
187 };
188 
194 struct SL_PoseData {
199  bool valid;
205  uint64_t timestamp;
206  struct SL_Quaternion rotation;
207  struct SL_Vector3 translation;
216  float pose_covariance[36];
222  float twist[6];
228  float twist_covariance[36];
229 };
230 
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
236 };
237 
243 struct SL_PlaneData {
249  enum UNITY_PLAN_TYPE type;
250  struct SL_Vector3 plane_normal;
251  struct SL_Vector3 plane_center;
258  struct SL_Vector4 plane_equation;
259  struct SL_Vector2 extents;
264  struct SL_Vector3 bounds[256]; //max 256 points but only BoundsSize are actually filled
265 };
266 
270 struct SL_IMUData {
278  uint64_t timestamp_ns;
300  struct SL_Vector3 angular_velocity_unc; //uncalibrated
306  struct SL_Vector3 linear_acceleration_unc; //uncalibrated
310  struct SL_Quaternion orientation;
325 };
326 
332  uint64_t timestamp_ns;
333  float pressure;
335 };
336 
346  SL_HEADING_STATE_LAST
347 };
348 
360  uint64_t timestamp_ns;
365  struct SL_Vector3 magnetic_field_c; //calibrated
372  struct SL_Vector3 magnetic_field_unc; //uncalibrated
392 };
393 
398  float imu_temp;
402 };
403 
412  //IMU data
413  struct SL_IMUData imu;
414  struct SL_BarometerData barometer;
425 
433 };
434 
479 };
480 
498 };
499 
503 enum SL_UNIT {
508  SL_UNIT_FOOT
509 };
510 
523 };
524 
531 };
532 
536 enum SL_MODEL {
550 };
551 
555 enum SL_MEM
556 {
559  SL_MEM_BOTH
560 };
561 
571 };
572 
584 };
585 
589 enum SL_SIDE {
592  SL_SIDE_BOTH
593 };
594 
603 };
604 
609 {
612 };
613 
620 };
621 
628 };
629 
635 {
657  SL_VIDEO_SETTINGS_SCENE_ILLUMINANCE,
659 };
660 
661 const int SL_VIDEO_SETTINGS_VALUE_AUTO = -1;
662 
686 };
687 
691 enum SL_VIEW {
735 };
736 
741 {
746 };
747 
758 };
759 
764 {
767 };
768 
777 };
778 
786 };
787 
792  SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_INERTIAL = 0,
793  SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL = 1,
794  SL_POSITIONAL_TRACKING_FUSION_STATUS_INERTIAL = 2,
795  SL_POSITIONAL_TRACKING_FUSION_STATUS_GNSS = 3,
796  SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_INERTIAL_GNSS = 4,
797  SL_POSITIONAL_TRACKING_FUSION_STATUS_VISUAL_GNSS = 5,
798  SL_POSITIONAL_TRACKING_FUSION_STATUS_INERTIAL_GNSS = 6,
799  SL_POSITIONAL_TRACKING_FUSION_STATUS_UNAVAILABLE = 7
800 };
801 
806 {
819 };
820 
826 {
830 };
831 
832 
843 };
844 
854 };
855 
862 };
863 
871 };
872 
880 };
881 
886  SL_DEPTH_MODE_NONE,
893 };
894 
902 };
903 
908 {
913 };
914 
925 };
926 
933 {
944 };
945 
953 {
981 };
982 
987 {
990 };
991 
1003 };
1004 
1009 {
1013 };
1014 
1034  SL_AI_MODELS_LAST
1035 };
1036 
1044 };
1045 
1054 };
1055 
1060  SL_INFERENCE_PRECISION_FP32 = 0,
1061  SL_INFERENCE_PRECISION_FP16 = 1,
1062  SL_INFERENCE_PRECISION_INT8 = 2
1063 };
1064 
1065 
1070 {
1087 
1088 #if 0
1093  SL_BODY_FORMAT_BODY_70,
1094 #endif
1095 };
1100 {
1113  //SL_BODY_KEYPOINTS_SELECTION_HAND
1114 };
1115 
1116 
1121 {
1140  SL_BODY_18_PARTS_LAST
1141 };
1142 
1147 {
1182  SL_BODY_34_PARTS_LAST
1183 };
1184 
1185 
1190 {
1221  // Hands
1230  SL_BODY_38_PARTS_LAST
1231 };
1232 
1233 #if 0
1237 enum SL_BODY_70_PARTS
1238 {
1239  SL_BODY_70_PARTS_PELVIS,
1240  SL_BODY_70_PARTS_SPINE_1,
1241  SL_BODY_70_PARTS_SPINE_2,
1242  SL_BODY_70_PARTS_SPINE_3,
1243  SL_BODY_70_PARTS_NECK,
1244  SL_BODY_70_PARTS_NOSE,
1245  SL_BODY_70_PARTS_LEFT_EYE,
1246  SL_BODY_70_PARTS_RIGHT_EYE,
1247  SL_BODY_70_PARTS_LEFT_EAR,
1248  SL_BODY_70_PARTS_RIGHT_EAR,
1249  SL_BODY_70_PARTS_LEFT_CLAVICLE,
1250  SL_BODY_70_PARTS_RIGHT_CLAVICLE,
1251  SL_BODY_70_PARTS_LEFT_SHOULDER,
1252  SL_BODY_70_PARTS_RIGHT_SHOULDER,
1253  SL_BODY_70_PARTS_LEFT_ELBOW,
1254  SL_BODY_70_PARTS_RIGHT_ELBOW,
1255  SL_BODY_70_PARTS_LEFT_WRIST,
1256  SL_BODY_70_PARTS_RIGHT_WRIST,
1257  SL_BODY_70_PARTS_LEFT_HIP,
1258  SL_BODY_70_PARTS_RIGHT_HIP,
1259  SL_BODY_70_PARTS_LEFT_KNEE,
1260  SL_BODY_70_PARTS_RIGHT_KNEE,
1261  SL_BODY_70_PARTS_LEFT_ANKLE,
1262  SL_BODY_70_PARTS_RIGHT_ANKLE,
1263  SL_BODY_70_PARTS_LEFT_BIG_TOE,
1264  SL_BODY_70_PARTS_RIGHT_BIG_TOE,
1265  SL_BODY_70_PARTS_LEFT_SMALL_TOE,
1266  SL_BODY_70_PARTS_RIGHT_SMALL_TOE,
1267  SL_BODY_70_PARTS_LEFT_HEEL,
1268  SL_BODY_70_PARTS_RIGHT_HEEL,
1269  // Hands
1270  // Left
1271  SL_BODY_70_PARTS_LEFT_HAND_THUMB_1,
1272  SL_BODY_70_PARTS_LEFT_HAND_THUMB_2,
1273  SL_BODY_70_PARTS_LEFT_HAND_THUMB_3,
1274  SL_BODY_70_PARTS_LEFT_HAND_THUMB_4,
1275  SL_BODY_70_PARTS_LEFT_HAND_INDEX_1,
1276  SL_BODY_70_PARTS_LEFT_HAND_INDEX_2,
1277  SL_BODY_70_PARTS_LEFT_HAND_INDEX_3,
1278  SL_BODY_70_PARTS_LEFT_HAND_INDEX_4,
1279  SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_1,
1280  SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_2,
1281  SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_3,
1282  SL_BODY_70_PARTS_LEFT_HAND_MIDDLE_4,
1283  SL_BODY_70_PARTS_LEFT_HAND_RING_1,
1284  SL_BODY_70_PARTS_LEFT_HAND_RING_2,
1285  SL_BODY_70_PARTS_LEFT_HAND_RING_3,
1286  SL_BODY_70_PARTS_LEFT_HAND_RING_4,
1287  SL_BODY_70_PARTS_LEFT_HAND_PINKY_1,
1288  SL_BODY_70_PARTS_LEFT_HAND_PINKY_2,
1289  SL_BODY_70_PARTS_LEFT_HAND_PINKY_3,
1290  SL_BODY_70_PARTS_LEFT_HAND_PINKY_4,
1291  //Right
1292  SL_BODY_70_PARTS_RIGHT_HAND_THUMB_1,
1293  SL_BODY_70_PARTS_RIGHT_HAND_THUMB_2,
1294  SL_BODY_70_PARTS_RIGHT_HAND_THUMB_3,
1295  SL_BODY_70_PARTS_RIGHT_HAND_THUMB_4,
1296  SL_BODY_70_PARTS_RIGHT_HAND_INDEX_1,
1297  SL_BODY_70_PARTS_RIGHT_HAND_INDEX_2,
1298  SL_BODY_70_PARTS_RIGHT_HAND_INDEX_3,
1299  SL_BODY_70_PARTS_RIGHT_HAND_INDEX_4,
1300  SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_1,
1301  SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_2,
1302  SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_3,
1303  SL_BODY_70_PARTS_RIGHT_HAND_MIDDLE_4,
1304  SL_BODY_70_PARTS_RIGHT_HAND_RING_1,
1305  SL_BODY_70_PARTS_RIGHT_HAND_RING_2,
1306  SL_BODY_70_PARTS_RIGHT_HAND_RING_3,
1307  SL_BODY_70_PARTS_RIGHT_HAND_RING_4,
1308  SL_BODY_70_PARTS_RIGHT_HAND_PINKY_1,
1309  SL_BODY_70_PARTS_RIGHT_HAND_PINKY_2,
1310  SL_BODY_70_PARTS_RIGHT_HAND_PINKY_3,
1311  SL_BODY_70_PARTS_RIGHT_HAND_PINKY_4,
1312  SL_BODY_70_PARTS_LAST
1313 };
1314 #endif
1315 
1318  SL_MODULE_DEPTH = 1,
1319  SL_MODULE_POSITIONAL_TRACKING = 2,
1320  SL_MODULE_OBJECT_DETECTION = 3,
1321  SL_MODULE_BODY_TRACKING = 4,
1322  SL_MODULE_SPATIAL_MAPPING = 5,
1323  SL_MODULE_LAST = 6
1324 };
1325 
1332 };
1333 
1341  int width;
1345  int height;
1346 };
1347 
1358 {
1376 
1389 
1399 
1404 
1415 
1427 
1437 
1448 
1458 
1475 
1489 
1501 
1507  enum SL_UNIT coordinate_unit;
1508 
1517 
1528 
1554 
1564 
1574 
1586 
1606 
1620 };
1621 
1629 {
1636 
1644 
1654 
1665 
1675 
1683 };
1684 
1697 
1703  int id;
1704 
1708  unsigned char path[512];
1716  enum SL_MODEL camera_model;
1717 
1725  unsigned int sn;
1729  unsigned char identifier[3];
1733  char camera_badge[128];
1734 
1742  char camera_name[128];
1750  unsigned char sensor_address_left;
1751  unsigned char sensor_address_right;
1752 };
1753 
1761  float fx;
1762 
1766  float fy;
1767 
1771  float cx;
1772 
1776  float cy;
1777 
1783  double disto[12];
1784 
1788  float v_fov;
1789 
1793  float h_fov;
1794 
1798  float d_fov;
1799 
1803  struct SL_Resolution image_size;
1804 
1809 };
1810 
1823 {
1835  struct SL_Vector4 rotation;
1839  struct SL_Vector3 translation;
1840 };
1841 
1850  enum SL_SENSOR_TYPE type;
1851  float resolution;
1853  struct SL_Vector2 range;
1855  float random_walk;
1858 };
1859 
1860 
1878  unsigned int firmware_version;
1882  float fps;
1886  struct SL_Resolution resolution;
1887 };
1888 
1897 {
1902  unsigned int firmware_version;
1939 };
1940 
1941 
1953  unsigned int serial_number;
1957  enum SL_MODEL camera_model;
1970 };
1971 
1972 
1980 {
2061 
2066 
2071 };
2072 
2077 {
2081  uint64_t id;
2085  struct SL_Vector3 position;
2086 };
2087 
2092 {
2096  uint64_t id;
2097 
2101  struct SL_Uint2 image_position;
2102 
2112 };
2113 
2119 {
2126 
2133 
2139  bool auto_apply_module[SL_MODULE_LAST];
2140 };
2141 
2149 
2156 
2163 };
2164 
2182  bool status;
2199 };
2200 
2208  unsigned char video_filename[256];
2209 
2216 
2224  unsigned int bitrate;
2225 
2235  unsigned int target_framerate;
2236 
2246 };
2247 
2253 {
2257  char* key;
2266  char* content;
2274  uint64_t timestamp_ns;
2275 };
2276 
2282 
2287 
2293  unsigned short port;
2294 
2309  unsigned int bitrate;
2310 
2319 
2329 
2341  unsigned short chunk_size;
2342 
2343 
2352  unsigned int target_framerate;
2353 };
2354 
2362  unsigned char ip[16];
2363 
2369  unsigned short port;
2370 
2376  unsigned int serial_number;
2377 
2384 
2391 };
2392 
2465 
2471  float decay;
2472 
2478 };
2479 
2480 
2481 #if WITH_OBJECT_DETECTION
2482 #define MAX_NUMBER_OBJECT 75
2483 #define MAX_TRAJECTORY_SIZE 200
2484 
2492 {
2503  bool enable;
2517  float latency;
2518 };
2519 
2524  bool downloaded;
2525  bool optimized;
2526 };
2527 
2535 {
2541  unsigned int instance_module_id;
2542 
2561 
2571 
2587 
2597 
2604  float max_range;
2622 
2645 };
2646 
2651 {
2659  SL_OBJECT_CLASS_LAST
2660 };
2661 
2662 
2670 {
2686  int object_class_filter[(int)SL_OBJECT_CLASS_LAST];
2691  int object_confidence_threshold[(int)SL_OBJECT_CLASS_LAST];
2692 };
2693 
2705 
2709  bool enabled;
2710 
2719 
2730 
2737 
2744 
2752 
2760 
2768 
2776 
2784 
2792 
2800 
2808 
2816 
2826 
2833 
2842 };
2843 
2855 
2862 
2867 };
2868 
2881  unsigned int instance_module_id;
2882 
2889 
2896 
2903 
2910 
2917 
2924 
2931  float max_range;
2954 };
2955 
2971 
2987 };
2988 
2993 {
3001  int id;
3007  unsigned char unique_object_id[37];
3008 
3018  enum SL_OBJECT_CLASS label;
3035  struct SL_Vector3 position;
3041  float confidence;
3042 
3048  int* mask;
3049  //int* mask; //IntPtr to an sl::Mat object.
3050 
3060  struct SL_Vector2 bounding_box_2d[4];
3066  struct SL_Vector3 head_position;
3071  struct SL_Vector3 velocity;
3076  struct SL_Vector3 dimensions;
3089  struct SL_Vector3 bounding_box[8];
3095  struct SL_Vector3 head_bounding_box[8];
3101  struct SL_Vector2 head_bounding_box_2d[4];
3113 };
3114 
3136  struct SL_Vector2 bounding_box_2d[4];
3137 
3144  int label;
3145 
3162 
3169 
3175 
3182 
3190 
3198 
3206 
3214 
3223 };
3224 
3241  struct SL_Vector2 bounding_box_2d[4];
3242 
3249  int label;
3250 
3267 
3274 
3280 
3287 
3291  unsigned char* box_mask;
3292 
3300 
3308 
3316 
3324 
3333 };
3334 
3343 {
3354  uint64_t timestamp;
3358  int is_new;
3372  struct SL_ObjectData object_list[MAX_NUMBER_OBJECT];
3373 };
3374 
3379 {
3387  int id;
3393  unsigned char unique_object_id[37];
3406  struct SL_Vector3 position;
3411  struct SL_Vector3 velocity;
3428  float confidence;
3429 
3435  int* mask;
3436  //int* mask; //IntPtr to an sl::Mat object.
3437 
3447  struct SL_Vector2 bounding_box_2d[4];
3452  struct SL_Vector3 head_position;
3453 
3458  struct SL_Vector3 dimensions;
3471  struct SL_Vector3 bounding_box[8];
3476  struct SL_Vector3 head_bounding_box[8];
3481  struct SL_Vector2 head_bounding_box_2d[4];
3487  struct SL_Vector2 keypoint_2d[38];
3493  struct SL_Vector3 keypoint[38];
3494 
3505  float keypoint_covariances[38][6];
3526 };
3527 
3534 {
3545  uint64_t timestamp;
3549  int is_new;
3568  struct SL_BodyData body_list[MAX_NUMBER_OBJECT];
3569 };
3570 
3583  int nb_data;
3584  int id;
3585  enum SL_OBJECT_CLASS label;
3588  struct SL_Vector3 positions[MAX_TRAJECTORY_SIZE];
3589  float position_covariances[MAX_TRAJECTORY_SIZE][6];
3590  struct SL_Vector3 velocities[MAX_TRAJECTORY_SIZE];
3591  uint64_t timestamps[MAX_TRAJECTORY_SIZE];
3602  struct SL_Vector2 bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
3615  struct SL_Vector3 bounding_boxes[MAX_TRAJECTORY_SIZE][8];
3616 
3617  float confidences[MAX_TRAJECTORY_SIZE];
3618  enum SL_OBJECT_ACTION_STATE action_states[MAX_TRAJECTORY_SIZE];
3625  struct SL_Vector2 head_bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
3631  struct SL_Vector3 head_bounding_boxes[MAX_TRAJECTORY_SIZE][8];
3637  struct SL_Vector3 head_positions[MAX_TRAJECTORY_SIZE];
3638 };
3639 
3640 #if 0
3644 struct SL_BodiesBatch {
3649  int nb_data;
3650  int id;
3651  enum SL_OBJECT_TRACKING_STATE tracking_state;
3652  struct SL_Vector3 positions[MAX_TRAJECTORY_SIZE];
3653  float position_covariances[MAX_TRAJECTORY_SIZE][6];
3654  struct SL_Vector3 velocities[MAX_TRAJECTORY_SIZE];
3655  uint64_t timestamps[MAX_TRAJECTORY_SIZE];
3666  struct SL_Vector2 bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
3679  struct SL_Vector3 bounding_boxes[MAX_TRAJECTORY_SIZE][8];
3680 
3681  float confidences[MAX_TRAJECTORY_SIZE];
3682  enum SL_OBJECT_ACTION_STATE action_states[MAX_TRAJECTORY_SIZE];
3688  struct SL_Vector2 keypoints_2d[MAX_TRAJECTORY_SIZE][70];
3693  struct SL_Vector3 keypoints[MAX_TRAJECTORY_SIZE][70];
3694 
3699  struct SL_Vector2 head_bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4];
3704  struct SL_Vector3 head_bounding_boxes[MAX_TRAJECTORY_SIZE][8];
3709  struct SL_Vector3 head_positions[MAX_TRAJECTORY_SIZE];
3710 
3716  float keypoints_confidences[MAX_TRAJECTORY_SIZE][70];
3717 };
3718 
3719 #endif
3720 
3724 struct SL_Rect
3725 {
3729  int x;
3733  int y;
3737  int width;
3741  int height;
3742 };
3743 
3744 #endif
3745 
3752 {
3757 
3761  unsigned int serial_number;
3762 
3766  unsigned int id;
3767 
3772 
3776  char stream_input_ip[128];
3777 
3781  unsigned short stream_input_port;
3782 };
3783 
3784 
3785 /*
3786 \brief Structure containing the self diagnostic results of the image/depth
3787 
3788 That information can be retrieved by get_health_status(), and enabled by sl::InitParameters::enable_image_validity_check
3789  */
3794  bool enabled;
3795 
3806 
3815 
3823 
3830 };
3831 
3835 
3910 };
3911 
3917  SL_SENDER_ERROR_CODE_GRAB_ERROR = -3, /*< The sender encountered a grab error. Check sender's hardware and connection. */
3918  SL_SENDER_ERROR_CODE_INCONSISTENT_FPS = -2, /*< The sender does not run with a constant frame rate. */
3920  SL_SENDER_ERROR_CODE_SUCCESS = 0, /*< Standard code indicating successful behavior. */
3921  SL_SENDER_ERROR_CODE_DISCONNECTED = 1 /*< The sender has been disconnected. */
3922 };
3923 
3929 {
3932 };
3933 
3938 {
3963 };
3964 
3966 {
3983 };
3984 
4005 };
4006 
4013 };
4014 
4019 {
4035  enum SL_GNSS_MODE gnss_mode;
4044 };
4045 
4047 {
4048  enum SL_COMM_TYPE communication_type;
4049  unsigned int ip_port;
4050  char ip_add[128];
4051 };
4052 
4061 
4066 
4070  struct SL_Vector3 position;
4071 
4075  struct SL_Quaternion rotation;
4076 
4080  struct SL_InputType input_type;
4087 };
4088 
4089 
4108 
4118 
4129 
4140 };
4141 
4146 {
4153 
4162 
4168 
4173  bool verbose;
4174 
4180 
4203  CUcontext sdk_cuda_ctx;
4210 
4222 };
4223 
4228 {
4235 
4243 };
4244 
4249 {
4262 
4270 };
4271 
4276  uint64_t sn;
4277 };
4278 
4283 {
4284  struct SL_CameraIdentifier uuid;
4285 
4291 
4297 
4303 
4309 
4316 
4321  float delta_ts;
4322 };
4323 
4333 
4339 
4344  struct SL_CameraMetrics camera_individual_stats[MAX_FUSED_CAMERAS];
4345 };
4346 
4347 
4351 
4356 {
4361  double longitude;
4366  double latitude;
4371  double altitude;
4376  uint64_t ts;
4407  enum SL_GNSS_MODE gnss_mode;
4408 };
4409 
4415 {
4420  double latitude;
4425  double longitude;
4430  double altitude;
4431 };
4432 
4438 {
4442  struct SL_Vector3 translation;
4446  struct SL_Quaternion rotation;
4450  float pose_covariance[36];
4466  double heading;
4471  uint64_t timestamp;
4472 };
4473 
4478 struct SL_ECEF
4479 {
4484  double x;
4489  double y;
4494  double z;
4495 };
4496 
4501 struct SL_UTM
4502 {
4507  double northing;
4512  double easting;
4517  double gamma;
4522  char UTMZone[256];
4523 };
4524 
4529 struct SL_ENU
4530 {
4535  double east;
4540  double north;
4545  double up;
4546 };
4547 
4598 };
4599 
4611 
4616 
4621 
4626 
4631 
4636 
4646 };
4647 
4648 #if 0
4649 
4653 
4664 struct SL_SpatialMappingFusionParameters
4665 {
4670  float resolution_meter;
4671 
4678  float range_meter;
4679 
4685  bool use_chunk_only;
4686 
4691  int max_memory_usage;
4692 
4698  float disparity_std;
4699 
4705  float decay;
4706 
4707  bool enable_forget_past;
4708 
4714  int stability_counter;
4719  enum SL_SPATIAL_MAP_TYPE map_type;
4720 };
4721 #endif
4722 
4723 #endif
Structure containing AI model status.
Definition: types_c.h:2523
bool optimized
An engine file with the expected architecture is found.
Definition: types_c.h:2525
bool downloaded
The model file is currently present on the host.
Definition: types_c.h:2524
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:2492
float latency
Trajectories will be output in batch with the desired latency in seconds.
Definition: types_c.h:2517
float id_retention_time
Max retention time in seconds of a detected object.
Definition: types_c.h:2509
bool enable
Whether to enable the batch option in the object detection module.
Definition: types_c.h:2503
Structure containing the results of the body tracking module.
Definition: types_c.h:3534
int is_new
Whether body_list has already been retrieved or not.
Definition: types_c.h:3549
int is_tracked
Whether both the body tracking and the world orientation has been setup.
Definition: types_c.h:3553
uint64_t timestamp
Timestamp corresponding to the frame acquisition.
Definition: types_c.h:3545
enum SL_INFERENCE_PRECISION inference_precision_mode
Status of the actual inference precision mode used to detect the bodies/persons.
Definition: types_c.h:3558
struct SL_BodyData body_list[MAX_NUMBER_OBJECT]
Array of bodies/persons.
Definition: types_c.h:3568
enum SL_BODY_FORMAT body_format
Body format used in sl::BodyTrackingParameters.body_format parameter.
Definition: types_c.h:3562
int nb_bodies
Number of detected bodies/persons.
Definition: types_c.h:3539
Structure containing data of a detected body/person such as its bounding_box, id and its 3D position.
Definition: types_c.h:3379
int id
Body/person identification number.
Definition: types_c.h:3387
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:3511
float position_covariance[6]
Covariance matrix of the 3D position.
Definition: types_c.h:3422
unsigned char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3393
struct SL_Quaternion local_orientation_per_joint[38]
Array of local orientation for each keypoint.
Definition: types_c.h:3517
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:3481
struct SL_Vector3 keypoint[38]
Set of useful points representing the human body in 3D.
Definition: types_c.h:3493
struct SL_Vector3 bounding_box[8]
3D bounding box of the body/person represented as eight 3D points.
Definition: types_c.h:3471
struct SL_Vector3 dimensions
3D body/person dimensions: width, height, length.
Definition: types_c.h:3458
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:3435
float confidence
Detection confidence value of the body/person.
Definition: types_c.h:3428
struct SL_Vector3 head_position
3D centroid of the head of the body/person.
Definition: types_c.h:3452
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:3476
enum SL_OBJECT_ACTION_STATE action_state
Body/person action state.
Definition: types_c.h:3401
struct SL_Vector3 velocity
Body/person 3D velocity.
Definition: types_c.h:3411
struct SL_Vector3 position
Body/person 3D centroid.
Definition: types_c.h:3406
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:3447
float keypoint_covariances[38][6]
Array of detection covariance for each keypoint.
Definition: types_c.h:3505
struct SL_Vector2 keypoint_2d[38]
Set of useful points representing the human body in 2D.
Definition: types_c.h:3487
enum SL_OBJECT_TRACKING_STATE tracking_state
Body/person tracking state.
Definition: types_c.h:3397
float keypoint_confidence[38]
Array of detection confidences for each keypoint.
Definition: types_c.h:3500
struct SL_Quaternion global_root_orientation
Global root orientation of the skeleton.
Definition: types_c.h:3525
Holds the options used to initialize the body tracking module of the Fusion.
Definition: types_c.h:4228
bool enable_tracking
Defines if the object detection will track objects across images flow.
Definition: types_c.h:4234
bool enable_body_fitting
Defines if the body fitting will be applied.
Definition: types_c.h:4242
Holds the options used to change the behavior of the body tracking module at runtime.
Definition: types_c.h:4249
float skeleton_smoothing
This value controls the smoothing of the tracked or fitted fused skeleton.
Definition: types_c.h:4269
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:4255
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:4261
Structure containing a set of parameters for the body tracking module.
Definition: types_c.h:2875
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:2953
bool enable_tracking
Whether the body tracking system includes body/person tracking capabilities across a sequence of imag...
Definition: types_c.h:2888
unsigned int instance_module_id
Id of the module instance.
Definition: types_c.h:2881
bool enable_segmentation
Whether the body/person masks will be computed.
Definition: types_c.h:2895
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:2923
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:2943
bool enable_body_fitting
Whether to apply the body fitting.
Definition: types_c.h:2909
enum SL_BODY_TRACKING_MODEL detection_model
SL_BODY_TRACKING_MODEL to use.
Definition: types_c.h:2902
float max_range
Upper depth range for detections.
Definition: types_c.h:2931
enum SL_BODY_FORMAT body_format
Body format to be outputted by the ZED SDK with sl_retrieve_bodies().
Definition: types_c.h:2916
Structure containing a set of runtime parameters for the body tracking module.
Definition: types_c.h:2962
float skeleton_smoothing
Control of the smoothing of the fitted fused skeleton.
Definition: types_c.h:2986
int minimum_keypoints_threshold
Minimum threshold for the keypoints.
Definition: types_c.h:2979
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:2970
Structure containing intrinsic and extrinsic parameters of the camera (translation and rotation).
Definition: types_c.h:1823
struct SL_CameraParameters left_cam
Intrinsic SL_CameraParameters of the left camera.
Definition: types_c.h:1827
struct SL_CameraParameters right_cam
Intrinsic SL_CameraParameters of the right camera.
Definition: types_c.h:1831
struct SL_Vector4 rotation
Left to right camera rotation, expressed in user coordinate system and unit (defined by SL_InitParame...
Definition: types_c.h:1835
struct SL_Vector3 translation
Left to right camera translation, expressed in user coordinate system and unit (defined by SL_InitPar...
Definition: types_c.h:1839
Structure containing information about the camera sensor.
Definition: types_c.h:1866
float fps
FPS of the camera.
Definition: types_c.h:1882
unsigned int firmware_version
Internal firmware version of the camera.
Definition: types_c.h:1878
struct SL_CalibrationParameters calibration_parameters
Intrinsics and extrinsic stereo parameters for rectified/undistorted images.
Definition: types_c.h:1870
struct SL_Resolution resolution
Resolution of the camera.
Definition: types_c.h:1886
struct SL_CalibrationParameters calibration_parameters_raw
Intrinsics and extrinsic stereo parameters for unrectified/distorted images.
Definition: types_c.h:1874
Used to identify a specific camera in the Fusion API.
Definition: types_c.h:4275
Structure containing information of a single camera (serial number, model, input type,...
Definition: types_c.h:1949
struct SL_CameraConfiguration camera_configuration
Camera configuration parameters stored in a SL_CameraConfiguration.
Definition: types_c.h:1965
enum SL_MODEL camera_model
Model of the camera (see SL_MODEL).
Definition: types_c.h:1957
struct SL_SensorsConfiguration sensors_configuration
Sensors configuration parameters stored in a SL_SensorsConfiguration.
Definition: types_c.h:1969
unsigned int serial_number
Serial number of the camera.
Definition: types_c.h:1953
enum SL_INPUT_TYPE input_type
Input type used in the ZED SDK.
Definition: types_c.h:1961
Holds the metrics of a sender in the fusion process.
Definition: types_c.h:4283
float synced_latency
Latency (in seconds) after Fusion synchronization. Difference between the timestamp of the data recei...
Definition: types_c.h:4302
float received_fps
FPS of the received data.
Definition: types_c.h:4290
bool is_present
Is set to false if no data in this batch of metrics.
Definition: types_c.h:4308
float ratio_detection
Skeleton detection percent during the last second. Number of frames with at least one detection / num...
Definition: types_c.h:4315
float received_latency
Latency (in seconds) of the received data. Timestamp difference between the time when the data are se...
Definition: types_c.h:4296
float delta_ts
Average data acquisition timestamp difference. Average standard deviation of sender's period since th...
Definition: types_c.h:4321
Structure containing the intrinsic parameters of a camera.
Definition: types_c.h:1757
float fx
Focal length in pixels along x axis.
Definition: types_c.h:1761
float cy
Optical center along y axis, defined in pixels (usually close to height / 2).
Definition: types_c.h:1776
struct SL_Resolution image_size
Size in pixels of the images given by the camera.
Definition: types_c.h:1803
float cx
Optical center along x axis, defined in pixels (usually close to width / 2).
Definition: types_c.h:1771
float fy
Focal length in pixels along y axis.
Definition: types_c.h:1766
float focal_length_metric
Real focal length in millimeters.
Definition: types_c.h:1808
float v_fov
Vertical field of view, in degrees.
Definition: types_c.h:1788
float h_fov
Horizontal field of view, in degrees.
Definition: types_c.h:1793
double disto[12]
Distortion factor : [k1, k2, p1, p2, k3, k4, k5, k6, s1, s2, s3, s4].
Definition: types_c.h:1783
float d_fov
Diagonal field of view, in degrees.
Definition: types_c.h:1798
Definition: types_c.h:4047
Structure that store externally detected objects.
Definition: types_c.h:3120
int label
Object label.
Definition: types_c.h:3144
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:3136
float max_allowed_acceleration
Manually override the acceleration preset. If set, this value takes precedence over the selected pres...
Definition: types_c.h:3222
char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3126
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:3213
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:3189
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:3168
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:3181
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:3197
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:3161
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:3174
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:3205
float probability
Detection confidence value of the object.
Definition: types_c.h:3151
Definition: types_c.h:3225
float max_allowed_acceleration
Manually override the acceleration preset. If set, this value takes precedence over the selected pres...
Definition: types_c.h:3332
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:3323
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:3266
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:3315
unsigned char * box_mask
2D mask of the object inside its bounding box.
Definition: types_c.h:3291
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:3299
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:3273
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:3286
float probability
Detection confidence value of the object.
Definition: types_c.h:3256
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:3307
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:3241
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:3279
char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3231
int label
Object label.
Definition: types_c.h:3249
Structure containing a set of runtime properties of a certain class ID for the object detection modul...
Definition: types_c.h:2700
float min_box_width_normalized
Minimum allowed width normalized to the image size.
Definition: types_c.h:2767
int class_id
Index of the class represented by this set of properties.
Definition: types_c.h:2704
float max_allowed_acceleration
Manually override the acceleration preset.
Definition: types_c.h:2841
float tracking_timeout
Maximum tracking time threshold (in seconds) before dropping the tracked object when unseen for this ...
Definition: types_c.h:2743
bool is_grounded
Provide hypothesis about the object movements (degrees of freedom or DoF) to improve the object track...
Definition: types_c.h:2729
bool is_static
Provide hypothesis about the object staticity to improve the object tracking.
Definition: types_c.h:2736
enum SL_OBJECT_ACCELERATION_PRESET object_acceleration_preset
Preset defining the expected maximum acceleration of the tracked object.
Definition: types_c.h:2832
float tracking_max_dist
Maximum tracking distance threshold (in meters) before dropping the tracked object when unseen for th...
Definition: types_c.h:2751
float max_box_height_meters
Maximum allowed 3D height.
Definition: types_c.h:2807
float max_box_width_normalized
Maximum allowed width normalized to the image size.
Definition: types_c.h:2759
float max_box_height_normalized
Maximum allowed height normalized to the image size.
Definition: types_c.h:2775
float min_box_height_meters
Minimum allowed 3D height.
Definition: types_c.h:2815
bool enabled
Whether the object object is kept or not.
Definition: types_c.h:2709
float max_box_width_meters
Maximum allowed 3D width.
Definition: types_c.h:2791
enum SL_OBJECT_SUBCLASS native_mapped_class
For increased accuracy, the native sl::OBJECT_SUBCLASS mapping, if any.
Definition: types_c.h:2825
float min_box_width_meters
Minimum allowed 3D width.
Definition: types_c.h:2799
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:2718
float min_box_height_normalized
Minimum allowed height normalized to the image size.
Definition: types_c.h:2783
Structure containing a set of runtime parameters for the object detection module using your own model...
Definition: types_c.h:2850
struct SL_CustomObjectDetectionProperties object_detection_properties
Global object detection properties.
Definition: types_c.h:2854
struct SL_CustomObjectDetectionProperties * object_class_detection_properties
Per class object detection properties.
Definition: types_c.h:2861
unsigned int number_custom_detection_properties
Size of the object_class_detection_properties array.
Definition: types_c.h:2866
Structure containing information about the properties of a camera.
Definition: types_c.h:1690
unsigned int sn
Serial number of the camera.
Definition: types_c.h:1725
int id
Id of the camera.
Definition: types_c.h:1703
char camera_badge[128]
badge name (zedx_ar0234)
Definition: types_c.h:1733
unsigned char sensor_address_left
sensor_address when available (ZED-X HDR/XOne HDR only)
Definition: types_c.h:1750
enum SL_INPUT_TYPE input_type
Input type of the camera.
Definition: types_c.h:1746
char camera_sensor_model[128]
Name of sensor (zedx)
Definition: types_c.h:1738
unsigned char path[512]
System path of the camera.
Definition: types_c.h:1708
int i2c_port
i2c port of the camera.
Definition: types_c.h:1712
enum SL_MODEL camera_model
Model of the camera.
Definition: types_c.h:1716
enum SL_CAMERA_STATE camera_state
State of the camera.
Definition: types_c.h:1696
char camera_name[128]
Name of Camera in DT (ZED_CAM1)
Definition: types_c.h:1742
unsigned char identifier[3]
[Cam model, eeprom version, white balance param]
Definition: types_c.h:1729
Represents a world position in ECEF format.
Definition: types_c.h:4479
double z
z coordinate of SL_ECEF.
Definition: types_c.h:4494
double x
x coordinate of SL_ECEF.
Definition: types_c.h:4484
double y
y coordinate of SL_ECEF.
Definition: types_c.h:4489
Represents a world position in ENU format.
Definition: types_c.h:4530
double east
East coordinate.
Definition: types_c.h:4535
double up
Up coordinate.
Definition: types_c.h:4545
double north
North coordinate.
Definition: types_c.h:4540
Class containing the overall position fusion status.
Definition: types_c.h:4019
enum SL_POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status
Represents the current state of positional tracking fusion.
Definition: types_c.h:4043
enum SL_SPATIAL_MEMORY_STATUS spatial_memory_status
Represents the current state of camera tracking in the global map.
Definition: types_c.h:4027
enum SL_GNSS_MODE gnss_mode
Represents the current mode of GNSS.
Definition: types_c.h:4035
enum SL_GNSS_STATUS gnss_status
Represents the current state of GNSS.
Definition: types_c.h:4031
enum SL_GNSS_FUSION_STATUS gnss_fusion_status
Represents the current state of GNSS fusion for global localization.
Definition: types_c.h:4039
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:4023
Useful struct to store the Fusion configuration, can be read from /write to a JSON file.
Definition: types_c.h:4056
bool override_gravity
Indicates the behavior of the fusion with respect to given calibration pose. If true : The calibratio...
Definition: types_c.h:4086
struct SL_Quaternion rotation
Definition: types_c.h:4075
struct SL_InputType input_type
Definition: types_c.h:4080
struct SL_CommunicationParameters comm_param
Definition: types_c.h:4065
struct SL_Vector3 position
Definition: types_c.h:4070
int serial_number
Definition: types_c.h:4060
Holds the metrics of the fusion process.
Definition: types_c.h:4327
struct SL_CameraMetrics camera_individual_stats[MAX_FUSED_CAMERAS]
Sender metrics.
Definition: types_c.h:4344
float mean_stdev_between_camera
Standard deviation of the data timestamp fused, the lower the better.
Definition: types_c.h:4338
float mean_camera_fused
Mean number of camera that provides data during the past second.
Definition: types_c.h:4332
Holds the options used for calibrating GNSS / VIO.
Definition: types_c.h:4551
float target_translation_uncertainty
This parameter defines the target translation uncertainty at which the calibration process between GN...
Definition: types_c.h:4571
bool enable_reinitialization
This parameter determines whether reinitialization should be performed between GNSS and VIO fusion wh...
Definition: types_c.h:4578
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:4565
float target_yaw_uncertainty
This parameter defines the target yaw uncertainty at which the calibration process between GNSS and V...
Definition: types_c.h:4558
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:4592
struct SL_Vector3 gnss_antenna_position
Definition: types_c.h:4597
float gnss_vio_reinit_threshold
This parameter determines the threshold for GNSS/VIO reinitialization. If the fused position deviates...
Definition: types_c.h:4585
Structure containing GNSS data to be used for positional tracking as prior.
Definition: types_c.h:4356
enum SL_GNSS_MODE gnss_mode
GNSS mode of the data.
Definition: types_c.h:4407
double latitude_std
Latitude standard deviation.
Definition: types_c.h:4392
double altitude_std
Altitude standard deviation.
Definition: types_c.h:4397
double altitude
Altitude in meters.
Definition: types_c.h:4371
enum SL_GNSS_STATUS gnss_status
GNSS status of the data.
Definition: types_c.h:4402
double longitude
Longitude in radian.
Definition: types_c.h:4361
uint64_t ts
Timestamp of the GNSS position in nanoseconds (must be aligned with the camera time reference).
Definition: types_c.h:4376
double longitude_std
Longitude standard deviation.
Definition: types_c.h:4387
double position_covariance[9]
Covariance of the position in meter (must be expressed in the ENU coordinate system).
Definition: types_c.h:4382
double latitude
Latitude in radian.
Definition: types_c.h:4366
Holds Geo reference position.
Definition: types_c.h:4438
struct SL_Vector3 translation
Definition: types_c.h:4442
struct SL_LatLng latlng_coordinates
Definition: types_c.h:4462
struct SL_Quaternion rotation
Definition: types_c.h:4446
double vertical_accuracy
Definition: types_c.h:4458
float pose_covariance[36]
Definition: types_c.h:4450
double heading
Definition: types_c.h:4466
double horizontal_accuracy
Definition: types_c.h:4454
uint64_t timestamp
The timestamp of SL_GeoPose.
Definition: types_c.h:4471
Definition: types_c.h:3790
bool enabled
Indicates if the Health check is enabled.
Definition: types_c.h:3794
bool low_motion_sensors_reliability
This status indicates motion sensors data reliability issue. This indicates the IMU is providing low ...
Definition: types_c.h:3829
bool low_image_quality
This status indicates poor image quality It can indicates camera issue, like incorrect manual video s...
Definition: types_c.h:3805
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:3822
bool low_lighting
This status indicates low light scene. As the camera are passive sensors working in the visible range...
Definition: types_c.h:3814
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:4146
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:4152
bool verbose
Enable the verbosity mode of the SDK.
Definition: types_c.h:4173
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:4179
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:4167
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:4161
int sdk_gpu_id
NVIDIA graphics card id to use.
Definition: types_c.h:4190
CUcontext sdk_cuda_ctx
CUcontext to be used.
Definition: types_c.h:4203
struct SL_Resolution maximum_working_resolution
Sets the maximum resolution for all Fusion outputs, such as images and measures.
Definition: types_c.h:4221
struct SL_SynchronizationParameter synchronization_parameters
Specifies the parameters used for data synchronization during fusion.
Definition: types_c.h:4209
Structure containing the options used to initialize a camera.
Definition: types_c.h:1358
struct SL_Resolution maximum_working_resolution
Set a maximum size for all SDK output, like retrieveImage and retrieveMeasure functions.
Definition: types_c.h:1619
bool enable_right_side_measure
Enable the measurement computation on the right images.
Definition: types_c.h:1436
float depth_maximum_distance
Maximum depth distance to be returned, measured in the SL_UNIT defined in coordinate_unit.
Definition: types_c.h:1500
enum SL_COORDINATE_SYSTEM coordinate_system
SL_COORDINATE_SYSTEM to be used as reference for positional tracking, mesh, point clouds,...
Definition: types_c.h:1516
bool svo_real_time_mode
Defines if the camera return the frame in real time mode.
Definition: types_c.h:1447
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:1573
enum SL_DEPTH_MODE depth_mode
SL_DEPTH_MODE to be used.
Definition: types_c.h:1457
bool sensors_required
Requires the successful opening of the motion sensors before opening the camera.
Definition: types_c.h:1553
enum SL_FLIP_MODE camera_image_flip
Defines if a flip of the images is needed.
Definition: types_c.h:1414
bool enable_image_enhancement
Enable the Enhanced Contrast Technology, to improve image quality.
Definition: types_c.h:1563
int sdk_verbose
Enable the ZED SDK verbose mode.
Definition: types_c.h:1538
enum SL_UNIT coordinate_unit
Unit of spatial data (depth, point cloud, tracking, mesh, etc.) for retrieval.
Definition: types_c.h:1507
float grab_compute_capping_fps
Define a computation upper limit to the grab frequency.
Definition: types_c.h:1597
bool async_grab_camera_recovery
Define the behavior of the automatic camera recovery during sl_grab() function call.
Definition: types_c.h:1585
bool camera_disable_self_calib
Disables the self-calibration process at camera opening.
Definition: types_c.h:1426
bool enable_image_validity_check
Definition: types_c.h:1605
int camera_fps
Requested camera frame rate.
Definition: types_c.h:1398
int sdk_gpu_id
NVIDIA graphics card id to use.
Definition: types_c.h:1527
int camera_device_id
Id for identifying which camera to use from the connected cameras.
Definition: types_c.h:1403
enum SL_INPUT_TYPE input_type
Defines the input source to initialize and open an camera from.
Definition: types_c.h:1375
float depth_minimum_distance
Minimum depth distance to be returned, measured in the SL_UNIT defined in coordinate_unit....
Definition: types_c.h:1488
enum SL_RESOLUTION resolution
Desired camera resolution.
Definition: types_c.h:1388
int depth_stabilization
Defines whether the depth needs to be stabilized and to what extent.
Definition: types_c.h:1474
Structure defining the input type used in the ZED SDK.
Definition: types_c.h:3752
unsigned short stream_input_port
Port of the streaming camera.
Definition: types_c.h:3781
unsigned int id
Id of the camera.
Definition: types_c.h:3766
char svo_input_filename[256]
Path to the SVO file.
Definition: types_c.h:3771
char stream_input_ip[128]
IP address of the streaming camera.
Definition: types_c.h:3776
unsigned int serial_number
Serial number of the camera.
Definition: types_c.h:3761
enum SL_INPUT_TYPE input_type
Current input type.
Definition: types_c.h:3756
Represents a 2d landmark.
Definition: types_c.h:2092
struct SL_Uint2 image_position
Projection of the landmark in the image.
Definition: types_c.h:2101
float dynamic_confidence
Confidence score indicating the likelihood that the landmark is associated with a dynamic object.
Definition: types_c.h:2111
uint64_t id
Unique identifier for the landmark.
Definition: types_c.h:2096
Represents a 3d landmark.
Definition: types_c.h:2077
uint64_t id
Unique identifier for the landmark.
Definition: types_c.h:2081
struct SL_Vector3 position
World position of the landmark.
Definition: types_c.h:2085
Represents a world position in LatLng format.
Definition: types_c.h:4415
double latitude
Latitude coordinate in radian.
Definition: types_c.h:4420
double altitude
Altitude coordinate in meters.
Definition: types_c.h:4430
double longitude
Longitude coordinate in radian.
Definition: types_c.h:4425
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:2993
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:3060
float position_covariance[6]
Covariance matrix of the 3D position.
Definition: types_c.h:3112
struct SL_Vector3 position
Object 3D centroid.
Definition: types_c.h:3035
enum SL_OBJECT_CLASS label
Object class/category to identify the object type.
Definition: types_c.h:3018
struct SL_Vector3 bounding_box[8]
3D bounding box of the object represented as eight 3D points.
Definition: types_c.h:3089
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:3101
enum SL_OBJECT_ACTION_STATE action_state
Object action state.
Definition: types_c.h:3030
float confidence
Detection confidence value of the object.
Definition: types_c.h:3041
struct SL_Vector3 velocity
Defines the object 3D velocity.
Definition: types_c.h:3071
int id
Object identification number.
Definition: types_c.h:3001
unsigned char unique_object_id[37]
Unique id to help identify and track AI detections.
Definition: types_c.h:3007
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:3095
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:3048
struct SL_Vector3 dimensions
3D object dimensions: width, height, length.
Definition: types_c.h:3076
struct SL_Vector3 head_position
3D centroid of the head of the object (a person).
Definition: types_c.h:3066
enum SL_OBJECT_TRACKING_STATE tracking_state
Object tracking state.
Definition: types_c.h:3026
int raw_label
Object raw label.
Definition: types_c.h:3014
enum SL_OBJECT_SUBCLASS sublabel
Object sub-class/sub-category to identify the object type.
Definition: types_c.h:3022
Structure containing a set of parameters for the object detection module.
Definition: types_c.h:2535
bool enable_segmentation
Whether the object masks will be computed.
Definition: types_c.h:2554
char * custom_onnx_file
Path to the YOLO-like onnx file for custom object detection ran in the ZED SDK.
Definition: types_c.h:2586
char * fused_objects_group_name
In a multi camera setup, specify which group this model belongs to.
Definition: types_c.h:2570
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:2634
unsigned int instance_module_id
Id of the module instance.
Definition: types_c.h:2541
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:2644
enum SL_OBJECT_DETECTION_MODEL detection_model
SL_OBJECT_DETECTION_MODEL to use.
Definition: types_c.h:2560
bool enable_tracking
Whether the object detection system includes object tracking capabilities across a sequence of images...
Definition: types_c.h:2548
enum SL_OBJECT_FILTERING_MODE filtering_mode
Filtering mode that should be applied to raw detections.
Definition: types_c.h:2621
struct SL_BatchParameters batch_parameters
Batching system parameters.
Definition: types_c.h:2611
float max_range
Upper depth range for detections.
Definition: types_c.h:2604
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:2596
Structure containing a set of runtime parameters for the object detection module.
Definition: types_c.h:2670
float detection_confidence_threshold
Confidence threshold.
Definition: types_c.h:2679
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:2691
int object_class_filter[(int) SL_OBJECT_CLASS_LAST]
Defines which object types to detect and track.
Definition: types_c.h:2686
Structure containing batched data of a detected objects from the object detection module.
Definition: types_c.h:3576
enum SL_OBJECT_SUBCLASS sublabel
Objects sub-class/sub-category to identify the object type.
Definition: types_c.h:3586
struct SL_Vector3 velocities[MAX_TRAJECTORY_SIZE]
Array of 3D velocities for each object.
Definition: types_c.h:3590
enum SL_OBJECT_CLASS label
Objects class/category to identify the object type.
Definition: types_c.h:3585
enum SL_OBJECT_TRACKING_STATE tracking_state
Objects tracking state.
Definition: types_c.h:3587
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:3625
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:3631
float confidences[MAX_TRAJECTORY_SIZE]
Array of confidences for each object.
Definition: types_c.h:3617
uint64_t timestamps[MAX_TRAJECTORY_SIZE]
Array of timestamps for each object.
Definition: types_c.h:3591
struct SL_Vector3 positions[MAX_TRAJECTORY_SIZE]
Array of positions for each object.
Definition: types_c.h:3588
struct SL_Vector2 bounding_boxes_2d[MAX_TRAJECTORY_SIZE][4]
Array of 2D bounding boxes for each object.
Definition: types_c.h:3602
struct SL_Vector3 bounding_boxes[MAX_TRAJECTORY_SIZE][8]
Array of 3D bounding boxes for each object.
Definition: types_c.h:3615
struct SL_Vector3 head_positions[MAX_TRAJECTORY_SIZE]
Array of 3D centroid of the head for each object (person).
Definition: types_c.h:3637
int nb_data
Number of objects in the SL_ObjectsBatch.
Definition: types_c.h:3583
enum SL_OBJECT_ACTION_STATE action_states[MAX_TRAJECTORY_SIZE]
Array of action states for each object.
Definition: types_c.h:3618
float position_covariances[MAX_TRAJECTORY_SIZE][6]
Array of positions' covariances for each object.
Definition: types_c.h:3589
int id
Id of the batch.
Definition: types_c.h:3584
Structure containing the results of the object detection module.
Definition: types_c.h:3343
int is_tracked
Whether both the object tracking and the world orientation has been setup.
Definition: types_c.h:3362
uint64_t timestamp
Timestamp corresponding to the frame acquisition.
Definition: types_c.h:3354
struct SL_ObjectData object_list[MAX_NUMBER_OBJECT]
Array of detected objects.
Definition: types_c.h:3372
int is_new
Whether object_list has already been retrieved or not.
Definition: types_c.h:3358
int nb_objects
Number of detected objects.
Definition: types_c.h:3348
enum SL_OBJECT_DETECTION_MODEL detection_model
Current SL_OBJECT_DETECTION_MODEL used.
Definition: types_c.h:3366
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:2148
float normal_similarity_threshold
Controls the spread of plane by checking the angle difference.
Definition: types_c.h:2162
float max_distance_threshold
Controls the spread of plane by checking the position difference.
Definition: types_c.h:2155
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:4604
struct SL_Quaternion base_footprint_to_world_rotation
Orientation of the base footprint with respect to the user world.
Definition: types_c.h:4625
bool enable_GNSS_fusion
This attribute is responsible for enabling or not GNSS positional tracking fusion.
Definition: types_c.h:4610
struct SL_GNSSCalibrationParameters gnss_calibration_parameters
Control the VIO / GNSS calibration process.
Definition: types_c.h:4615
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:4640
struct SL_Vector3 base_footprint_to_baselink_translation
Position of the base footprint with respect to the baselink.
Definition: types_c.h:4630
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:4645
struct SL_Quaternion base_footprint_to_baselink_rotation
Orientation of the base footprint with respect to the baselink.
Definition: types_c.h:4635
struct SL_Vector3 base_footprint_to_world_translation
Position of the base footprint with respect to the user world.
Definition: types_c.h:4620
Structure containing a set of parameters for the positional tracking module initialization.
Definition: types_c.h:1980
bool enable_imu_fusion
Whether to enable the IMU fusion.
Definition: types_c.h:2037
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:2053
bool enable_area_memory
Whether the camera can remember its surroundings.
Definition: types_c.h:2002
enum SL_POSITIONAL_TRACKING_MODE mode
Positional tracking mode used.
Definition: types_c.h:2060
bool enable_2d_ground_mode
Whether to enable the 2D ground mode.
Definition: types_c.h:2070
bool enable_pose_smoothing
Whether to enable smooth pose correction for small drift correction.
Definition: types_c.h:2008
bool set_as_static
Whether to define the camera as static.
Definition: types_c.h:2028
float depth_min_range
Whether to enable the IMU fusion.
Definition: types_c.h:2046
struct SL_Vector3 initial_world_position
Position of the camera in the world frame when the camera is started.
Definition: types_c.h:1992
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:2019
struct SL_Quaternion initial_world_rotation
Rotation of the camera in the world frame when the camera is started.
Definition: types_c.h:1986
bool enable_localization_only
Whether to enable the area mode in localize only mode.
Definition: types_c.h:2065
Lists the different status of positional tracking.
Definition: types_c.h:806
enum SL_SPATIAL_MEMORY_STATUS spatial_memory_status
Represents the current state of camera tracking in the global map.
Definition: types_c.h:814
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:810
enum SL_POSITIONAL_TRACKING_FUSION_STATUS tracking_fusion_status
Represents the current state of positional tracking fusion.
Definition: types_c.h:818
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:2204
unsigned int target_framerate
Framerate for the recording file.
Definition: types_c.h:2235
unsigned int bitrate
Overrides the default bitrate of the SVO file, in kbits/s.
Definition: types_c.h:2224
bool transcode_streaming_input
Defines whether to decode and re-encode a streaming source.
Definition: types_c.h:2245
unsigned char video_filename[256]
Filename of the file to save the recording into.
Definition: types_c.h:2208
enum SL_SVO_COMPRESSION_MODE compression_mode
Compression mode the recording.
Definition: types_c.h:2215
Structure containing information about the status of the recording.
Definition: types_c.h:2168
double current_compression_ratio
Compression ratio (% of raw size) for the current frame.
Definition: types_c.h:2190
double average_compression_time
Average compression time in milliseconds since beginning of recording.
Definition: types_c.h:2194
double average_compression_ratio
Average compression ratio (% of raw size) since beginning of recording.
Definition: types_c.h:2198
bool status
Status of current frame.
Definition: types_c.h:2182
bool is_paused
Report if the recording has been paused.
Definition: types_c.h:2176
bool is_recording
Report if the recording has been enabled.
Definition: types_c.h:2172
double current_compression_time
Compression time for the current frame in milliseconds.
Definition: types_c.h:2186
Structure defining a 2D rectangle with top-left corner coordinates and width/height in pixels.
Definition: types_c.h:3725
int height
Height of the rectangle in pixels.
Definition: types_c.h:3741
int x
x coordinates of top-left corner.
Definition: types_c.h:3729
int width
Width of the rectangle in pixels.
Definition: types_c.h:3737
int y
y coordinates of top-left corner.
Definition: types_c.h:3733
Structure containing a set of parameters for the region of interest.
Definition: types_c.h:2119
bool auto_apply_module[SL_MODULE_LAST]
List of modules on which the ROI will be used.
Definition: types_c.h:2139
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:2132
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:2125
Structure containing the width and height of an image.
Definition: types_c.h:1337
int width
Width of the image in pixels.
Definition: types_c.h:1341
int height
Height of the image in pixels.
Definition: types_c.h:1345
Structure containing parameters that defines the behavior of sl_grab().
Definition: types_c.h:1629
bool enable_depth
Defines if the depth map should be computed.
Definition: types_c.h:1643
bool remove_saturated_areas
Defines if the saturated area (luminance>=255) must be removed from depth map estimation.
Definition: types_c.h:1682
bool enable_fill_mode
Defines if the depth map should be completed or not.
Definition: types_c.h:1653
int confidence_threshold
Threshold to reject depth values based on their confidence.
Definition: types_c.h:1664
enum SL_REFERENCE_FRAME reference_frame
Reference frame in which to provides the 3D measures (point cloud, normals, etc.).
Definition: types_c.h:1635
int texture_confidence_threshold
Threshold to reject depth values based on their texture confidence.
Definition: types_c.h:1674
Structure containing data that can be stored in and retrieved from SVOs. That information will be ing...
Definition: types_c.h:2253
int key_size
Size of the key.
Definition: types_c.h:2261
uint64_t timestamp_ns
Timestamp of the data.
Definition: types_c.h:2274
char * content
content stored as SVOData. Allow any type of content, including raw data like compressed images or JS...
Definition: types_c.h:2266
char * key
Key used to retrieve the data stored into SVOData's content.
Definition: types_c.h:2257
int content_size
Size of the content.
Definition: types_c.h:2270
Structure containing information about a single sensor available in the current device.
Definition: types_c.h:1849
bool is_available
Whether the sensor is available in your camera.
Definition: types_c.h:1857
enum SL_SENSOR_TYPE type
Type of the sensor.
Definition: types_c.h:1850
float sampling_rate
Sampling rate (or ODR) of the sensor.
Definition: types_c.h:1852
float resolution
Resolution of the sensor.
Definition: types_c.h:1851
enum SL_SENSORS_UNIT sensor_unit
Unit of the sensor.
Definition: types_c.h:1856
struct SL_Vector2 range
Range of the sensor (minimum: range.x, maximum: range.y).
Definition: types_c.h:1853
float random_walk
Random walk derived from the Allan Variance given as continuous (frequency-independent).
Definition: types_c.h:1855
float noise_density
White noise density given as continuous (frequency-independent).
Definition: types_c.h:1854
Structure containing information about all the sensors available in the current device.
Definition: types_c.h:1897
struct SL_Vector3 ium_magnetometer_translation
Magnetometer to IMU translation (quaternion).
Definition: types_c.h:1922
unsigned int firmware_version
Firmware version of the sensor module.
Definition: types_c.h:1902
struct SL_SensorParameters barometer_parameters
Configuration of the barometer.
Definition: types_c.h:1938
struct SL_SensorParameters gyroscope_parameters
Configuration of the gyroscope.
Definition: types_c.h:1930
struct SL_SensorParameters magnetometer_parameters
Configuration of the magnetometer.
Definition: types_c.h:1934
struct SL_Vector4 camera_ium_rotation
IMU to left camera rotation (quaternion).
Definition: types_c.h:1907
struct SL_Vector3 camera_imu_translation
IMU to left camera translation.
Definition: types_c.h:1912
struct SL_Vector4 ium_magnetometer_rotation
Magnetometer to IMU rotation (quaternion).
Definition: types_c.h:1917
struct SL_SensorParameters accelerometer_parameters
Configuration of the accelerometer.
Definition: types_c.h:1926
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:2399
bool save_texture
Whether to save the texture.
Definition: types_c.h:2422
int stability_counter
Control the integration rate of the current depth into the mapping process.
Definition: types_c.h:2459
bool reverse_vertex_order
Whether to inverse the order of the vertices of the triangles.
Definition: types_c.h:2445
float range_meter
Depth range in meters.
Definition: types_c.h:2413
bool use_chunk_only
Whether to only use chunks.
Definition: types_c.h:2431
int max_memory_usage
The maximum CPU memory (in MB) allocated for the meshing process.
Definition: types_c.h:2437
float resolution_meter
Spatial mapping resolution in meters.
Definition: types_c.h:2405
bool enable_forget_past
This parameter enables the forgetting of the previous map to limit memory and drift issues....
Definition: types_c.h:2477
float decay
Adjust the weighting factor for the current depth during the integration process. By default,...
Definition: types_c.h:2471
float disparity_std
Control the disparity noise (standard deviation) in px. set a very small value (<0....
Definition: types_c.h:2464
enum SL_SPATIAL_MAP_TYPE map_type
The type of spatial map to be created.
Definition: types_c.h:2452
Structure containing the options used to stream with the ZED SDK.
Definition: types_c.h:2281
bool adaptative_bitrate
Defines whether the adaptive bitrate is enable.
Definition: types_c.h:2328
int gop_size
GOP size in number of frames.
Definition: types_c.h:2318
enum SL_STREAMING_CODEC codec
Encoding used for streaming.
Definition: types_c.h:2286
unsigned short port
Port used for streaming.
Definition: types_c.h:2293
unsigned short chunk_size
Size of a single chunk.
Definition: types_c.h:2341
unsigned int target_framerate
Framerate for the streaming output.
Definition: types_c.h:2352
unsigned int bitrate
Defines the streaming bitrate in Kbits/s.
Definition: types_c.h:2309
Structure containing information about the properties of a streaming device.
Definition: types_c.h:2358
unsigned short port
Streaming port of the streaming device.
Definition: types_c.h:2369
int current_bitrate
Current bitrate of encoding of the streaming device.
Definition: types_c.h:2383
unsigned int serial_number
Serial number of the streaming camera.
Definition: types_c.h:2376
enum SL_STREAMING_CODEC codec
Current codec used for compression in streaming device.
Definition: types_c.h:2390
unsigned char ip[16]
IP address of the streaming device.
Definition: types_c.h:2362
Configuration parameters for data synchronization.
Definition: types_c.h:4096
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:4117
bool keep_last_data
Determines whether to include the last data returned by a source in the final synchronized data.
Definition: types_c.h:4128
double windows_size
Size of synchronization windows in milliseconds.
Definition: types_c.h:4107
double maximum_lateness
Maximum duration in milliseconds allowed for data to be considered as the last data.
Definition: types_c.h:4139
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
Structure representing a transformation (translation and rotation)
Definition: types_c.h:104
struct SL_Quaternion rotation
Rotation part of the transform.
Definition: types_c.h:112
struct SL_Vector3 translation
Translation part of the transform.
Definition: types_c.h:108
Represents a world position in UTM format.
Definition: types_c.h:4502
double northing
Northing coordinate.
Definition: types_c.h:4507
char UTMZone[256]
UTMZone of the coordinate.
Definition: types_c.h:4522
double easting
Easting coordinate.
Definition: types_c.h:4512
double gamma
Gamma coordinate.
Definition: types_c.h:4517
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
SL_COORDINATE_SYSTEM
Lists available coordinates systems for positional tracking and 3D measures.
Definition: types_c.h:516
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Z_UP_X_FWD
Definition: types_c.h:522
@ SL_COORDINATE_SYSTEM_LEFT_HANDED_Z_UP
Definition: types_c.h:521
@ SL_COORDINATE_SYSTEM_LEFT_HANDED_Y_UP
Definition: types_c.h:518
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Z_UP
Definition: types_c.h:520
@ SL_COORDINATE_SYSTEM_IMAGE
Definition: types_c.h:517
@ SL_COORDINATE_SYSTEM_RIGHT_HANDED_Y_UP
Definition: types_c.h:519
SL_SPATIAL_MEMORY_STATUS
Report the status of current map tracking.
Definition: types_c.h:772
@ SL_MAP_TRACKING_STATUS_SEARCHING
Definition: types_c.h:775
@ SL_MAP_TRACKING_STATUS_OFF
Definition: types_c.h:776
@ SL_MAP_TRACKING_STATUS_LOOP_CLOSED
Definition: types_c.h:774
@ SL_MAP_TRACKING_STATUS_OK
Definition: types_c.h:773
SL_SPATIAL_MAPPING_STATE
Lists the different states of spatial mapping.
Definition: types_c.h:848
@ SL_SPATIAL_MAPPING_STATE_OK
Definition: types_c.h:850
@ SL_SPATIAL_MAPPING_STATE_NOT_ENABLED
Definition: types_c.h:852
@ SL_SPATIAL_MAPPING_STATE_INITIALIZING
Definition: types_c.h:849
@ SL_SPATIAL_MAPPING_STATE_FPS_TOO_LOW
Definition: types_c.h:853
@ SL_SPATIAL_MAPPING_STATE_NOT_ENOUGH_MEMORY
Definition: types_c.h:851
SL_OBJECT_TRACKING_STATE
Lists the different states of object tracking.
Definition: types_c.h:741
@ SL_OBJECT_TRACKING_STATE_SEARCHING
Definition: types_c.h:744
@ SL_OBJECT_TRACKING_STATE_OK
Definition: types_c.h:743
@ SL_OBJECT_TRACKING_STATE_TERMINATE
Definition: types_c.h:745
@ SL_OBJECT_TRACKING_STATE_OFF
Definition: types_c.h:742
SL_GNSS_MODE
Definition: types_c.h:3966
@ SL_GNSS_MODE_FIX_2D
2D GNSS fix, providing latitude and longitude coordinates but without altitude information.
Definition: types_c.h:3978
@ SL_GNSS_MODE_UNKNOWN
No GNSS fix data is available.
Definition: types_c.h:3970
@ SL_GNSS_MODE_FIX_3D
3D GNSS fix, providing latitude, longitude, and altitude coordinates.
Definition: types_c.h:3982
@ SL_GNSS_MODE_NO_FIX
No GNSS fix is available.
Definition: types_c.h:3974
SL_INFERENCE_PRECISION
Report the actual inference precision used.
Definition: types_c.h:1059
SL_MODULE
Definition: types_c.h:1316
@ SL_MODULE_ALL
Definition: types_c.h:1317
SL_MESH_FILE_FORMAT
Lists available mesh file formats.
Definition: types_c.h:876
@ SL_MESH_FILE_FORMAT_PLY
Definition: types_c.h:877
@ SL_MESH_FILE_FORMAT_OBJ
Definition: types_c.h:879
@ SL_MESH_FILE_FORMAT_PLY_BIN
Definition: types_c.h:878
SL_AI_MODELS
Lists available AI models.
Definition: types_c.h:1018
@ SL_AI_MODELS_NEURAL_PLUS_DEPTH
Definition: types_c.h:1033
@ SL_AI_MODELS_HUMAN_BODY_MEDIUM_DETECTION
Definition: types_c.h:1023
@ SL_AI_MODELS_MULTI_CLASS_ACCURATE_DETECTION
Definition: types_c.h:1021
@ SL_AI_MODELS_PERSON_HEAD_DETECTION
Definition: types_c.h:1028
@ SL_AI_MODELS_HUMAN_BODY_ACCURATE_DETECTION
Definition: types_c.h:1024
@ SL_AI_MODELS_HUMAN_BODY_38_MEDIUM_DETECTION
Definition: types_c.h:1026
@ SL_AI_MODELS_MULTI_CLASS_MEDIUM_DETECTION
Definition: types_c.h:1020
@ SL_AI_MODELS_HUMAN_BODY_FAST_DETECTION
Definition: types_c.h:1022
@ SL_AI_MODELS_HUMAN_BODY_38_FAST_DETECTION
Definition: types_c.h:1025
@ SL_AI_MODELS_NEURAL_DEPTH
Definition: types_c.h:1032
@ SL_AI_MODELS_MULTI_CLASS_DETECTION
Definition: types_c.h:1019
@ SL_AI_MODELS_NEURAL_LIGHT_DEPTH
Definition: types_c.h:1031
@ SL_AI_MODELS_HUMAN_BODY_38_ACCURATE_DETECTION
Definition: types_c.h:1027
@ SL_AI_MODELS_PERSON_HEAD_ACCURATE_DETECTION
Definition: types_c.h:1029
@ SL_AI_MODELS_REID_ASSOCIATION
Definition: types_c.h:1030
SL_CAMERA_STATE
Lists possible camera states.
Definition: types_c.h:528
@ SL_CAMERA_STATE_AVAILABLE
Definition: types_c.h:529
@ SL_CAMERA_STATE_NOT_AVAILABLE
Definition: types_c.h:530
SL_OBJECT_ACCELERATION_PRESET
Lists supported bounding box preprocessing.
Definition: types_c.h:1049
@ SL_OBJECT_ACCELERATION_PRESET_DEFAULT
Definition: types_c.h:1050
@ SL_OBJECT_ACCELERATION_PRESET_MEDIUM
Definition: types_c.h:1052
@ SL_OBJECT_ACCELERATION_PRESET_HIGH
Definition: types_c.h:1053
@ SL_OBJECT_ACCELERATION_PRESET_LOW
Definition: types_c.h:1051
SL_STREAMING_CODEC
Lists the different encoding types for image streaming.
Definition: types_c.h:625
@ SL_STREAMING_CODEC_H264
Definition: types_c.h:626
@ SL_STREAMING_CODEC_H265
Definition: types_c.h:627
SL_MAT_TYPE
Lists available matrix formats.
Definition: types_c.h:933
@ SL_MAT_TYPE_F32_C2
Definition: types_c.h:935
@ SL_MAT_TYPE_U8_C3
Definition: types_c.h:940
@ SL_MAT_TYPE_F32_C4
Definition: types_c.h:937
@ SL_MAT_TYPE_S8_C4
Definition: types_c.h:943
@ SL_MAT_TYPE_F32_C3
Definition: types_c.h:936
@ SL_MAT_TYPE_U8_C4
Definition: types_c.h:941
@ SL_MAT_TYPE_F32_C1
Definition: types_c.h:934
@ SL_MAT_TYPE_U16_C1
Definition: types_c.h:942
@ SL_MAT_TYPE_U8_C2
Definition: types_c.h:939
@ SL_MAT_TYPE_U8_C1
Definition: types_c.h:938
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:487
@ SL_RESOLUTION_HD720
Definition: types_c.h:494
@ SL_RESOLUTION_HD1200
Definition: types_c.h:493
@ SL_RESOLUTION_SVGA
Definition: types_c.h:495
@ SL_RESOLUTION_HD1536
Definition: types_c.h:491
@ SL_RESOLUTION_VGA
Definition: types_c.h:496
@ SL_RESOLUTION_HD4K
Definition: types_c.h:488
@ SL_RESOLUTION_QHDPLUS
Definition: types_c.h:489
@ SL_RESOLUTION_HD1080
Definition: types_c.h:492
@ SL_RESOLUTION_AUTO
Definition: types_c.h:497
@ SL_RESOLUTION_HD2K
Definition: types_c.h:490
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:1147
@ SL_BODY_34_PARTS_LEFT_CLAVICLE
Definition: types_c.h:1152
@ SL_BODY_34_PARTS_LEFT_HAND
Definition: types_c.h:1156
@ SL_BODY_34_PARTS_RIGHT_FOOT
Definition: types_c.h:1173
@ SL_BODY_34_PARTS_RIGHT_HAND
Definition: types_c.h:1163
@ SL_BODY_34_PARTS_LEFT_KNEE
Definition: types_c.h:1167
@ SL_BODY_34_PARTS_HEAD
Definition: types_c.h:1174
@ SL_BODY_34_PARTS_LEFT_ELBOW
Definition: types_c.h:1154
@ SL_BODY_34_PARTS_RIGHT_HEEL
Definition: types_c.h:1181
@ SL_BODY_34_PARTS_LEFT_WRIST
Definition: types_c.h:1155
@ SL_BODY_34_PARTS_RIGHT_ANKLE
Definition: types_c.h:1172
@ SL_BODY_34_PARTS_RIGHT_THUMB
Definition: types_c.h:1165
@ SL_BODY_34_PARTS_LEFT_EYE
Definition: types_c.h:1176
@ SL_BODY_34_PARTS_LEFT_HANDTIP
Definition: types_c.h:1157
@ SL_BODY_34_PARTS_RIGHT_CLAVICLE
Definition: types_c.h:1159
@ SL_BODY_34_PARTS_LEFT_ANKLE
Definition: types_c.h:1168
@ SL_BODY_34_PARTS_RIGHT_EYE
Definition: types_c.h:1178
@ SL_BODY_34_PARTS_NECK
Definition: types_c.h:1151
@ SL_BODY_34_PARTS_NOSE
Definition: types_c.h:1175
@ SL_BODY_34_PARTS_LEFT_EAR
Definition: types_c.h:1177
@ SL_BODY_34_PARTS_LEFT_SHOULDER
Definition: types_c.h:1153
@ SL_BODY_34_PARTS_CHEST_SPINE
Definition: types_c.h:1150
@ SL_BODY_34_PARTS_LEFT_THUMB
Definition: types_c.h:1158
@ SL_BODY_34_PARTS_PELVIS
Definition: types_c.h:1148
@ SL_BODY_34_PARTS_RIGHT_ELBOW
Definition: types_c.h:1161
@ SL_BODY_34_PARTS_LEFT_HEEL
Definition: types_c.h:1180
@ SL_BODY_34_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1160
@ SL_BODY_34_PARTS_LEFT_HIP
Definition: types_c.h:1166
@ SL_BODY_34_PARTS_NAVAL_SPINE
Definition: types_c.h:1149
@ SL_BODY_34_PARTS_RIGHT_EAR
Definition: types_c.h:1179
@ SL_BODY_34_PARTS_RIGHT_HIP
Definition: types_c.h:1170
@ SL_BODY_34_PARTS_RIGHT_WRIST
Definition: types_c.h:1162
@ SL_BODY_34_PARTS_RIGHT_KNEE
Definition: types_c.h:1171
@ SL_BODY_34_PARTS_RIGHT_HANDTIP
Definition: types_c.h:1164
@ SL_BODY_34_PARTS_LEFT_FOOT
Definition: types_c.h:1169
SL_FLIP_MODE
Lists possible flip modes of the camera.
Definition: types_c.h:898
@ SL_FLIP_MODE_AUTO
Definition: types_c.h:901
@ SL_FLIP_MODE_ON
Definition: types_c.h:900
@ SL_FLIP_MODE_OFF
Definition: types_c.h:899
SL_SPATIAL_MAP_TYPE
Lists the types of spatial maps that can be created.
Definition: types_c.h:859
@ SL_SPATIAL_MAP_TYPE_FUSED_POINT_CLOUD
Definition: types_c.h:861
@ SL_SPATIAL_MAP_TYPE_MESH
Definition: types_c.h:860
SL_VIDEO_SETTINGS
Lists available camera settings for the camera (contrast, hue, saturation, gain, ....
Definition: types_c.h:635
@ SL_VIDEO_SETTINGS_BRIGHTNESS
Definition: types_c.h:636
@ SL_VIDEO_SETTINGS_ANALOG_GAIN
Definition: types_c.h:650
@ SL_VIDEO_SETTINGS_EXPOSURE
Definition: types_c.h:643
@ SL_VIDEO_SETTINGS_LAST
Definition: types_c.h:658
@ SL_VIDEO_SETTINGS_WHITEBALANCE_AUTO
Definition: types_c.h:647
@ SL_VIDEO_SETTINGS_AEC_AGC_ROI
Definition: types_c.h:645
@ SL_VIDEO_SETTINGS_LED_STATUS
Definition: types_c.h:648
@ SL_VIDEO_SETTINGS_AUTO_DIGITAL_GAIN_RANGE
Definition: types_c.h:654
@ SL_VIDEO_SETTINGS_AUTO_ANALOG_GAIN_RANGE
Definition: types_c.h:653
@ SL_VIDEO_SETTINGS_SATURATION
Definition: types_c.h:639
@ SL_VIDEO_SETTINGS_WHITEBALANCE_TEMPERATURE
Definition: types_c.h:646
@ SL_VIDEO_SETTINGS_CONTRAST
Definition: types_c.h:637
@ SL_VIDEO_SETTINGS_DENOISING
Definition: types_c.h:656
@ SL_VIDEO_SETTINGS_DIGITAL_GAIN
Definition: types_c.h:651
@ SL_VIDEO_SETTINGS_SHARPNESS
Definition: types_c.h:640
@ SL_VIDEO_SETTINGS_HUE
Definition: types_c.h:638
@ SL_VIDEO_SETTINGS_EXPOSURE_COMPENSATION
Definition: types_c.h:655
@ SL_VIDEO_SETTINGS_GAIN
Definition: types_c.h:642
@ SL_VIDEO_SETTINGS_GAMMA
Definition: types_c.h:641
@ SL_VIDEO_SETTINGS_AEC_AGC
Definition: types_c.h:644
@ SL_VIDEO_SETTINGS_EXPOSURE_TIME
Definition: types_c.h:649
@ SL_VIDEO_SETTINGS_AUTO_EXPOSURE_TIME_RANGE
Definition: types_c.h:652
SL_BODY_TRACKING_MODEL
Lists available models for the body tracking module.
Definition: types_c.h:1009
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_MEDIUM
Definition: types_c.h:1011
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_FAST
Definition: types_c.h:1010
@ SL_BODY_TRACKING_MODEL_HUMAN_BODY_ACCURATE
Definition: types_c.h:1012
SL_POSITIONAL_TRACKING_FUSION_STATUS
Report the status of the positional tracking fusion.
Definition: types_c.h:791
SL_OBJECT_SUBCLASS
List available object subclasses.
Definition: types_c.h:953
@ SL_OBJECT_SUBCLASS_SPORTSBALL
Definition: types_c.h:977
@ SL_OBJECT_SUBCLASS_MACHINERY
Definition: types_c.h:978
@ SL_OBJECT_SUBCLASS_BOAT
Definition: types_c.h:960
@ SL_OBJECT_SUBCLASS_SHEEP
Definition: types_c.h:968
@ SL_OBJECT_SUBCLASS_LAPTOP
Definition: types_c.h:971
@ SL_OBJECT_SUBCLASS_HANDBAG
Definition: types_c.h:962
@ SL_OBJECT_SUBCLASS_PERSON_HEAD
Definition: types_c.h:976
@ SL_OBJECT_SUBCLASS_TRUCK
Definition: types_c.h:959
@ SL_OBJECT_SUBCLASS_HORSE
Definition: types_c.h:967
@ SL_OBJECT_SUBCLASS_SUITCASE
Definition: types_c.h:963
@ SL_OBJECT_SUBCLASS_BICYCLE
Definition: types_c.h:955
@ SL_OBJECT_SUBCLASS_BACKPACK
Definition: types_c.h:961
@ SL_OBJECT_SUBCLASS_CAT
Definition: types_c.h:965
@ SL_OBJECT_SUBCLASS_BANANA
Definition: types_c.h:972
@ SL_OBJECT_SUBCLASS_CAR
Definition: types_c.h:956
@ SL_OBJECT_SUBCLASS_BUS
Definition: types_c.h:958
@ SL_OBJECT_SUBCLASS_COW
Definition: types_c.h:969
@ SL_OBJECT_SUBCLASS_ORANGE
Definition: types_c.h:974
@ SL_OBJECT_SUBCLASS_BIRD
Definition: types_c.h:964
@ SL_OBJECT_SUBCLASS_MOTORBIKE
Definition: types_c.h:957
@ SL_OBJECT_SUBCLASS_DOG
Definition: types_c.h:966
@ SL_OBJECT_SUBCLASS_CELLPHONE
Definition: types_c.h:970
@ SL_OBJECT_SUBCLASS_PERSON
Definition: types_c.h:954
@ SL_OBJECT_SUBCLASS_APPLE
Definition: types_c.h:973
@ SL_OBJECT_SUBCLASS_CARROT
Definition: types_c.h:975
@ SL_OBJECT_SUBCLASS_LAST
Definition: types_c.h:979
SL_BODY_KEYPOINTS_SELECTION
Lists supported models for skeleton keypoints selection.
Definition: types_c.h:1100
@ SL_BODY_KEYPOINTS_SELECTION_UPPER_BODY
Upper body keypoint model Will output only upper body (from hip).
Definition: types_c.h:1109
@ SL_BODY_KEYPOINTS_SELECTION_FULL
Full keypoint model.
Definition: types_c.h:1104
SL_SENSORS_UNIT
Lists available measurement units of onboard sensors.
Definition: types_c.h:577
@ SL_SENSORS_UNIT_HERTZ
Definition: types_c.h:583
@ SL_SENSORS_UNIT_DEG_SEC
Definition: types_c.h:579
@ SL_SENSORS_UNIT_M_SEC_2
Definition: types_c.h:578
@ SL_SENSORS_UNIT_U_T
Definition: types_c.h:580
@ SL_SENSORS_UNIT_HPA
Definition: types_c.h:581
@ SL_SENSORS_UNIT_CELSIUS
Definition: types_c.h:582
SL_OBJECT_DETECTION_MODEL
Lists available models for the object detection module.
Definition: types_c.h:995
@ SL_OBJECT_DETECTION_MODEL_CUSTOM_BOX_OBJECTS
Definition: types_c.h:1001
@ SL_OBJECT_DETECTION_MODEL_PERSON_HEAD_BOX_ACCURATE
Definition: types_c.h:1000
@ SL_OBJECT_DETECTION_MODEL_PERSON_HEAD_BOX_FAST
Definition: types_c.h:999
@ SL_OBJECT_DETECTION_MODEL_CUSTOM_YOLOLIKE_BOX_OBJECTS
Definition: types_c.h:1002
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_MEDIUM
Definition: types_c.h:997
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_ACCURATE
Definition: types_c.h:998
@ SL_OBJECT_DETECTION_MODEL_MULTI_CLASS_BOX_FAST
Definition: types_c.h:996
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:455
@ SL_ERROR_CODE_CORRUPTED_SDK_INSTALLATION
Definition: types_c.h:466
@ SL_ERROR_CODE_END_OF_SVOFILE_REACHED
Definition: types_c.h:458
@ SL_ERROR_CODE_SENSORS_DATA_REQUIRED
Definition: types_c.h:441
@ SL_ERROR_CODE_NOT_ENOUGH_GPU_MEMORY
Definition: types_c.h:447
@ SL_ERROR_CODE_INVALID_FUNCTION_CALL
Definition: types_c.h:465
@ SL_ERROR_CODE_INVALID_FIRMWARE
Definition: types_c.h:460
@ SL_ERROR_CODE_SENSORS_NOT_AVAILABLE
Definition: types_c.h:450
@ SL_ERROR_CODE_MODULE_NOT_COMPATIBLE_WITH_CUDA_VERSION
Definition: types_c.h:477
@ SL_ERROR_CODE_INCOMPATIBLE_AREA_FILE
Definition: types_c.h:469
@ SL_ERROR_CODE_CAMERA_FAILED_TO_SETUP
Definition: types_c.h:470
@ SL_ERROR_CODE_CONFIGURATION_FALLBACK
Definition: types_c.h:440
@ SL_ERROR_CODE_INVALID_AREA_FILE
Definition: types_c.h:468
@ SL_ERROR_CODE_SENSORS_NOT_INITIALIZED
Definition: types_c.h:449
@ SL_ERROR_CODE_SUCCESS
Definition: types_c.h:444
@ SL_ERROR_CODE_SVO_UNSUPPORTED_COMPRESSION
Definition: types_c.h:457
@ SL_ERROR_CODE_INVALID_COORDINATE_SYSTEM
Definition: types_c.h:459
@ SL_ERROR_CODE_NO_GPU_COMPATIBLE
Definition: types_c.h:446
@ SL_ERROR_CODE_DRIVER_FAILURE
Definition: types_c.h:478
@ SL_ERROR_CODE_CAMERA_REBOOTING
Definition: types_c.h:443
@ SL_ERROR_CODE_CORRUPTED_FRAME
Definition: types_c.h:442
@ SL_ERROR_CODE_CALIBRATION_FILE_NOT_AVAILABLE
Definition: types_c.h:453
@ SL_ERROR_CODE_FAILURE
Definition: types_c.h:445
@ SL_ERROR_CODE_LOW_USB_BANDWIDTH
Definition: types_c.h:452
@ SL_ERROR_CODE_INVALID_CALIBRATION_FILE
Definition: types_c.h:454
@ SL_ERROR_CODE_CAMERA_NOT_INITIALIZED
Definition: types_c.h:463
@ SL_ERROR_CODE_CAMERA_DETECTION_ISSUE
Definition: types_c.h:471
@ SL_ERROR_CODE_INCOMPATIBLE_SDK_VERSION
Definition: types_c.h:467
@ SL_ERROR_CODE_MOTION_SENSORS_REQUIRED
Definition: types_c.h:476
@ SL_ERROR_CODE_PLANE_NOT_FOUND
Definition: types_c.h:474
@ SL_ERROR_CODE_CAMERA_NOT_DETECTED
Definition: types_c.h:448
@ SL_ERROR_CODE_NVIDIA_DRIVER_OUT_OF_DATE
Definition: types_c.h:464
@ SL_ERROR_CODE_CUDA_ERROR
Definition: types_c.h:462
@ SL_ERROR_CODE_INVALID_RESOLUTION
Definition: types_c.h:451
@ SL_ERROR_CODE_NO_GPU_DETECTED
Definition: types_c.h:473
@ SL_ERROR_CODE_INVALID_FUNCTION_PARAMETERS
Definition: types_c.h:461
@ SL_ERROR_CODE_MODULE_NOT_COMPATIBLE_WITH_CAMERA
Definition: types_c.h:475
@ SL_ERROR_CODE_POTENTIAL_CALIBRATION_ISSUE
Definition: types_c.h:439
@ SL_ERROR_CODE_CANNOT_START_CAMERA_STREAM
Definition: types_c.h:472
@ SL_ERROR_CODE_SVO_RECORDING_ERROR
Definition: types_c.h:456
SL_POSITIONAL_TRACKING_MODE
Lists the mode of positional tracking that can be used.
Definition: types_c.h:782
@ SL_POSITIONAL_TRACKING_MODE_GEN_1
Definition: types_c.h:783
@ SL_POSITIONAL_TRACKING_MODE_GEN_2
Definition: types_c.h:784
@ SL_POSITIONAL_TRACKING_MODE_GEN_3
Definition: types_c.h:785
SL_SENSOR_TYPE
Lists available sensor types.
Definition: types_c.h:566
@ SL_SENSOR_TYPE_MAGNETOMETER
Definition: types_c.h:569
@ SL_SENSOR_TYPE_GYROSCOPE
Definition: types_c.h:568
@ SL_SENSOR_TYPE_BAROMETER
Definition: types_c.h:570
@ SL_SENSOR_TYPE_ACCELEROMETER
Definition: types_c.h:567
SL_TIME_REFERENCE
Lists possible time references for timestamps or data.
Definition: types_c.h:617
@ SL_TIME_REFERENCE_CURRENT
Definition: types_c.h:619
@ SL_TIME_REFERENCE_IMAGE
Definition: types_c.h:618
SL_SIDE
Lists possible sides on which to get data from.
Definition: types_c.h:589
@ SL_SIDE_LEFT
Definition: types_c.h:590
@ SL_SIDE_RIGHT
Definition: types_c.h:591
@ SL_SIDE_BOTH
Definition: types_c.h:592
SL_REFERENCE_FRAME
Lists possible types of position matrix used to store camera path and pose.
Definition: types_c.h:609
@ SL_REFERENCE_FRAME_CAMERA
Definition: types_c.h:611
@ SL_REFERENCE_FRAME_WORLD
Definition: types_c.h:610
SL_MESH_FILTER
Lists available mesh filtering intensities.
Definition: types_c.h:867
@ SL_MESH_FILTER_MEDIUM
Definition: types_c.h:869
@ SL_MESH_FILTER_LOW
Definition: types_c.h:868
@ SL_MESH_FILTER_HIGH
Definition: types_c.h:870
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:1121
@ SL_BODY_18_PARTS_RIGHT_EAR
Definition: types_c.h:1138
@ SL_BODY_18_PARTS_LEFT_WRIST
Definition: types_c.h:1129
@ SL_BODY_18_PARTS_LEFT_EYE
Definition: types_c.h:1137
@ SL_BODY_18_PARTS_RIGHT_EYE
Definition: types_c.h:1136
@ SL_BODY_18_PARTS_LEFT_KNEE
Definition: types_c.h:1134
@ SL_BODY_18_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1124
@ SL_BODY_18_PARTS_LEFT_ELBOW
Definition: types_c.h:1128
@ SL_BODY_18_PARTS_NECK
Definition: types_c.h:1123
@ SL_BODY_18_PARTS_LEFT_EAR
Definition: types_c.h:1139
@ SL_BODY_18_PARTS_RIGHT_ANKLE
Definition: types_c.h:1132
@ SL_BODY_18_PARTS_RIGHT_KNEE
Definition: types_c.h:1131
@ SL_BODY_18_PARTS_LEFT_ANKLE
Definition: types_c.h:1135
@ SL_BODY_18_PARTS_LEFT_SHOULDER
Definition: types_c.h:1127
@ SL_BODY_18_PARTS_RIGHT_ELBOW
Definition: types_c.h:1125
@ SL_BODY_18_PARTS_LEFT_HIP
Definition: types_c.h:1133
@ SL_BODY_18_PARTS_RIGHT_HIP
Definition: types_c.h:1130
@ SL_BODY_18_PARTS_RIGHT_WRIST
Definition: types_c.h:1126
@ SL_BODY_18_PARTS_NOSE
Definition: types_c.h:1122
SL_ODOMETRY_STATUS
Report the status of current odom tracking.
Definition: types_c.h:764
@ SL_ODOMETRY_STATUS_OK
Definition: types_c.h:765
@ SL_ODOMETRY_STATUS_UNAVAILABLE
Definition: types_c.h:766
SL_POSITIONAL_TRACKING_STATE
Lists the different states of positional tracking.
Definition: types_c.h:751
@ SL_POSITIONAL_TRACKING_STATE_OK
Definition: types_c.h:753
@ SL_POSITIONAL_TRACKING_STATE_FPS_TOO_LOW
Definition: types_c.h:755
@ SL_POSITIONAL_TRACKING_STATE_SEARCHING
Definition: types_c.h:752
@ SL_POSITIONAL_TRACKING_STATE_OFF
Definition: types_c.h:754
@ SL_POSITIONAL_TRACKING_STATE_SEARCHING_FLOOR_PLANE
Definition: types_c.h:756
@ SL_POSITIONAL_TRACKING_STATE_UNAVAILABLE
Definition: types_c.h:757
SL_COMM_TYPE
Lists the different types of communications available for Fusion module.
Definition: types_c.h:3929
@ SL_COMM_TYPE_INTRA_PROCESS
Definition: types_c.h:3931
@ SL_COMM_TYPE_LOCAL_NETWORK
Definition: types_c.h:3930
SL_MEM
Lists available memory type.
Definition: types_c.h:556
@ SL_MEM_BOTH
Definition: types_c.h:559
@ SL_MEM_GPU
Definition: types_c.h:558
@ SL_MEM_CPU
Definition: types_c.h:557
SL_GNSS_FUSION_STATUS
Class containing the current GNSS fusion status.
Definition: types_c.h:3988
@ SL_GNSS_FUSION_STATUS_OFF
The GNSS fusion module is not enabled.
Definition: types_c.h:3996
@ SL_GNSS_FUSION_STATUS_CALIBRATION_IN_PROGRESS
Calibration of the GNSS/VIO fusion module is in progress.
Definition: types_c.h:4000
@ 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:4004
@ SL_GNSS_FUSION_STATUS_OK
The GNSS fusion module is calibrated and working successfully.
Definition: types_c.h:3992
SL_DEPTH_MODE
Lists available depth computation modes.
Definition: types_c.h:885
@ SL_DEPTH_MODE_NEURAL_PLUS
Definition: types_c.h:892
@ SL_DEPTH_MODE_QUALITY
Definition: types_c.h:888
@ SL_DEPTH_MODE_NEURAL_LIGHT
Definition: types_c.h:890
@ SL_DEPTH_MODE_PERFORMANCE
Definition: types_c.h:887
@ SL_DEPTH_MODE_NEURAL
Definition: types_c.h:891
@ SL_DEPTH_MODE_ULTRA
Definition: types_c.h:889
SL_GNSS_STATUS
Class representing the fix quality of GNSS signal.
Definition: types_c.h:3938
@ SL_GNSS_STATUS_SINGLE
Single Point Positioning.
Definition: types_c.h:3946
@ SL_GNSS_STATUS_RTK_FIX
Real Time Kinematic Fixed.
Definition: types_c.h:3954
@ SL_GNSS_STATUS_DGNSS
Differential GNSS.
Definition: types_c.h:3950
@ SL_GNSS_STATUS_UNKNOWN
No GNSS fix data is available.
Definition: types_c.h:3942
@ SL_GNSS_STATUS_PPS
Precise Positioning Service.
Definition: types_c.h:3958
@ SL_GNSS_STATUS_RTK_FLOAT
Real Time Kinematic Float.
Definition: types_c.h:3962
SL_OBJECT_FILTERING_MODE
Lists supported bounding box preprocessing.
Definition: types_c.h:1040
@ SL_OBJECT_FILTERING_MODE_NMS_3D
Definition: types_c.h:1042
@ SL_OBJECT_FILTERING_MODE_NONE
Definition: types_c.h:1041
@ SL_OBJECT_FILTERING_MODE_NMS_3D_PER_CLASS
Definition: types_c.h:1043
SL_BODY_FORMAT
Lists supported skeleton body models.
Definition: types_c.h:1070
@ SL_BODY_FORMAT_BODY_34
34-keypoint model
Definition: types_c.h:1080
@ SL_BODY_FORMAT_BODY_18
18-keypoint model Basic body model
Definition: types_c.h:1075
@ SL_BODY_FORMAT_BODY_38
38-keypoint model Including simplified face, hands and feet.
Definition: types_c.h:1086
SL_MODEL
Lists ZED camera model.
Definition: types_c.h:536
@ SL_MODEL_ZED
Definition: types_c.h:537
@ SL_MODEL_ZED_XONE_HDR
Definition: types_c.h:549
@ SL_MODEL_ZED2
Definition: types_c.h:539
@ SL_MODEL_ZED_XM
Definition: types_c.h:542
@ SL_MODEL_ZED_XONE_UHD
Definition: types_c.h:548
@ SL_MODEL_ZED_X_HDR
Definition: types_c.h:543
@ SL_MODEL_VIRTUAL_ZED_X
Definition: types_c.h:546
@ SL_MODEL_ZED_X_HDR_MAX
Definition: types_c.h:545
@ SL_MODEL_ZED_XONE_GS
Definition: types_c.h:547
@ SL_MODEL_ZED2i
Definition: types_c.h:540
@ SL_MODEL_ZED_X
Definition: types_c.h:541
@ SL_MODEL_ZED_M
Definition: types_c.h:538
@ SL_MODEL_ZED_X_HDR_MINI
Definition: types_c.h:544
SL_SVO_COMPRESSION_MODE
Lists available compression modes for SVO recording.
Definition: types_c.h:919
@ SL_SVO_COMPRESSION_MODE_H264
Definition: types_c.h:921
@ SL_SVO_COMPRESSION_MODE_H265
Definition: types_c.h:922
@ SL_SVO_COMPRESSION_MODE_LOSSLESS
Definition: types_c.h:920
@ SL_SVO_COMPRESSION_MODE_H265_LOSSLESS
Definition: types_c.h:924
@ SL_SVO_COMPRESSION_MODE_H264_LOSSLESS
Definition: types_c.h:923
SL_VIEW
Lists available views.
Definition: types_c.h:691
@ SL_VIEW_CONFIDENCE_BGRA
Definition: types_c.h:723
@ SL_VIEW_DEPTH_BGR
Definition: types_c.h:721
@ SL_VIEW_LEFT_BGR
Definition: types_c.h:707
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_BGRA
Definition: types_c.h:717
@ SL_VIEW_NORMALS_GRAY
Definition: types_c.h:728
@ SL_VIEW_SIDE_BY_SIDE
Definition: types_c.h:700
@ SL_VIEW_DEPTH_GRAY
Definition: types_c.h:722
@ SL_VIEW_NORMALS_BGR
Definition: types_c.h:727
@ SL_VIEW_LEFT_GRAY
Definition: types_c.h:694
@ SL_VIEW_NORMALS_BGRA
Definition: types_c.h:726
@ SL_VIEW_LEFT_UNRECTIFIED_BGR
Definition: types_c.h:711
@ SL_VIEW_DEPTH_RIGHT_BGRA
Definition: types_c.h:729
@ SL_VIEW_CONFIDENCE_BGR
Definition: types_c.h:724
@ SL_VIEW_LEFT_UNRECTIFIED_BGRA
Definition: types_c.h:710
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_BGR
Definition: types_c.h:718
@ SL_VIEW_LEFT_UNRECTIFIED_GRAY
Definition: types_c.h:698
@ SL_VIEW_RIGHT_UNRECTIFIED_BGR
Definition: types_c.h:713
@ SL_VIEW_CONFIDENCE_GRAY
Definition: types_c.h:725
@ SL_VIEW_LEFT
Definition: types_c.h:692
@ SL_VIEW_RIGHT_BGRA
Definition: types_c.h:708
@ SL_VIEW_RIGHT_BGR
Definition: types_c.h:709
@ SL_VIEW_DEPTH_RIGHT_GRAY
Definition: types_c.h:731
@ SL_VIEW_DEPTH_RIGHT_BGR
Definition: types_c.h:730
@ SL_VIEW_NORMALS_RIGHT_GRAY
Definition: types_c.h:734
@ SL_VIEW_RIGHT_UNRECTIFIED_GRAY
Definition: types_c.h:699
@ SL_VIEW_SIDE_BY_SIDE_BGRA
Definition: types_c.h:714
@ SL_VIEW_SIDE_BY_SIDE_GRAY
Definition: types_c.h:716
@ SL_VIEW_LEFT_BGRA
Definition: types_c.h:706
@ SL_VIEW_RIGHT_GRAY
Definition: types_c.h:695
@ SL_VIEW_CONFIDENCE
Definition: types_c.h:702
@ SL_VIEW_RIGHT_UNRECTIFIED_BGRA
Definition: types_c.h:712
@ SL_VIEW_DEPTH_BGRA
Definition: types_c.h:720
@ SL_VIEW_LEFT_UNRECTIFIED
Definition: types_c.h:696
@ SL_VIEW_SIDE_BY_SIDE_BGR
Definition: types_c.h:715
@ SL_VIEW_NORMALS_RIGHT_BGRA
Definition: types_c.h:732
@ SL_VIEW_NORMALS_RIGHT_BGR
Definition: types_c.h:733
@ SL_VIEW_RIGHT_UNRECTIFIED
Definition: types_c.h:697
@ SL_VIEW_NORMALS
Definition: types_c.h:703
@ SL_VIEW_DEPTH
Definition: types_c.h:701
@ SL_VIEW_DEPTH_RIGHT
Definition: types_c.h:704
@ SL_VIEW_SIDE_BY_SIDE_UNRECTIFIED_GRAY
Definition: types_c.h:719
@ SL_VIEW_RIGHT
Definition: types_c.h:693
@ SL_VIEW_NORMALS_RIGHT
Definition: types_c.h:705
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:1190
@ SL_BODY_38_PARTS_LEFT_WRIST
Definition: types_c.h:1207
@ SL_BODY_38_PARTS_RIGHT_SHOULDER
Definition: types_c.h:1204
@ SL_BODY_38_PARTS_SPINE_1
Definition: types_c.h:1192
@ SL_BODY_38_PARTS_RIGHT_HAND_INDEX_1
Definition: types_c.h:1225
@ SL_BODY_38_PARTS_LEFT_BIG_TOE
Definition: types_c.h:1215
@ SL_BODY_38_PARTS_RIGHT_HAND_MIDDLE_4
Definition: types_c.h:1227
@ SL_BODY_38_PARTS_LEFT_HAND_PINKY_1
Definition: types_c.h:1228
@ SL_BODY_38_PARTS_LEFT_SMALL_TOE
Definition: types_c.h:1217
@ SL_BODY_38_PARTS_RIGHT_ANKLE
Definition: types_c.h:1214
@ SL_BODY_38_PARTS_LEFT_CLAVICLE
Definition: types_c.h:1201
@ SL_BODY_38_PARTS_PELVIS
Definition: types_c.h:1191
@ SL_BODY_38_PARTS_LEFT_KNEE
Definition: types_c.h:1211
@ SL_BODY_38_PARTS_RIGHT_HAND_PINKY_1
Definition: types_c.h:1229
@ SL_BODY_38_PARTS_LEFT_EAR
Definition: types_c.h:1199
@ SL_BODY_38_PARTS_SPINE_2
Definition: types_c.h:1193
@ SL_BODY_38_PARTS_SPINE_3
Definition: types_c.h:1194
@ SL_BODY_38_PARTS_LEFT_ANKLE
Definition: types_c.h:1213
@ SL_BODY_38_PARTS_RIGHT_KNEE
Definition: types_c.h:1212
@ SL_BODY_38_PARTS_LEFT_HIP
Definition: types_c.h:1209
@ SL_BODY_38_PARTS_RIGHT_EYE
Definition: types_c.h:1198
@ SL_BODY_38_PARTS_LEFT_HEEL
Definition: types_c.h:1219
@ SL_BODY_38_PARTS_RIGHT_SMALL_TOE
Definition: types_c.h:1218
@ SL_BODY_38_PARTS_RIGHT_CLAVICLE
Definition: types_c.h:1202
@ SL_BODY_38_PARTS_NECK
Definition: types_c.h:1195
@ SL_BODY_38_PARTS_RIGHT_BIG_TOE
Definition: types_c.h:1216
@ SL_BODY_38_PARTS_NOSE
Definition: types_c.h:1196
@ SL_BODY_38_PARTS_RIGHT_EAR
Definition: types_c.h:1200
@ SL_BODY_38_PARTS_LEFT_SHOULDER
Definition: types_c.h:1203
@ SL_BODY_38_PARTS_LEFT_HAND_THUMB_4
Definition: types_c.h:1222
@ SL_BODY_38_PARTS_LEFT_ELBOW
Definition: types_c.h:1205
@ SL_BODY_38_PARTS_RIGHT_ELBOW
Definition: types_c.h:1206
@ SL_BODY_38_PARTS_RIGHT_HAND_THUMB_4
Definition: types_c.h:1223
@ SL_BODY_38_PARTS_LEFT_HAND_INDEX_1
Definition: types_c.h:1224
@ SL_BODY_38_PARTS_RIGHT_HIP
Definition: types_c.h:1210
@ SL_BODY_38_PARTS_RIGHT_HEEL
Definition: types_c.h:1220
@ SL_BODY_38_PARTS_LEFT_HAND_MIDDLE_4
Definition: types_c.h:1226
@ SL_BODY_38_PARTS_RIGHT_WRIST
Definition: types_c.h:1208
@ SL_BODY_38_PARTS_LEFT_EYE
Definition: types_c.h:1197
SL_POSITION_TYPE
Lists the types of possible position outputs.
Definition: types_c.h:1329
@ SL_POSITION_TYPE_FUSION
Definition: types_c.h:1331
@ SL_POSITION_TYPE_RAW
Definition: types_c.h:1330
SL_AREA_EXPORTING_STATE
Lists the different states of spatial memory area export.
Definition: types_c.h:836
@ SL_AREA_EXPORTING_STATE_FILE_EMPTY
Definition: types_c.h:840
@ SL_AREA_EXPORTING_STATE_NOT_STARTED
Definition: types_c.h:839
@ SL_AREA_EXPORTING_STATE_SPATIAL_MEMORY_DISABLED
Definition: types_c.h:842
@ SL_AREA_EXPORTING_STATE_FILE_ERROR
Definition: types_c.h:841
@ SL_AREA_EXPORTING_STATE_RUNNING
Definition: types_c.h:838
@ SL_AREA_EXPORTING_STATE_SUCCESS
Definition: types_c.h:837
SL_COPY_TYPE
Lists available copy operation on matrix.
Definition: types_c.h:908
@ SL_COPY_TYPE_CPU_CPU
Definition: types_c.h:909
@ SL_COPY_TYPE_CPU_GPU
Definition: types_c.h:910
@ SL_COPY_TYPE_GPU_GPU
Definition: types_c.h:911
@ SL_COPY_TYPE_GPU_CPU
Definition: types_c.h:912
SL_INPUT_TYPE
Lists available input types in the ZED SDK.
Definition: types_c.h:598
@ SL_INPUT_TYPE_STREAM
Definition: types_c.h:601
@ SL_INPUT_TYPE_SVO
Definition: types_c.h:600
@ SL_INPUT_TYPE_USB
Definition: types_c.h:599
@ SL_INPUT_TYPE_GMSL
Definition: types_c.h:602
SL_OBJECT_CLASS
Lists available object classes.
Definition: types_c.h:2651
@ SL_OBJECT_CLASS_SPORT
Definition: types_c.h:2658
@ SL_OBJECT_CLASS_ANIMAL
Definition: types_c.h:2655
@ SL_OBJECT_CLASS_BAG
Definition: types_c.h:2654
@ SL_OBJECT_CLASS_PERSON
Definition: types_c.h:2652
@ SL_OBJECT_CLASS_VEHICLE
Definition: types_c.h:2653
@ SL_OBJECT_CLASS_FRUIT_VEGETABLE
Definition: types_c.h:2657
@ SL_OBJECT_CLASS_ELECTRONICS
Definition: types_c.h:2656
SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE
Lists the different states of region of interest auto detection.
Definition: types_c.h:826
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_READY
Definition: types_c.h:828
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_RUNNING
Definition: types_c.h:827
@ SL_REGION_OF_INTEREST_AUTO_DETECTION_STATE_NOT_ENABLED
Definition: types_c.h:829
SL_UNIT
Lists available units for measures.
Definition: types_c.h:503
@ SL_UNIT_MILLIMETER
Definition: types_c.h:504
@ SL_UNIT_INCH
Definition: types_c.h:507
@ SL_UNIT_METER
Definition: types_c.h:506
@ SL_UNIT_FOOT
Definition: types_c.h:508
@ SL_UNIT_CENTIMETER
Definition: types_c.h:505
SL_OBJECT_ACTION_STATE
Lists the different states of an object's actions.
Definition: types_c.h:987
@ SL_OBJECT_ACTION_STATE_MOVING
Definition: types_c.h:989
@ SL_OBJECT_ACTION_STATE_IDLE
Definition: types_c.h:988
SL_FUSION_REFERENCE_FRAME
Enum to define the reference frame of the fusion SDK.
Definition: types_c.h:4010
@ SL_FUSION_REFERENCE_FRAME_BASELINK
Definition: types_c.h:4012
@ SL_FUSION_REFERENCE_FRAME_WORLD
Definition: types_c.h:4011
SL_FUSION_ERROR_CODE
Lists the types of error that can be raised by the Fusion.
Definition: types_c.h:3840
@ 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:3876
@ SL_FUSION_ERROR_CODE_FUSION_INCONSISTENT_FPS
Significant differences observed between sender's FPS. Fusion quality will be affected.
Definition: types_c.h:3844
@ SL_FUSION_ERROR_CODE_BODY_FORMAT_MISMATCH
Senders are using different body formats. Please use the same body format.
Definition: types_c.h:3885
@ SL_FUSION_ERROR_CODE_MEMORY_ALREADY_USED
Intra-process shared memory allocation issue. Multiple connections to the same data....
Definition: types_c.h:3901
@ 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:3860
@ SL_FUSION_ERROR_CODE_SUCCESS
Standard code indicating successful behavior.
Definition: types_c.h:3868
@ SL_FUSION_ERROR_CODE_SOURCE_MISMATCH
Some sources are provided by SVO and others by LIVE stream.
Definition: types_c.h:3893
@ 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:3897
@ SL_FUSION_ERROR_CODE_INVALID_TIMESTAMP
You have attempted to ingest GNSSData into the Fusion system with an invalid timestamp....
Definition: types_c.h:3854
@ 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:3905
@ 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:3864
@ SL_FUSION_ERROR_CODE_FAILURE
Standard code indicating unsuccessful behavior.
Definition: types_c.h:3909
@ SL_FUSION_ERROR_CODE_MODULE_NOT_ENABLED
The following module is not enabled. Please enable it to proceed.
Definition: types_c.h:3889
@ 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:3881
@ 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:3848
SL_SENDER_ERROR_CODE
Lists the types of error that can be raised during the Fusion by senders.
Definition: types_c.h:3916
@ SL_SENDER_ERROR_CODE_FPS_TOO_LOW
Definition: types_c.h:3919
SL_MEASURE
Lists retrievable measures.
Definition: types_c.h:666
@ SL_MEASURE_XYZRGBA_RIGHT
Definition: types_c.h:679
@ SL_MEASURE_XYZ
Definition: types_c.h:670
@ SL_MEASURE_XYZBGRA_RIGHT
Definition: types_c.h:680
@ SL_MEASURE_DISPARITY_RIGHT
Definition: types_c.h:676
@ SL_MEASURE_XYZ_RIGHT
Definition: types_c.h:678
@ SL_MEASURE_CONFIDENCE
Definition: types_c.h:669
@ SL_MEASURE_XYZARGB_RIGHT
Definition: types_c.h:681
@ SL_MEASURE_XYZABGR_RIGHT
Definition: types_c.h:682
@ SL_MEASURE_XYZABGR
Definition: types_c.h:674
@ SL_MEASURE_DISPARITY
Definition: types_c.h:667
@ SL_MEASURE_DEPTH_U16_MM_RIGHT
Definition: types_c.h:685
@ SL_MEASURE_NORMALS
Definition: types_c.h:675
@ SL_MEASURE_XYZBGRA
Definition: types_c.h:672
@ SL_MEASURE_DEPTH_RIGHT
Definition: types_c.h:677
@ SL_MEASURE_DEPTH_U16_MM
Definition: types_c.h:684
@ SL_MEASURE_XYZARGB
Definition: types_c.h:673
@ SL_MEASURE_DEPTH
Definition: types_c.h:668
@ SL_MEASURE_NORMALS_RIGHT
Definition: types_c.h:683
@ SL_MEASURE_XYZRGBA
Definition: types_c.h:671