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