#[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.
#[depthai_threaded_host_node]Attribute macro for defining threaded host nodes in Rust.
The annotated struct must implement a run(&mut self, ctx: &ThreadedHostNodeContext) method.