Add simple camera-capture with nokhwa.
There might be better camera capture crates, this is just the first pick for now. Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
parent
b130450019
commit
a6077d755e
7 changed files with 696 additions and 46 deletions
|
|
@ -5,6 +5,9 @@ pkgs.mkShell {
|
|||
buildInputs = with pkgs; [
|
||||
cargo
|
||||
|
||||
# Needed for a bindgen dependency in nokhwa
|
||||
rustPlatform.bindgenHook
|
||||
|
||||
# Useful tools
|
||||
clippy
|
||||
rustfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue