In a multi-server environment, I need to know which server the camera belongs to.
I tried to match the Server Item’s FQID and Camera Item’s FQID.ServerId, but the Server’s guid value is different with the Camera’s server guid.
Below is the both Item’s serialized data:
Server : DESKTOP-IFV95BNXPCOhttp192.168.21.8803d748777-d8b9-4b27-ac4d-a94db9f671a53d748777-d8b9-4b27-ac4d-a94db9f671a523b25fe94-7c2f-499a-86df-2fa68aa3e1b5…
Camera : Universal 16 channels driver (192.168.21.8) - 카메라 13XPCORShttpdesktop-ifv95bn756374bf62c5-4949-4d4a-a57d-d562455de0df74bf62c5-4949-4d4a-a57d-d562455de0df59751767-f18a-467c-ac3d-59e3fb4b642705135ba21-f1dc-4321-806a-6ce2017343c0
The Server guid starts with “3d748777”, but camera’s serverid guid starts with “74bf62c5”.
I want to know how to match these items.