I have a project that allows for only one compute device, it’s relatively small volume. I need BlueOS for navigation, but am interested in more than one DWE camera.
Is there software instead of DWE-OS image that I can install on BlueOS to provide the camera control?
Would this be via install of another Docker container?
you can download the DWE OS as a Docker container. DWE_OS - DWE.ai
This will run in parallel with BlueOS.
What I did is shut off the BlueOS Camera-Manager.
I did this by writing a rule in crontab to locate and terminate the manager.
Then the DWE OS has full control of the cameras.
Seems to work. My only complaint was that the DWE OS did not ensure that
the cameras will always be enumerated in the same order.
I now only wanted to have all cameras, but I also wanted to know, programmatically what camera they were.