restored the interface block in the config

This commit is contained in:
shalenikol 2024-05-13 12:54:58 +03:00
parent e4c3c0f1c7
commit 47c5e89913

View file

@ -27,5 +27,21 @@
"result":[]
}
],
"Interface": {
"Input": [
{
"name": "cameraLink", "type": "CAMERA"
},
{
"name": "object_name", "type": "MODEL"
}
],
"Output":
[
{
"name": "pose_estimation_topic", "type": "Pose"
}
]
},
"Settings": []
}