Updated: October 28, 2024 |
Sensor streaming parameters
#include <sensor/external_sensor_api.h>
typedef struct sensor_streaming_params_t { uint32_t packet_size; sensor_format_t out_data_format; sensor_coord_system_t dest_coord_system; } sensor_streaming_params_t;
For example for sensor in SENSOR_FORMAT_LIDAR_POLAR output format, this would be the number of sensor_lidar_polar_t elements in the payload.