Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
camera-flir-grasshoper-nikon-300mm.xml
1<?xml version="1.0"?>
2<root>
3 <!-- Calibration results obtained with OpenCV -->
4 <camera>
5 <!--Name of the camera-->
6 <name>Camera</name>
7 <!--Size of the image on which camera calibration was performed-->
8 <image_width>960</image_width>
9 <image_height>600</image_height>
10 <!--Intrinsic camera parameters computed for each projection model-->
11 <model>
12 <!--Projection model type-->
13 <type>perspectiveProjWithoutDistortion</type>
14 <!--Pixel ratio-->
15 <px>35218.6524</px>
16 <py>35218.6524</py>
17 <!--Principal point-->
18 <u0>480</u0>
19 <v0>300</v0>
20 </model>
21 </camera>
22</root>