Replies: 2 comments 3 replies
-
Saving images from Tiled Cameras should work. Try running the sim for a few steps before taking images as they sometimes show up blank at the start. If you'd like to experiment with TIled Cameras, you can also try: https://isaac-sim.github.io/IsaacLab/source/how-to/estimate_how_many_cameras_can_run.html If you'd like to save images, you can try adding this top level import from omni.isaac.lab.sensors.camera.utils import save_images_to_file and then on roughly line 665 of source/standalone/tutorials/04_sensors/benchmark_cameras.py, you can call save images to file on the camera like
For more examples of saving tiled rendering you can see #1070 , (mentions how there is currently a bug for multiple cameras but does illustrate correctly how to save images from tiled cameras) If none of the above helps, please share steps to reproduce your issue. |
Beta Was this translation helpful? Give feedback.
-
Hi all, |
Beta Was this translation helpful? Give feedback.
-
I tried to follow https://isaac-sim.github.io/IsaacLab/source/how-to/save_camera_output.html to save sensor images.
I get black images if I save from TiledCamera sensors.
But I can successfully get coloured images from Camera sensors.
Does the way mentioned in https://isaac-sim.github.io/IsaacLab/source/how-to/save_camera_output.html only apply to Camera sensors?
Is there any way to get coloured images from TiledCamera sensors?
Thanks a lot!!!
Beta Was this translation helpful? Give feedback.
All reactions