Closed YuxuanSnow closed 1 year ago
Hi, You could refer to following script to generate camera intrinsic matrix.
Sensor width/height is always fixed at 36.0mm/20.25mm (16:9 DSLR sensor).
HFOV is not always 52, it can also be 65 or in the case of the zoom
subsets vary during a sequence. The dataset ground_truth
folder .csv
files provide the relevant camera information including HFOV for each image.
Hi!
thanks for releasing the scripts.
I have a question regarding the camera intrinsics. I found the groundtruth unreal camera has following intrinsics:
However, when i create the following intrinsics matrix, the unprojected depth point cloud looks like a plane:
Could you refer me a script on how to compute the intrinsics matrix correctly?
Thanks!