You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I'm using the
baseline_racer_image_benchmarker.pyto 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.jsonfile, 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?
I've tried changing the
floatandcompressparameters to see what happens but the second requested image still results in color images.