how to calculate Camera_FOV by focal and princpt in dataset??
Opened this issue · 4 comments
MouseChannel commented
thanks
mks0601 commented
MouseChannel commented
so fov_x = 2 * np.arctan(667 / (2 * camera_param['focal'][1]))
where the 667 means the image width.
Is that right?
and princpt is not neccessary in calculate FOV
MouseChannel commented
and the result of fov is about 0.25
, there must be something I did wrong
MouseChannel commented
I think image size is not the same thing as Camera_Sensor_size and where I can get the Sensor_Size?