You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed a clean version of Ubuntu 16.04 on a 2015 MacBook Pro 13". The released version of ShootOFF works great. However, when I try to compile I get errors relating to org.ajoberstar.grgrit. In build.gradle, if I replace:
I can get gradle to successfully compile, but the camera doesn't work for long. I start the built java code and the camera freezes after a few seconds. I can't get it to keep capturing frames long enough to calibrate the projector. I'm using a Microsoft LifeCam HD-5001, which works great with the released executables. Did I mess up the build.gradle or is the problem elsewhere? Please help!
The text was updated successfully, but these errors were encountered:
I installed a clean version of Ubuntu 16.04 on a 2015 MacBook Pro 13". The released version of ShootOFF works great. However, when I try to compile I get errors relating to org.ajoberstar.grgrit. In build.gradle, if I replace:
maven {
url "http://repo.jenkins-ci.org/releases/"
}
with
maven {
url "http://repo.jenkins-ci.org/releases/"
}
I can get gradle to successfully compile, but the camera doesn't work for long. I start the built java code and the camera freezes after a few seconds. I can't get it to keep capturing frames long enough to calibrate the projector. I'm using a Microsoft LifeCam HD-5001, which works great with the released executables. Did I mess up the build.gradle or is the problem elsewhere? Please help!
The text was updated successfully, but these errors were encountered: