SENSORS_EXECUTION_MODE Class Reference

Execution mode for the Sensors pipeline. More...

Detailed Description

Execution mode for the Sensors pipeline.

Enumerator Description
EAGER Synchronous — process() blocks, computes everything, returns.
PIPELINED Each device gets a worker thread; process() returns immediately after setup phase.