Initial commit

This commit is contained in:
2020-07-09 13:13:50 -05:00
commit cfc913bd11
4 changed files with 152 additions and 0 deletions

14
EXAMPLE.config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"real_days": 0,
"real_hours": 0,
"real_mins": 30,
"real_seconds": 0,
"target_length_min": 0,
"target_length_sec": 30,
"target_fps": 30,
"camera_ip": "192.168.2.231",
"camera_port": 3400,
"camera_username": "henrypump",
"camera_password": "HPCamera1903",
"output_file": "test1.avi"
}