Closed Ubspy closed 7 years ago
When I run the gradle file after setting the platform and changing the code to use an http camera, I get this error:
:compileJava :processResources UP-TO-DATE :classes :jar :startScripts :downloadOpenCv FAILED
FAILURE: Build failed with an exception.
Where: Script '/home/pi/Gradle/dependencies.gradle' line: 58
What went wrong: Execution failed for task ':downloadOpenCv'.
Could not resolve all files for configuration ':detachedConfiguration1'. Could not find opencv-jni-linux-arm-raspbian.jar (org.opencv:opencv-jni:3.2.0). Searched in the following locations: http://first.wpi.edu/FRC/roborio/maven/release/org/opencv/opencv-jni/3.2.0/opencv-jni-3.2.0-linux-arm-raspbian.jar
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 7.266 secs
And when I try to load that webpage, I get a 404 error.
I got past it by cloning the git repository and not using the latest build.
When I run the gradle file after setting the platform and changing the code to use an http camera, I get this error:
:compileJava :processResources UP-TO-DATE :classes :jar :startScripts :downloadOpenCv FAILED
FAILURE: Build failed with an exception.
Where: Script '/home/pi/Gradle/dependencies.gradle' line: 58
What went wrong: Execution failed for task ':downloadOpenCv'.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 7.266 secs
And when I try to load that webpage, I get a 404 error.