Skip to content

Infrared data #138

@collinabidi

Description

@collinabidi

I'm using the baseline_racer_image_benchmarker.py to test the speed of capturing images from cameras with different sensor types. However, when I try to get Segmentation/Infrared/Surface Normal data, I get color images.

I have correct camera/capture settings in the settings.json file, so I'm not worried about that.

Is there something I'm missing when I use the following request to get both RGB and Infrared data?

request = [airsim.ImageRequest("fpv_cam", airsim.ImageType.Scene, False, False),airsim.ImageRequest("fpv_cam", 7, False, False)]

I've tried changing the float and compress parameters to see what happens but the second requested image still results in color images.

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