Tags:
tag this topic
create new tag
view all tags
---++ Installing OpenCV 2.3.1 I found <a href="http://thebitbangtheory.wordpress.com/2011/10/23/how-to-install-opencv-2-3-1-in-ubuntu-11-10-oneiric-ocelot-with-python-support/" title="OpenCV2.3.1">this</a> website that gives a detailed walk through of a complete (including ffmpeg) installation of OpenCV 2.3.1. I've tried it on Bot 119 and it works fine. The sample codes and the diagnostic codes compile and work. However, step 2 on this site does not work, so after doing step 1, do steps 2 and 3 on <a href="http://www.ozbotz.org/opencv-installation/" title="alternate">this</a> site, then go back and continue on from step 3 from the original one. ---++ Working with OpenCV 2.3.1 If you get an issue where the resolution of the image returned by the camera is very low, you can fix it by putting in the following two lines after you initialize your CvCapture* object in your code: <div id="_mcePaste"> cvSetCaptureProperty( <name of CvCapture* object>, CV_CAP_PROP_FRAME_WIDTH, 400 );</div> <div id="_mcePaste"> cvSetCaptureProperty( <name of CvCapture* object>, CV_CAP_PROP_FRAME_HEIGHT, 300 );</div> A working example can be found in the camCapture code in the diagnosticCode folder of robot110.
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r5
<
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r5 - 2012-03-07
-
EmirOgel
Home
Site map
Main web
Sandbox web
TWiki web
Main Web
Users
Groups
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
P
P
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback