Hi, I am running a docker container on my OAK-D device and would like to add another containerized application (as it comes with conflicting dependencies).
At the moment, I have a container that includes the camera node and runs an object detection algorithm and I would like to add a second container that runs a classification algorithm on the camera output (or on the image cropped to the bounding box).
Is there a best practice to integrate depthai pipelines across docker containers?
Is it possible to forward the data over the XLinkOut interface from the first container to the XLinkIn interface of the second container?
Thanks for the help! 😄