Is it possible to have cross SDK(Component - Mobile - Protocol) integration ?

We have Component integration that retrieves Cameras from Server and imports those to our Application.

The problem is that we cannot match imported cameras from Component integration to Mobile module.

Cameras have different GUIDs and we need URI for Mobile that cannot be retrieved from .Net MIP SDK.

Are we missing anything?

Is it possible to do such thing?

You can get the URI for the mobile server using Registered Services. See this sample: https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/servicetest/readme.html&tree=tree_1.html

Hi,

The camera ids are one and the same. So, if you already have the camera ID, you can request a stream with that camera id from Mobile Server using MIPSDKMobile

/Svetlana