Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/armageddon421/rescan
Resistor ring value scanner
https://github.com/armageddon421/rescan
Last synced: about 6 hours ago
JSON representation
Resistor ring value scanner
- Host: GitHub
- URL: https://github.com/armageddon421/rescan
- Owner: armageddon421
- License: gpl-2.0
- Created: 2014-02-16T12:38:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T12:10:52.000Z (about 5 years ago)
- Last Synced: 2023-11-07T21:20:31.551Z (about 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 114
- Watchers: 20
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ResCan
======Resistor ring value scanner
Dependencies:
- OpenCV (Used Version: 4.1.1)
- FreeTTS (Used Version: 1.2.2)You might have to setup JSAPI by copying the speech.properties file provided by FreeTTS to your home directory.
Binary
======There are binaries for Windows 64bit and 32bit available in the releases section of GitHub.
https://github.com/armageddon421/ResCan/releasesCommand Line Compile
======
Create a new folder called META-INF in the src folder.
Inside create file called "MANIFEST.MF"
Example MANIFEST.MF```
Manifest-Version: 1.0
Class-Path: . ReSCan_lib/cmu_us_kal.jar ReSCan_lib/jsapi.jar ReSCan_lib/cmu_time_awb.jar ReSCan_lib/mbrola.jar ReSCan_lib/freetts-jsapi10.jar ReSCan_lib/cmudict04.jar ReSCan_lib/en_us.jar ReSCan_lib/cmutimelex.jar ReSCan_lib/opencv-411.jar ReSCan_lib/freetts.jar ReSCan_lib/cmulex.jar
Main-Class: Webcam
```
CD to your src folder
Run:
>javac Webcam.javaThen Run
>jar cmvf META-INF/MANIFEST.MF ResCan.jar Webcam.class Webcam$1.classExec jar
>java -jar -ResCan.jar