Category Archives: OpenCV

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