Hello,
My question is similar to this post.
Given the camera output .csv file:
#name,x,y,alt,heading,pitch,roll,f,px,py,k1,k2,k3,k4,t1,t2
DJI_20220221103904_0022.JPG,-5041986.508798251,2573482.020935406,-2929105.142556032,-148.4200306549068,10.20497551291449,118.7049066788339,34.98005589922394,2.08370424314095e-003,8.261463622613804e-003,-4.472883919490048e-002,4.299250744468713e-002,-0.1293881883164149,0,0,0 DJI_20220221103956_0044.JPG,-5041974.610274723,2573499.802754866,-2929110.290966901,10.38505537635033,-9.7283810446774,-115.7011765380064,35.00697049557222,-2.759873217514973e-003,1.409853041227379e-002,-4.302171265375437e-002,2.572761946144416e-002,-9.709280172749243e-002,0,0,0
My questions are:
- Are x, y, alt in world coordinate system ? or camera coordinate system?
- Is alt just “z” ?
- Is the “heading,pitch,roll” rotation in the world coordinate system ? or camera coordinate system?
- Is “f” in pixels ?
- Is “px/py” in pixels too ?
As as I understood from the previous post, “heading,pitch,roll” is in a local camera coordinate system ?
Can you please draw the camera coordinate system and the world coordinate system ?
Thanks a lot !