add detect to type

This commit is contained in:
Josh Hawkins 2026-03-09 12:34:22 -05:00
parent cd498a6cb2
commit 00b9a53ba2

View File

@ -162,6 +162,10 @@ export type CameraConfigData = {
input_args?: string; input_args?: string;
}[]; }[];
}; };
detect?: {
width: number;
height: number;
};
live?: { live?: {
streams: Record<string, string>; streams: Record<string, string>;
}; };