Columns Per Packet

Open in Claude

Note: Supported through operator in firmware v4.0 or later.

Columns Per Packet controls how many measurement blocks are grouped into each lidar UDP packet. Adjusting this value changes packet size and packet rate while the total data per frame stays the same. Configure it from the sensor web interface Mode settings or through the HTTP API.

Valid values are 1, 2, 4, 8, 16, 32, and 64. The default is 16 for most sensors and 8 for OS1-MAX (256 channels).

Lower values produce smaller, more frequent packets. Higher values produce larger, less frequent packets. The maximum usable value depends on the selected lidar profile, channel count, and network packet size limits.

Values below 4 are only supported with the low data rate lidar profile in 512x10 mode.

Set the parameter with POST /api/v1/sensor/config:

$curl -X POST http://os-991234567890.local/api/v1/sensor/config \
> -H 'Content-Type: application/json' \
> --data '{"columns_per_packet": 8}'