depthai_threaded_host_node

Attribute Macro depthai_threaded_host_node 

Source
#[depthai_threaded_host_node]
Expand description

Attribute macro for defining threaded host nodes in Rust.

The annotated struct must implement a run(&mut self, ctx: &ThreadedHostNodeContext) method.