open3d.io.read_pinhole_camera_trajectory#
- open3d.io.read_pinhole_camera_trajectory(filename: os.PathLike | str | bytes) open3d.camera.PinholeCameraTrajectory #
Function to read PinholeCameraTrajectory from file
- Parameters:
filename (Union[os.PathLike, str, bytes]) – Path to file.
- Returns:
open3d.camera.PinholeCameraTrajectory