We use docker container for python project. We create all files and we need to connect basler camera via GigE vision protocol. We grab frames with pylon viewer very well. What can we do for access basler cam?
we applied this code snipped;
docker network create -d ipvlan --subnet=192.168.3.0/24 --ip-range=192.168.3.0/24 -o ipvlan_mode=l2 -o parent=enp11s0f1 camvlan
docker run -ti --network=camvlan pylonimage
But did not access camera. What can we do for access basler cam?
Note: We use docker for desktop in windows and our docker container is including Ubuntu.