GRIP icon indicating copy to clipboard operation
GRIP copied to clipboard

Program for rapidly developing computer vision applications

Results 107 GRIP issues
Sort by recently updated
recently updated
newest added
trafficstars

Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1787) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1670) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)...

We were able to see the preview from a webcam, but when we pressed HSV Threshold it showed an error, and the program crashed. Error: Thread[JavaFX Application Thread,5,main] threw an...

Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at javafx.fxml.FXMLLoader$MethodHandler.invoke(FXMLLoader.java:1787) at javafx.fxml.FXMLLoader$ControllerMethodEventHandler.handle(FXMLLoader.java:1670) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238) at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191) at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58) at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114) at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)...

Hello there, I'm working with GRIP on a MacBook Pro 2012 running Catalina, and it looks like the program doesn't recognize neither the Microsoft HD-5000 I plugged in via USB...

help wanted

[//]: # (Please ensure that the "Allow edits from maintainers" checkbox is checked. Thanks!)

I had to find which java version to use by looking at git diffs. Please put it it in the readme.

I had previously downloaded and installed the most recent wpilibpi image, flashed it, attached a webcam and booted it. I setup a light and a target, and was able to...

Running `v1.6.0 Release Candidate 4` published from the release on MacOS Big Sur (11.6) I get the following exception in the log when attempting to add a webcam. ``` Oct...

Please describe what actions we can take to reproduce the bug you found, including the error message. When I accidentally enabled a logitech camera that didn't display video all was...

Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.UnsupportedOperationException: Only 1 or 3 channel images can be shown, tried to show a 4 channel image at edu.wpi.grip.ui.util.ImageConverter.convert(ImageConverter.java:118) at...