I need to know how to get live image in my java application (not android) from Milestone Server.

I want to get live video image of a camera from milestone to my custom java application.

I couldn’t use MIPSDK Mobile’s Java Reference because my java application is not Android.

I am looking for the proper protocol and code to do this.

Hi,

Unfortunately, we don’t have a “pure Java” build of the MobileSDK.

We have one for Android but it will not work in this case

So the only option is to use the protocol integration, as described here: https://doc.developer.milestonesys.com/mipsdkmobile/index.html?base=reference/protocols/mobile_intro.html&tree=tree_1.html

I referred to this page.

https://developer.milestonesys.com/s/question/0D53X00008RSFdjSAH/is-there-an-introduction-to-using-xml-messages-in-the-mobile-server-protocol

I’ve now successfully logged in. And I got a thumbnail in pure java.

Thanks!