Sending queries to the server is kind of nasty now. We want to send a query and not block, so as to continue augmenting bounding boxes (move them on the screen). When the reply is received, we need to display the new set of boxes, translated according to the movement of the screen.
Sending queries to the server is kind of nasty now. We want to send a query and not block, so as to continue augmenting bounding boxes (move them on the screen). When the reply is received, we need to display the new set of boxes, translated according to the movement of the screen.