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

GRIP should have a combo NumberListRangeSocket / NumberSpinnerSocket. Using a NumberListRangeSocket is great for allowing users to visually see changes as input values change. However, for large ranges (and low...

On Debian based linux the package manager sees grip as another package also name grip(some github markdown program). I believe renaming this to something like grip-vision should fix the problem...

Pipeline connections are saved in a `HashSet`, which gives nondeterministic ordering of connections. XStream saves them in encounter order - which is a problem for the valve and switch operations...

type: bug
location: core

Considering how several organizations are forking GRIP to add custom behaviors (Limelight, Jevois), it would be beneficial for us to provide a plugin API that third parties can use to...

Developer Discussion/Decision
feature request
Epic

Thinking this would be useful mostly for filtering operations where the parameters aren't obvious. Like hovering over a previewed contour could show its bounding box properties (cx, cy, w, h),...

Developer Discussion/Decision
feature request

If an invalid source is given, such as a typo in an IP camera URL, that source has to be deleted and a new one created to replace it. Being...

feature request

You should be able to invert the hue value selection from within GRIP. Otherwise you can't select the red range of colors.

type: enhancement
Low Priority

Thread[JavaFX Application Thread,5,main] threw an exception ## Stack Trace: ```java java.lang.IllegalStateException: Can not start while in state STARTING. Must be in one of states: NEW, FAILED, TERMINATED at edu.wpi.grip.core.util.service.AutoRestartingService.startAsync(AutoRestartingService.java:123) at...

type: bug
location: core

We should create a WPILib plugin for grip that will allow teams to decode GRIP NetworkTable data as a single object. That way all of the data values are synchronized...

I can't add the image source.Once I choose a picture,the application shut down. The image selected was invalid ## Stack Trace: ```java java.io.IOException: Error loading image D:\coco\荷馬1.jpg at edu.wpi.grip.core.util.ImageLoadingUtility.loadImage(ImageLoadingUtility.java:35) at...