Can not create camera when run in standlone

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?

I run this code in Linux and everything is normal. This problem occurs in the win10 version. I feel that the win10 version is not very stable

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.