Bloom Reduction Optimization

Open in Claude

Note: Supported in firmware v3.2 or later.

The bloom_reduction_optimization configuration parameter is used for scenes with strong retroreflectors. Use it to tune the tradeoff between suppressing blooming artifacts and preserving true detections near bright objects.

Valid values are:

  • BALANCED (default) - balances false positives and false negatives.
  • MINIMIZE_FALSE_POSITIVES - more aggressively suppresses blooming artifacts near retroreflectors.

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 '{"bloom_reduction_optimization": "MINIMIZE_FALSE_POSITIVES"}'