Hi!
Is there a way to change the default path of the /tmp/hailort_uds.sock
to something user configurable? I found that there is an environment variable called HAILORT_SERVICE_DEFAULT_ADDR
but that doesn’t change the address of the socket and seems to be only applicable to the IP based use of the hailo module.
I am trying to create a setup where my hailort_service runs in a docker container and has the socket on a shared volume that other containers can use. This will allow me to just have one container that actually has access to /dev/hailo0
and the higher privileges it needs.