open3d.io.write_pinhole_camera_intrinsic#
- open3d.io.write_pinhole_camera_intrinsic(filename, intrinsic)#
Function to write PinholeCameraIntrinsic to file
- Parameters:
filename (os.PathLike) – Path to file.
intrinsic (open3d.camera.PinholeCameraIntrinsic) – The
PinholeCameraIntrinsic
object for I/O
- Returns:
bool