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!
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!