v1
latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KBconfig
Retrieves metadata of calibration images.
get/config/calibration/image-metadata
Query parameters
sensorIdstring
sensorId is an optional parameter. It is incompatible with place. Only one of them can exist in the query.
placestring
place is an optional parameter. It is incompatible with sensorId. Only one of them can exist in the query.
view'camera-view' | 'warped-camera-view' | 'plan-view'
Response
Successful Operation.
Example response
{
"imageMetadata": [
{
"view": "plan-view",
"place": "room=warehouse/region=region-1"
}
]
}