Website
Hi, this is my blog. My main website has all the info about my projects and research, plus photos and videos. It can be found at http://www.lukecole.nameLuke Cole – Robots, Hacks, Life, Dreams and General Thoughts
Archives
- November 2011 (1)
- August 2011 (1)
- July 2010 (1)
- October 2009 (1)
- January 2009 (1)
- October 2008 (1)
Categories
- Dreams (3)
- Lucid Dreaming (2)
- Shadow People (1)
- Sleep Paralysis (1)
- Life (2)
- Physics (4)
- Multiverse (4)
- Universe (2)
- Religion (1)
- Robots (1)
- Sensors (2)
- vision (1)
- Software (1)
- OpenCV (1)
- Dreams (3)
Tags
Category Archives: Robots
Getting OpenCV 1.1.0 to work with a PAL camera
diff -r –exclude=Makefile opencv-1.1.0/otherlibs/highgui/cvcap_v4l.cpp opencv-1.1.0-PAL/otherlibs/highgui/cvcap_v4l.cpp 231,232c231,234 < #define DEFAULT_V4L_WIDTH 640 < #define DEFAULT_V4L_HEIGHT 480 — > #define DEFAULT_V4L_WIDTH 704 > #define DEFAULT_V4L_HEIGHT 576 1032c1036 < // selectedChannel.norm = VIDEO_MODE_NTSC; — > selectedChannel.norm = VIDEO_MODE_PAL; Bookmark This:
Posted in OpenCV, Robots, vision
2 Comments