Closed tybtab closed 7 years ago
Ali brought up that when the D3S is in waterfall mode (say for an interval of 10 seconds) that it is not needed and can potentially be bad for the server when the D3S sends data to server. I added a conditional to stop the D3S from sending data to server while in waterfall mode. (probably increases waterfall modes speed and utilization of resources as well)
I restructured the class so there is only one queue now. Also self.image is now just updated by concatenating from the queue. So it should be using resources more efficiently.