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

visicamRPiGPU: Add camera inactivity, avoid some unlikely exceptions #19

Closed FroChr123 closed 9 years ago

FroChr123 commented 9 years ago

In these two commits some unlikely exceptions / situations are solved in a better way: => Multiple clients accessing VisiCam at nearly the same time => Requests during VisiCam startup phase

Additionally, for visicamRPiGPU an inactivity feature is added, which turns off the camera if it is not needed for a specific amount of time.