Commit graph

26 commits

Author SHA1 Message Date
BroodjeAap
664fe5c22d updated to name based ID for streams instead of url 2020-07-12 12:33:14 +00:00
BroodjeAap
5d99649696 added 'addStream' page 2020-07-12 12:04:44 +00:00
BroodjeAap
97bbceea8a got watch areas working with current frames being copied to directories 2020-07-11 20:07:33 +00:00
BroodjeAap
f4099dc4f5 moved areas to a seperate Watch struct 2020-07-11 15:30:38 +00:00
BroodjeAap
30d693d0fe added motion detection in areas, move to Area structs probably 2020-07-11 14:38:17 +00:00
broodjeaap
308b966119 debug IMReadColor 2020-07-11 16:06:44 +02:00
BroodjeAap
f71fb6a14a added a map of area name -> area list to Stream 2020-07-11 13:15:00 +00:00
BroodjeAap
409556604e fixed a bug in first start where CurrentColor was IMRead when it didn't exist yet 2020-07-11 12:59:47 +00:00
BroodjeAap
35d1a75eda got a area display working with overlapping contours highlighted 2020-07-11 12:53:20 +00:00
BroodjeAap
0d7faa4397 added debug endpoint that gets a debug.jpg 2020-07-11 11:27:53 +00:00
BroodjeAap
dd86398394 removed instant update stuff from stream 2020-07-11 11:15:07 +00:00
BroodjeAap
280b3327bf grey scale is now properly saved to disk as current 2020-07-11 11:06:08 +00:00
BroodjeAap
a0ae04c494 updated Update() doc 2020-07-09 19:59:39 +00:00
BroodjeAap
0583189645 added http endpoints for previous/current/currentColor from disk 2020-07-09 19:57:30 +00:00
BroodjeAap
69d30587cb added mutex to SaveStreamInstant to prevent weirdness 2020-07-09 19:03:38 +00:00
BroodjeAap
8f4d46bc3f Update now gets a new instant (not with GetStreamInstant) and uses SaveStreamInstant to save 2020-07-09 19:01:49 +00:00
BroodjeAap
4a196a21b2 GetStreamInstant returns a Mat now 2020-07-09 18:42:58 +00:00
BroodjeAap
eb8b0d4d61 removed URL parameter from GetStreamInstant 2020-07-09 18:24:17 +00:00
BroodjeAap
40fafe91e5 update ticks are started at startup and when a new stream is added 2020-07-07 20:14:25 +00:00
BroodjeAap
863d9e3577 have a server struct with a map of streams that update based on their interval 2020-07-07 20:05:45 +00:00
BroodjeAap
94c248ba7a moved GetStreamDir to util 2020-07-07 19:37:39 +00:00
BroodjeAap
79c7e03620 more cleanup 2020-07-07 19:04:12 +00:00
BroodjeAap
93f416403e more stuff to Stream 2020-07-07 18:38:20 +00:00
BroodjeAap
b8ea9750bf fixed naming of 'last' to 'next' 2020-07-07 18:23:55 +00:00
BroodjeAap
2086989d58 moved some more stuff to the Stream struct 2020-07-07 18:13:41 +00:00
BroodjeAap
bf1f49302e moved some stuff around, added Stream struct/class 2020-07-07 17:58:06 +00:00