Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
camera.xml
1<?xml version="1.0"?>
2<root>
3 <!--This file stores intrinsic camera parameters used
4 in the vpCameraParameters Class of ViSP available
5 at https://visp.inria.fr/download/ .
6 It can be read with the parse method of
7 the vpXmlParserCamera class.-->
8 <camera>
9 <!--Name of the camera-->
10 <name>color_camera</name>
11 <!--Size of the image on which camera calibration was performed-->
12 <image_width>640</image_width>
13 <image_height>480</image_height>
14 <!--Intrinsic camera parameters computed for each projection model-->
15 <model>
16 <!--Projection model type-->
17 <type>perspectiveProjWithDistortion</type>
18 <!--Pixel ratio-->
19 <px>608.26318359375</px>
20 <py>608.282470703125</py>
21 <!--Principal point-->
22 <u0>324.86920166015625</u0>
23 <v0>246.94593811035156</v0>
24 <!--Undistorted to distorted distortion parameter-->
25 <kud>-0</kud>
26 <!--Distorted to undistorted distortion parameter-->
27 <kdu>0</kdu>
28 </model>
29 </camera>
30 <camera>
31 <!--Name of the camera-->
32 <name>depth_camera</name>
33 <!--Size of the image on which camera calibration was performed-->
34 <image_width>640</image_width>
35 <image_height>480</image_height>
36 <!--Intrinsic camera parameters computed for each projection model-->
37 <model>
38 <!--Projection model type-->
39 <type>perspectiveProjWithDistortion</type>
40 <!--Pixel ratio-->
41 <px>608.26318359375</px>
42 <py>608.282470703125</py>
43 <!--Principal point-->
44 <u0>324.86920166015625</u0>
45 <v0>246.94593811035156</v0>
46 <!--Undistorted to distorted distortion parameter-->
47 <kud>-0</kud>
48 <!--Distorted to undistorted distortion parameter-->
49 <kdu>0</kdu>
50 </model>
51 </camera>
52 <camera>
53 <!--Name of the camera-->
54 <name>infrared_camera</name>
55 <!--Size of the image on which camera calibration was performed-->
56 <image_width>640</image_width>
57 <image_height>480</image_height>
58 <!--Intrinsic camera parameters computed for each projection model-->
59 <model>
60 <!--Projection model type-->
61 <type>perspectiveProjWithDistortion</type>
62 <!--Pixel ratio-->
63 <px>380.10546875</px>
64 <py>380.10546875</py>
65 <!--Principal point-->
66 <u0>325.81158447265625</u0>
67 <v0>233.01167297363281</v0>
68 <!--Undistorted to distorted distortion parameter-->
69 <kud>-0</kud>
70 <!--Distorted to undistorted distortion parameter-->
71 <kdu>0</kdu>
72 </model>
73 </camera>
74</root>