-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdoc.go
66 lines (58 loc) · 1.94 KB
/
doc.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// scout documentation
/*
Scout is a standalone open source software solution for DIY video security.
https://www.jonoton-innovation.com
Features
* No monthly fees!
* Easy Installation
* Lives on your device, on your network
* Build from source or use Docker pre-built image
* Customize configuration with YAML
* Link multiple servers together
* Hassle-free management
* Need to adjust the camera? No problem! No reconfigure required!
* No database!
* Stores images and recordings to your local file system
* You own your data
* Auto-prune old data
* Computer Vision
* Extends already proven libraries for Motion, Object, and Face detection
* Helps reduce False Positive alerts due to issues such as spider webs or the sun peeking from behind clouds
* Alerts
* Get notified via email or text when an alert occurs
* Recordings
* Automatically record when objects are detected
* Continuous
* Continuous recording with auto-prune
Mobile Client Features
* Access your Scout server remotely
* Home and Away settings
* Live view of monitors
* Quick view of all monitors
* Live Fullscreen with Pan and Zoom
* Alerts
* Scroll through alerts
* Alerts Fullscreen with Pan and Zoom
* Share or Download alerts
* Platform Notifications for Object, Person, and Face detection
* Recordings
* Scroll through recordings
* Recordings Fullscreen with Progressive loading
* Share or Download recordings
* Continuous
* Scroll through continuous recordings
* Continuous recordings Fullscreen with Progressive loading
* Share or Download continuous recordings
Android
View App in Google Play Store https://play.google.com/store/apps/details?id=com.jonoton.scout
View App in Amazon Appstore https://www.amazon.com/gp/mas/dl/android?p=com.jonoton.scout
iOS
Coming soon.
Web Client Limited Features
* Verify setup visually
* RAM usage
* Frame Rate displayed
* Live view of monitors
* Quick view of all monitors
*/
package main