MichaelEnke
MichaelEnke
Hello, I suggest to give the close and dispose methods from WebcamListener an additional argument: `boolean fromShutdownHook`. Manipulating Swing components results in hanging when they are already disposed so enabling/disabling...
Hello, I suggest the following modification to WebcamPanel: ```java private Rectangle croppedRect = null; public void setCroppedRectangle(Rectangle croppedRect) { this.croppedRect = croppedRect; } ``` and in WebcamPanel.DefaultPainter.paintImage behind the 3x...
Not sure if to categorize this as error report or feature request: When we set setAutoStart(false), add a HidServicesListener and than call HidServices.start(), for all attached devices hidDeviceAttached(HidServicesEvent) is called....