Last change
on this file since 77 was 61, checked in by DHERBOMEZ Gérald, 10 years ago |
commit after experiments on track
Issue with GPS receiver, no data recorded
|
File size:
1.2 KB
|
Line | |
---|
1 | _____________ ______ __ ___.
|
---|
2 | \_ ___ \ \ / / \ / \ ____\_ |__ ____ _____ _____
|
---|
3 | / \ \/\ Y /\ \/\/ // __ \| __ \_/ ___\\__ \ / \
|
---|
4 | \ \____\ / \ /\ ___/| \_\ \ \___ / __ \| Y Y \
|
---|
5 | \______ / \___/ \__/\ / \___ >___ /\___ >____ /__|_| /
|
---|
6 | \/ \/ \/ \/ \/ \/ \/
|
---|
7 |
|
---|
8 | I) Requirements:
|
---|
9 | ----------------
|
---|
10 |
|
---|
11 | - OpenCV 2.3 or higher
|
---|
12 |
|
---|
13 |
|
---|
14 | II) Tutorial:
|
---|
15 | -------------
|
---|
16 |
|
---|
17 | 1) XML Configuration:
|
---|
18 | ---------------------
|
---|
19 |
|
---|
20 | <component name="webcam" type="CVWebcam" device="0" width="640" height="480" framerate="25" ui="true" recording="true" />
|
---|
21 |
|
---|
22 | a. Description:
|
---|
23 | ---------------
|
---|
24 |
|
---|
25 | -> device: ID of the camera, the default value is 0
|
---|
26 | -> width: width of the output image, the default value is 640
|
---|
27 | -> height: height of the output image, the default value is 480
|
---|
28 | -> framerate: fps of the camera, the default value is 15
|
---|
29 | -> ui: whether or not dispay the acquired images, the default value is false
|
---|
30 | -> recording: whether or not record the images, the default value if false |
---|
Note:
See
TracBrowser
for help on using the repository browser.