Hello, I have a problem that on my subnetwork, I have ensenso camera connected, but also RGB camera from another manufacturer. I am using the SDK from the other manufacturer to control these camera, but the Ensenso SDK still detect them and time to time is locking them, producing an error in the other SDK. When we launch the NxView object, is there a way to avoid this conflict ? Or assign a range of IP address the NxView is allowed to look at ?
You could also use multiple, distinct IP ranges on the same adapter, like 10.0.1.0/24 and 10.0.2.0/24. Each IP range will then have a separate flag in the tree to disable camera listing. And then you can separate the Ensenso devices in a separate range and disable listing for the others.
I spent some times trying to configure the firewall to filter the IP addresses from the RGB camera to not be used by NxView.exe (as a test), but somehow it’s still discovering the cameras. It’s only when I block ALL IP that finally the discovery doesn’t work, but if I allow only one IP address, all the cameras are still discovered. I will continue to explore. We are using Windows by the way.
@rainer.voigt when you say a separate flag, it will show as a different adapters in the tree ?