StefanCamilleri
StefanCamilleri
That is correct. On Fri, Nov 19, 2021, 11:04 AM JacksonRG, ***@***.***> wrote: > Just to rule out Openshot slowing down after being open too long, does the > performance...
I have never not had this problem. I just installed GRIP today.
It actually works when I use it with the OpenCV example programs in eclipse found here: https://opencv-java-tutorials.readthedocs.io/en/latest/ However, it did not work with SimpleCV, and my understanding was that only...
So gradlew.bat :ui:run compiles fine with no changes. When I make this edit, ```java if (StandardSystemProperty.OS_NAME.value().contains("Windows")) { //return new VideoInputFrameGrabber(deviceNumber); return new OpenCVFrameGrabber(deviceNumber); } else { return new OpenCVFrameGrabber(deviceNumber); }...
Ok, doing a clean allowed it to compile. I am able to add the camera and no exceptions are thrown, but this is what I see. Those little artifacts flicker...
I have never used this program before--I am assuming that I am supposed to get a live picture.