Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
franka_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>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>607.5931396484375</px>
20 <py>607.574951171875</py>
21 <!--Principal point-->
22 <u0>323.46282958984375</u0>
23 <v0>243.25529479980469</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</root>