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

Add "zoom" feature, Minor usability improvements #35

Closed mgmax closed 5 years ago

mgmax commented 5 years ago

To use the area outside the markers in the output image, you can now set the zoom to <100%. This is required e.g. if there is not enough space above the laser bed, so the top edge of the top-left marker is below the top edge of the laser bed -- with the new setting, you can still see the whole laser bed; before, the area above the top-left marker was cut off.

Also I made the configuration web page look a little more friendly, added help links etc.

Tested in our lab, everything works fine.