Skip to content

[Question] Monitor the actual camera images as received by the observation #2599

@torydebra

Description

@torydebra

Question

Hi,

I noticed that the camera images as seen in the GUI are not the ones that are received as observation.
For example, in the Isaac-Repose-Cube-Shadow-Vision-Direct-v0 environment the camera resolution is 120x120, indeed this print(self._tiled_camera.data.output["rgb"].shape) prints (torch.Size([1, 120, 120, 3])) (with --num_envs 1). But looking at the camera view in the GUI, resolution is surely higher:
Image

Indeed the camera view seems affected only by the other parameters (focal_length, focal_distance, apertures, and so on, or the intrinsic matrix ), but the resolution is always the same.

I would like to monitor the actual ouput of the camera, taken into the observations. Is there a simple way to do this?
My main concern is that the camera view in the GUI is very different (like cropped differently) from both Gazebo (ROS simulator) and real world, given the same resolution and intrinsic parameters. So I would like to understand what the observation images are actually like

@garylvov Sorry to ping you but I saw #1074

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions