Skip to content

Is depth image dimension being fixed to [144, 256]? #4882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
WEIIEW97 opened this issue Sep 14, 2023 · 0 comments
Open

Is depth image dimension being fixed to [144, 256]? #4882

WEIIEW97 opened this issue Sep 14, 2023 · 0 comments

Comments

@WEIIEW97
Copy link

WEIIEW97 commented Sep 14, 2023

Bug report

  • AirSim Version/#commit: 1.2
  • UE/Unity version: 4.27.2
  • autopilot version:
  • OS Version: Windows 10

What's the issue you encountered?

I want to export RGB and depth images to my disk. After modification in settings.json, the scene pictures are captured
in [400, 640] but depths still in [144, 256]. Is there a way I can alter the depth's dimension as well? Thanks in advance.

Settings

How can the issue be reproduced?

{
  "SeeDocsAt": "https://github.com/Microsoft/AirSim/blob/main/docs/settings.md",
  "SettingsVersion": 1.2,
  "CameraDefaults": {
    "CaptureSettings": [
      {
        "ImageType": 0,
        "Width": 640,
        "Height": 400,
        "FOV_Degrees": 90,
        "AutoExposureSpeed": 100,
        "MotionBlurAmount": 0
      },
      {
        "ImageType": 2,
        "Width": 640,
        "Height": 400,
        "FOV_Degrees": 90,
        "AutoExposureSpeed": 100,
        "MotionBlurAmount": 0
      },
      {
        "ImageType": 1,
        "Width": 640,
        "Height": 400,
        "FOV_Degrees": 90,
        "AutoExposureSpeed": 100,
        "MotionBlurAmount": 0
      }
    ]
  },
  "SimMode": "ComputerVision"
}
@WEIIEW97 WEIIEW97 changed the title Is depth image dimension being fixed of [144, 256]? Is depth image dimension being fixed to [144, 256]? Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant