Skip to content

Commit

Permalink
rp3: Remove mjpg streamer
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Jul 2, 2024
1 parent 95cee9e commit dc7bdec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions modules/camera.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{ config, ... }:

{
services.mjpg-streamer.enable = true;
services.mjpg-streamer.inputPlugin = "input_uvc.so -vf true";
networking.firewall.allowedTCPPorts = [ 5050 ];
}
{ }

0 comments on commit dc7bdec

Please sign in to comment.