MyNixOS website logo
option

services.v4l2-relayd.instances

v4l2-relayd instances to be created.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  example = {
    cardLabel = "Example card";
    input.pipeline = "videotestsrc";
  };
}