Module nokhwa::threaded

source ·
Available on crate feature output-threaded only.
Expand description

A camera that runs in a different thread and can call your code based on callbacks.

Structs

  • Creates a camera that runs in a different thread that you can use a callback to access the frames of. It uses a Arc and a Mutex to ensure that this feels like a normal camera, but callback based. See Camera for more details on the camera itself.

Type Definitions