I run the example camera.py but crash ,the error was occurred after excute the code :
camera = Camera(
prim_path="/World/camera",
position=np.array([0.0, 0.0, 25.0]),
frequency=20,
resolution=(256, 256),
orientation=rot_utils.euler_angles_to_quats(np.array([0, 90, 0]), degrees=True),
)
I run it with the python.bat:
python.bat standalone_examples\api\omni.isaac.sensor\camera.py
How can i solve this problem?