l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
502 stars 121 forks source link

fix compile error in threaded.rs #80

Closed leofidus closed 1 year ago

leofidus commented 1 year ago

The current master/senpai doesn't compile because current_camera is used but not defined in a function in src/threaded.rs. This fixes it in the most obvious way.

l1npengtul commented 1 year ago

Thank you for your contribution, publishing 0.10.1 now.