Opencv
InternalPub.Opencv History
Hide minor edits - Show changes to markup
June 28, 2010, at 08:11 AM
by -
Added lines 25-37:
Point Grey Firefly MV High-res Color
- Camera drivers work under Windows or Ubuntu 8.04 or Ubuntu 8.10
- Ubuntu 8.04
- Download libdc1394 source code
- Go to libdc1394 source code root directory, and edit ./cd1394/usb/control.c
- Add the following to
usb_products[]:{0x1e10,0x2002} // Point Grey high-res Firefly MV Color {0x1e10,0x2003} // Point Grey high-res Firefly MV Mono - Install pre-reqs for flycapture software, listed in flycapture
README - add "raw1394" to
/etc/modules - reboot
- test flycap
- install OpenCV
June 09, 2010, at 02:24 PM
by -
Added lines 23-24:
- On MacOSX, cmake must have PYTHON_LIBRARY pointed to the appropriate libpython file.
June 01, 2010, at 07:46 PM
by -
Changed lines 21-22 from:
to:
- Install
cmake-guiwith>sudo port install cmake +gui
June 01, 2010, at 03:06 PM
by -
Changed lines 14-16 from:
to:
- Run:
> make -j2 > sudo make install
- Note that the
-j2flag enables 2 CPU cores to compile modules simultaneously.
June 01, 2010, at 03:04 PM
by -
Added lines 1-16:
OpenCV on MacOSX
- Install prerequisites as listed at Willow Garage's Install Guide
- Install
cmake-gui - Check out opencv via
svn - Run the following commands in the opencv directory:
> cmake . > cmake-gui .
- In
cmake-gui:- set compiler and linker flags to
-m64 - set build architecture to
x86_64 - Disable ffmpeg and carbon support (as of 6/1/2010, not compiling)
- set compiler and linker flags to