Could you please give me an example about how to get device list by using Java code? I want to get the detail information of camera such longitude and latitude by java code.
Are you using the Mobile SDK or are you using the protocols directly on the VMS?
If directly on the VMS you should use GetConfiguration on Server Command Service. There is no Java sample for this but the TcpVideoViewer sample should be easy to “transfer”.
If using the MobileSDK, there is a Java sample.
I am using protocols, Could you please give me an example on how to use GetConfiguration on Server Command Service?
Unfortunately there is no sample like that. Please explore the code of the TcpVideoViewer sample. This sample uses pure protocols so you will be able to rewrite that same code in Java.
Could you please tell me how to get TcpVideoViewer sample ?
You will have to use a Windows PC with Visual Studio and build the project to see it run.
