- qt4
- libs dependency
- libgsl: gnu scientific library
- libtnt: interface for scientific computing in C++
- qextserialport: Qt interface class for old fashioned serial ports
- build issues
- QextSerialPort: windows.h missing
- http://lists.trolltech.com/qt-interest/2007-07/thread00887-0.html
- LIBS += -lqextserialport
unix:DEFINES = _TTY_POSIX_
win32:DEFINES = _TTY_WIN_ QWT_DLL QT_DLL - QextSerialPort shared object file link error
- http://www.qtcentre.org/archive/index.php/t-27256.html
- http://fleshandmachines.wordpress.com/tag/ubuntu/
- Move the library files to somewhere in your LD_LIBRARY_PATH: in my case it is /usr/lib
- Problems with linking GSL / CBLAS
- http://askubuntu.com/questions/69316/problems-with-linking-gsl-cblas
- Try to write -lgsl before -lgslcblas
- Unable to locate theme engine in module_path:"pixmap"
(missing dependency on gtk2-engines-pixbuf - https://bugs.launchpad.net/ubuntu/+source/quickly/+bug/853232
- https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/762167
- sudo apt-get install gtk2-engines-pixbuf
Sunday, December 18, 2011
hexacopter gcs build
OpenCV tutorial
- Configuring Code::Blocks for OpenCV
- Ubuntu 11.10, OpenCV 2.1 (installed by synaptic)
- http://opencv.willowgarage.com/wiki/CodeBlocks (tutorial with screen shots)
- Now you can simply put this into "Linker settings -> Other linker options":
- pkg-config opencv --libs
- And put this into "Compiler-> Other options":
- pkg-config opencv --cflags
- Simple camera capture code
- FUll OpenCV WIki
- http://opencv.willowgarage.com/wiki/FullOpenCVWiki
- useful for checking camera campatibility
Subscribe to:
Posts (Atom)