Skip to content

Commit

Permalink
Add camera related tools for test automation
Browse files Browse the repository at this point in the history
Signed-off-by: Maarit Härkönen <[email protected]>
  • Loading branch information
maaharko committed Nov 27, 2024
1 parent 1f0be75 commit 246321b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/common/development/debug-tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ in
iperf
tree
file
# to build ghaf on target

# to build ghaf on target
git

# Grpc testing
Expand Down Expand Up @@ -92,6 +92,9 @@ in
# Build VLC only on x86
++ lib.optionals (config.nixpkgs.hostPlatform.system == "x86_64-linux") (rmDesktopEntries [
pkgs.vlc
# Camera related tools:
pkgs.ffmpeg_7
pkgs.v4l-utils
]);
};
}

0 comments on commit 246321b

Please sign in to comment.