Search
Twitter
- @Mechapinata that looks pretty cool, I might check some out 27 mins ago
- @The_Sea_Trout ah boy, that must be a bad day ;/ 13 hours ago
Last.fm- Rör Inte Vår Kompis - Arcade Life Remix
Ninjaspark
22h,47m ago - Liten Men Tuff
Ninjaspark
22h,49m ago - HAL 9000 - Calis Correction
Ninjaspark
22h,51m ago
- Rör Inte Vår Kompis - Arcade Life Remix
Links
icon's by TheG-Force
Blogroll
Tag Archives: OpenCV
Yet Another OpenCV/Karmic error – symbol lookup error: /usr/local/lib/libhighgui.so.4
symbol lookup error: /usr/local/lib/libhighgui.so.4: undefined symbol: av_free_packet To fix it simply make sure /usr/local/lib is in your library path by using the following command: export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
HowTo: Install OpenCV in Ubuntu Karmic (9.10)
Heres how I got OpenCV installed: First install some needed packages sudo apt-get install build-essential libgtk2.0-dev Now you need to grab FFmpeg for the install to work svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg The svn didn’t work for me, probably something to … Continue reading
Problems Installing OpenCV in Ubuntu Karmic (9.10)
UPDATE I now have it working and wrote a guide of how I got it to work – http://alexsleat.com/2009/12/02/howto-install-opencv-in-ubuntu-karmic-9-10/ END UPDATE I found a great guide on getting OpenCV to install on Ubuntu Karmic (9.10) –http://ivkin.net/2009/11/installing-opencv-2-0-on-ubuntu-9-10-karmic-koala/ Most the comments show … Continue reading
