Written in java graphical application. It used to show user received images from raspberry pi.
JRE >= 1.8 (run application only)
JDK >= 1.8 (build and run application)
Graphical envirenment
dialight@watermelon:~$ git clone https://github.com/DiaLight/OpenCVServer.git
dialight@watermelon:~$ cd OpenCVServer/
dialight@watermelon:~/OpenCVServer$ ./gradlew build
dialight@watermelon:~/OpenCVServer$ java -jar build/libs/opencvserver-1.0-SNAPSHOT.jar <port>
This application I develop in Intellij Idea Community Edition.
- Select
Import Project
or openFile/New/Project from Existing Sources...
- Select
Import project from external model
, then selectGradle
Next
- Remove selection from
Create separate module per source set
- Set your
Gradle JVM
to JDK (Gradle requiresjavac
in JDK to build java) Finish
- Main class where application starts from is
stud.opencv.server.fx.MainFX