Hello,
I’m writing a plugin for SmartClient.
Can you please advise, if there is a method or property to retrieve camera’s port number through Item object?
Is there another way doing that?
Thank you
Hello,
I’m writing a plugin for SmartClient.
Can you please advise, if there is a method or property to retrieve camera’s port number through Item object?
Is there another way doing that?
Thank you
I tried to go over the Item’s Properties, and see ‘Channel’. Is it possible that port number is Channel + 1?
Regards
Yes. When you have a encoder or camera device with multiple camera channels each channel will be numbered. Looking at the Channel property the first channel is zero, looking at the camera naming scheme and the Management Client Port property the first channel is one. So the property Channel + 1 will correspond with the Port.