Skip to content

Invalid uncomressed images when recording from Unreal editor #3214

Description

@alonfaraj

Bug report

  • AirSim Version/#commit: 1.3.1
  • UE/Unity version: 4.25.4
  • autopilot version: N/A
  • OS Version: Win10

What's the issue you encountered?

Recording uncompressed images from Unreal editor using rec button, output invalid images which can't be open when set "Compress": false.
When record compress images - it works fine.

Capture

Settings

Example:

  "Recording": {
    "RecordOnMove": false,
    "RecordInterval": 1,
    "Cameras": [
        { "CameraName": "0", "ImageType": 0, "PixelsAsFloat": false, "Compress": false },
        { "CameraName": "0", "ImageType": 5, "PixelsAsFloat": false, "Compress": false }
    ]
  }

How can the issue be reproduced?

  1. Add uncompress camera to recording section in setting file
  2. Record from unreal editor using 'R'
  3. Check the images folder

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions