Hi everyone, i am trying of create a video snippet (export) from my application. I am trying to use the example called ExportSample in SDK.

We don’t need to have the login form and when i take the code from this example to my application we can see that “Configuration.Instance” doesn’t have the information about the server (you can see the image attached). How can we login no form and that the Configurationi.Instance line can have the information correctly.

Please.

If you do not want to use the DialogLoginForm please see the CameraStreamResolution sample where the login is done without using the form.

To understand the Configuration and GetItems we strongly recommend the ConfigAccessViaSDK sample.

Maybe all you need is the FindCameras method in the CameraStreamResolution sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/configaccess_sample.html&tree=tree_2.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/camerastreamresolution.html&tree=tree_2.html

Thanks Kito, my video snippet is working. thanks again