WebAPI
Pipeline Status
Request
http://127.0.0.1:7500/pipeline/status
Response
Note: example from presets/simple-camera.txt
{
"success": 1,
"message": "ok",
"status": {
"size": 2,
"running": 1,
"modules": {
"camera": {
"name": "Camera",
"description": "Fetch camera stream",
"author": "native",
"running": 1,
"properties": {
"id": "camera",
"index": "0",
"use_thread": "false"
},
"propertiesInfos": {
"id": {
"type": "string",
"readonly": 1
},
"index": {
"type": "integer",
"readonly": 0
},
"use_thread": {
"type": "bool",
"readonly": 0
}
},
"outputs": [{
"index": 0,
"name": "camera",
"type": "IplImage",
"used": 1,
"observers": {
"0": "window"
}
}]
},
"window": {
"name": "ImageDisplay",
"description": "Display image on a window",
"author": "native",
"running": 1,
"properties": {
"id": "window",
"name": "Movid0",
"use_thread": "false"
},
"propertiesInfos": {
"id": {
"type": "string",
"readonly": 1
},
"name": {
"type": "string",
"readonly": 0
},
"use_thread": {
"type": "bool",
"readonly": 0
}
},
"inputs": [{
"index": 0,
"name": "image",
"type": "IplImage",
"used": 1
}]
}
}
}
}