t-oster / VisiCam

A Java application, that turns a webcam into a VisiCut compatible network camera with marker detection and perspective correction. Uses OpenCV through JavaCV
Other
36 stars 12 forks source link

cache response for concurrent requests #23

Closed mgmax closed 7 years ago

mgmax commented 9 years ago

In our setup, capturing with an external script takes about 2 seconds. Because VisiCut is open on multiple lab PCs, a few requests come to VisiCam in parallel. They are served one after each other, instead of taking one picture and serving it to all hosts that requested an image while the picture was being taken.