Hi,
My program works in python and the connection is ethernet. I have two cameras connected. However, when I run my program inside docker, it won't find any camera. I have tried both of the following ways and to no avail.
any thoughts or help?
BTW, I was able to shell into the docker and ping to the cameras and they are responsive and talking (from shell)
#devices = dai.Device.getAllAvailableDevices()
devices = dai.XLinkConnection.getAllConnectedDevices()