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?
Issue with getting depth data was solved, but I'm confused about the differences between all of the image types. The Python API documentation has a lot of placeholders; could someone explain how the different image types are formatted?
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've tried changing the
float
andcompress
parameters to see what happens but the second requested image still results in color images.The text was updated successfully, but these errors were encountered: