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

Hello, I downloaded and installed Eclipse Neon.2 version 4.6.2 and attempted to follow the instructions for building GRIP from source in Eclipse from here (https://github.com/WPIRoboticsProjects/GRIP/wiki/Building-GRIP-from-Source-in-Eclipse) Eclipse 4.6.2 comes preloaded with...

Steps to reproduce: 1. "Add Source" > "Webcam", choose anything 2. Add the same webcam again 3. App freezes

type: bug
HIGH PRIORITY
location: core

What were the actions performed prior to this error appearing? Loaded this file: ``` xml 0.3 0.3 INTER_LINEAR ``` I've loaded this same file ~ 20 to 30 times and...

type: bug
HIGH PRIORITY

- Code generation should get moved out to its own class - Ditto for deploy (until it gets removed entirely) There might be more stuff that ends up needing to...

type: chore
location: ui

Using a Kangaroo (runs Windows 10) to run GRIP (version 1.5.1), the Microsoft Lifecam HD-3000 is plugged into the Kangaroo's USB port. I tried to add a webcam source to...

resolution: solved

Running generated code (in python, on raspberry pi 3) does not find contours past a certain level of specificity. Without moving the camera from its mounted position, it is possible...

Possibly resolved?

``` pi@raspberrypi:~/opencv-3.1.0 $ java -Djava.library.path=${OPENCV_LIB} -jar build/MyCoolGripJar.jar Exception in thread "main" java.lang.UnsupportedClassVersionError: something/main : Unsupported major.minor version 5 2.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) at java.net.URLClassLoader.access$100(URLClassLoader.java:71)...

[tester2.zip](https://github.com/WPIRoboticsProjects/GRIP/files/768891/tester2.zip) Hi, This is FRC team 3197. GRIP crashes when we connect the switch output with anything else. When we connect inputs to the switch with no output, it works...

Symantec is flagging a flagging GRIP-v1.5.2-x86_32.exe as a WS.Reputation.1 risk when it executes. It gets quarantined 'because not enough Symantec gurus have scanned it'. Here are the details: http://securityresponse.symantec.com/security_response/writeup.jsp?docid=2010-051308-1854-99&vid=4294919973 GRIP-v1.5.2-x64.exe...

os: Windows

This was brought up by kevin (@madhephaestus) to me today. It would be really cool if GRIP (or at least grip core) was published to maven central, so it's super...