Visicut und VisiCam
Installation von Visicut
Erfordernisse
- Microsoft Visual C++ 2010 Service Pack 1 Redistributable x64
- Apache Ant 1.10.15
- OpenCV Library 2.4.9
- JavaCV Library 0.8
- Java JDK 24
- VisiCam - Commit da73c08
Anleitungen
- https://github.com/t-oster/VisiCam (README.md)
- https://github.com/t-oster/VisiCam/wiki
- https://visicut.org
Step by Step
Git cloning
cmd
mkdir "C:\Epilog Laser\"
cd "C:\Epilog Laser\"
git clone https://github.com/t-oster/VisiCam.git
ant Installation
ant herunterladen, nach C:\Epilog Laser
entpacken und dann ant in Umgebungsvariable %PATH%
(User) einfügen: C:\Epilog Laser\apache-ant-1.10.15\bin
Javacv Bibliothek v0.8 einbinden
Herunterladen von https://repo1.maven.org/maven2/org/bytedeco/javacv/0.8/javacv-0.8-bin.zip und Entpacken in C:\Epilog Laser\VisiCam
OpenCV 2.4.9
Herunterladen und Installieren von https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.9/opencv-2.4.9.exe/download
Projekt kompilieren
cmd
cd "C:\Epilog Laser\VIsiCam\"
ant