How can I run a service inside a docker container to get feed from a IDS uEye camera using gstreamer?
问题 I have a docker container that uses a gstreamer plugin to capture the input of a camera. It runs fine with a Bastler camera but now I need to use an IDS uEye camera. To be able to use this camera I need to have the ueyeusbdrc service running. The IDS documentation says that to start it I can run sudo systemctl start ueyeusbdrc or sudo /etc/init.d/ueyeusbdrc start . The problem is that when the docker container runs, that service is not running and I get a Failed to initialize camera error,