forked from electronicwhisper/sb_elevator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
27 lines (17 loc) · 753 Bytes
/
todo.txt
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
# making CV better / more resilient
make a custom getBrightness
for analysis, make it output the exact colors of every on/off segment
transform brightness into color space (instead of analyzing a specific channel or the average)
factor brightnessThreshold into PixelTracker
figure out when there's an error
when a floor is greater than 26
when a floor jumps more than 2 (3?)
log the image of this, and which elevator had the issue
make a way to scrub through the debugged images (in debug mode)
# integrating real time
make a server to post data to
iDigi or
Heroku with Mongo
post data asynchronously
http://www.learningprocessing.com/tutorials/simpleml/
make the server get data with a "since" parameter (for polling from the client)