Fingerpaint
Z Varhoo
(Rozdíly mezi verzemi)
(→Fingerpaint) |
|||
| (Není zobrazeno 6 mezilehlých verzí od 1 uživatele.) | |||
| Řádka 1: | Řádka 1: | ||
| − | ===Intakace=== |
+ | Home page is http://fingerpaint.varhoo.cz |
| + | ===Instalation for Ubuntu=== |
||
| + | First you able to install this package for Ubuntu 10.10 + |
||
| − | ===Použití=== |
+ | * gtk |
| + | sudo apt-get install libgtk2.0-dev |
||
| + | |||
| + | * opencv |
||
| + | sudo apt-get install libcv-dev libcvaux-dev libhighgui-dev |
||
| + | |||
| + | * python |
||
| + | sudo apt-get install python-opencv |
||
| + | |||
| + | * comipile |
||
| + | sudo apt-get install cmake g++ |
||
| + | |||
| + | * Complate instalation on one line: |
||
| + | sudo apt-get install libgtk2.0-dev libcv-dev libcvaux-dev libhighgui-dev python-opencv cmake g++ |
||
| + | |||
| + | * Download fingerpaint |
||
| + | svn co https://fingerpaint.svn.sourceforge.net/svnroot/fingerpaint fingerpaint |
||
| + | |||
| + | * Compilate application |
||
| + | cd fingerpaint |
||
| + | make -B |
||
| + | |||
| + | ===Using=== |
||
| + | New version works with senzor kinect |
||
| + | |||
| + | ./fingerpaint |
||
| + | |||
| + | Old version which works only with camera: |
||
| + | |||
| + | ./fingerpaint -cam <cam id> |
||
| + | |||
| + | |||
| + | === Troubleshooting === |
||
| + | Correct worked version with camera is svn revise 24. |
||
| + | |||
| + | svn update -r 23 |
||
Aktuální verze z 12. 1. 2014, 19:51
Home page is http://fingerpaint.varhoo.cz
[editovat] Instalation for Ubuntu
First you able to install this package for Ubuntu 10.10 +
- gtk
sudo apt-get install libgtk2.0-dev
- opencv
sudo apt-get install libcv-dev libcvaux-dev libhighgui-dev
- python
sudo apt-get install python-opencv
- comipile
sudo apt-get install cmake g++
- Complate instalation on one line:
sudo apt-get install libgtk2.0-dev libcv-dev libcvaux-dev libhighgui-dev python-opencv cmake g++
- Download fingerpaint
svn co https://fingerpaint.svn.sourceforge.net/svnroot/fingerpaint fingerpaint
- Compilate application
cd fingerpaint make -B
[editovat] Using
New version works with senzor kinect
./fingerpaint
Old version which works only with camera:
./fingerpaint -cam <cam id>
[editovat] Troubleshooting
Correct worked version with camera is svn revise 24.
svn update -r 23