-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
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
Labels
No labels