mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
playing around with new camera
This commit is contained in:
parent
0e82037bef
commit
f1245d2d24
1 changed files with 24 additions and 3 deletions
|
|
@ -42,6 +42,12 @@ in
|
|||
wce-0003_sub = [
|
||||
"rtsp://thingino:thingino@192.168.150.3:554/ch1"
|
||||
];
|
||||
wce-0004 = [
|
||||
"rtsp://192.168.0.210:554/media/live/1/1"
|
||||
];
|
||||
wce-0004_sub = [
|
||||
"rtsp://192.168.0.210:554/media/live/1/2"
|
||||
];
|
||||
};
|
||||
};
|
||||
#############
|
||||
|
|
@ -98,7 +104,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
live.stream_name = "wce-0001_sub";
|
||||
motion = {
|
||||
enabled = true;
|
||||
mask = [
|
||||
|
|
@ -128,7 +133,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
live.stream_name = "wce-0002_sub";
|
||||
motion = {
|
||||
enabled = true;
|
||||
mask = [
|
||||
|
|
@ -151,7 +155,6 @@ in
|
|||
}
|
||||
];
|
||||
};
|
||||
live.stream_name = "wce-0003_sub";
|
||||
motion = {
|
||||
enabled = true;
|
||||
mask = [
|
||||
|
|
@ -161,6 +164,24 @@ in
|
|||
};
|
||||
detect.enabled = true;
|
||||
};
|
||||
wce-0004 = {
|
||||
ffmpeg = {
|
||||
inputs = [
|
||||
{
|
||||
path = "rtsp://127.0.0.1:8554/wce-0004";
|
||||
roles = ["record"];
|
||||
}
|
||||
{
|
||||
path = "rtsp://127.0.0.1:8554/wce-0004_sub";
|
||||
roles = ["detect"];
|
||||
}
|
||||
];
|
||||
};
|
||||
motion = {
|
||||
enabled = true;
|
||||
};
|
||||
detect.enabled = true;
|
||||
};
|
||||
};
|
||||
});
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue