Message 1 of 3
How to get camera Intrinsics?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to convert 3d coordinates to 2d screen coordinates, which is inseparable from the internal and external parameters of the camera. At present, I calculated the external parameters of the camera by camera.transform, and calculated the internal parameters of the camera by the Angle of view, camera focal length (mm) and image resolution, but I finally got the wrong reprojection result. At present, I have confirmed that the external parameters are OK. Maybe there is a problem with the internal parameters. Perhaps the projection center of the virtual camera in 3Ds Max is not in the image center? Or was there a mistake in the way I calculated the focal length? I really don't understand