Stream Management
Get active stream configuration
Returns the configuration currently applied in memory to the running stream. The stream name may be a specific stream or a stream pattern (regex).
get/v1/{server}/plugin/vif/applications/{appName}/streams/{streamName}
Response
Active configuration returned successfully.
Example response
{
"object_analysis": {
"model_name": "small",
"class_names": [
"person",
"car",
"truck"
],
"tracking_method": "byte_track"
},
"scene_analysis": {
"class_names": [
"taking pictures",
"running",
"fight"
]
}
}