Commit graph

61 commits

Author SHA1 Message Date
BroodjeAap
91f042e1bb can draw rects on the canvas 2020-07-12 13:53:23 +00:00
BroodjeAap
8a8285240a currentColor stream display is now in a canvas 2020-07-12 13:38:04 +00:00
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
1582a4714d UpdateInterval called instead of Update on first stream run 2020-07-11 14:46:06 +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
c383046fa2 rearranged stream page layout 2020-07-11 11:32:30 +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
79273b2c0d added base html template 2020-07-09 19:55:42 +00:00
BroodjeAap
df08e944b9 added global vars for templates 2020-07-09 19:13:28 +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
d3f79abcae added streams dir to air exclude 2020-07-07 18:14:35 +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
BroodjeAap
914210f644 added a Stream struct with the meta data of a stream 2020-07-06 20:02:05 +00:00
BroodjeAap
1afed82777 made saving the stream instant async 2020-07-06 19:50:36 +00:00
BroodjeAap
bd69f7b914 cleaned up some code 2020-07-06 19:49:48 +00:00
BroodjeAap
7a8a7dc631 got basic motion detection working 2020-07-06 18:42:38 +00:00
BroodjeAap
9b93c889eb removed badge, testing is broken... 2020-07-06 18:01:36 +00:00
BroodjeAap
197be0b570 fix test with new image (?) 2020-07-06 17:51:10 +00:00
BroodjeAap
b208dfab32 fix test with new image (?) 2020-07-06 17:49:35 +00:00
BroodjeAap
d3771ef42c with actually changing something to the image 2020-07-06 17:46:09 +00:00
BroodjeAap
90a8832ab9 got decoding/encoding in/out gocv working 2020-07-06 17:33:19 +00:00
BroodjeAap
90a0fef1c4 added some non conda install instructions 2020-06-30 20:31:13 +00:00
BroodjeAap
e966ef3669 got gocv working 2020-06-30 20:30:41 +00:00
BroodjeAap
9ac295230d added opencv to requirements.yaml 2020-06-30 20:30:23 +00:00
BroodjeAap
0944d645ad added 'streams' dir to .gitignore 2020-06-30 18:41:03 +00:00
BroodjeAap
d6ac177d87 basic stream saving working 2020-06-30 18:40:40 +00:00
BroodjeAap
cde2f0ebf3 added .vs (vscode) dir to .gitignore 2020-06-30 18:40:25 +00:00
BroodjeAap
816bd38ae5 fixed test after moving index.html 2020-06-29 20:16:08 +00:00
BroodjeAap
077a56d637 added (air) tmp dir to .gitignore 2020-06-29 20:15:38 +00:00