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

When in GRIP on macOS, when you are saving the pipeline and choosing the save location, clicking out of the application (into any other application, or the desktop) causes GRIP...

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)...

It is a nice tool. We used in last year's FTC code. This season, we need HoughCircles in grip. It seems it is not available. Any info or example on...

Please describe what actions we can take to reproduce the bug you found, including the error message. 1) Connect an HD camera 2) See the output of the HD camera...

## Screenshot ![screen shot 2016-07-26 at 3 16 41 pm](https://cloud.githubusercontent.com/assets/6320992/17152028/0cefe7ce-5344-11e6-8c6e-6090d3d7b485.png) ## Issues - The text 'editor' is just a `TextArea`, might want to make it more full-featured - Poor layout...

Exactly what the title says. I can't check the box that should allow me to implement the pipeline.

After deleting the mask process with an input connected to it, any following action seems to result in a Out of Memory Error being output then a crash. This was...