Install libwebcam Ubuntu 9.10


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo apt-get install libxml2-dev gengetopt
  2. svn checkout http://svn.quickcamteam.net/svn/qct/Linux/
  3. cd Linux
  4. cd Common/include/
  5. wget http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/uvcvideo.h
  6. wget http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/uvc_compat.h
  7. cd -
  8. mkdir build
  9. cd build
  10. cmake ..
  11. make
  12. sudo make install
  13. sudo ln -s /usr/local/lib/libwebcam.so.0.1.2 /usr/lib/libwebcam.so.0.1.2 #version may be change
  14.  
  15. #test
  16. uvcdynctrl -c

URL: http://anticameradelcestino.wordpress.com/2009/03/16/quickcam-pro-9000-su-ubuntu-810/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.