ImageType
integer. The table below lists the current camera sensor modalities available in AirGen:
Camera Type | ImageType |
---|---|
Scene (RGB) | 0 |
DepthPlanar | 1 |
DepthPerspective | 2 |
DepthVis | 3 |
DisparityNormalized | 4 |
Segmentation | 5 |
SurfaceNormals | 6 |
Infrared | 7 |
OpticalFlow | 8 |
OpticalFlowVis | 9 |
front_center
, front_right
, front_left
, bottom_center
, and back_center
. These positions ensure comprehensive coverage for simulation scenarios. The desired camera can be targeted by specifically stating the string from the ones listed above.
getImages
API: Use the getImages API to retrieve images from the desired camera, specifying the types of images (e.g., RGB, Depth). This API returns a list of images along with their associated camera poses.
For example, to retrieve RGB and Depth perspective images from the front center camera (assuming the AirGen client has been set up):rerun.DepthImage
wrapper:
front_center
camera using AirGenCar:
front_center
camera to 90 degrees:
uint8
image in the range 0-255.