open3d.io.write_pinhole_camera_intrinsic¶
-
open3d.io.write_pinhole_camera_intrinsic(filename, intrinsic)¶ Function to write PinholeCameraIntrinsic to file
- Parameters
filename (str) – Path to file.
intrinsic (open3d.camera.PinholeCameraIntrinsic) – The
PinholeCameraIntrinsicobject for I/O
- Returns
bool