Fingerpaint

Z Varhoo
(Rozdíly mezi verzemi)
Přejít na: navigace, hledání
 
Řádka 26: Řádka 26:
 
 
 
===Using===
 
===Using===
  +
New version works with senzor kinect
  +
  +
./fingerpaint
  +
  +
Old version which works only with camera:
  +
 
./fingerpaint -cam <cam id>
 
./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, 20: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
Osobní nástroje