How to get List of all Camera's details

I want to get a list of all camera’s details so how can I get ?

Hi Amit,

You can use GetItems command or GetAllViewsAndCameras command.

I hope you are already familiar with our MultiCameraPlayback sample so you can see that in application.js on line 50, a XPMobileSDK.getAllViews call is made and cameras are properly processed from the result.

Also, please try to get familiar with the code before asking questions that are simple enough to answer by looking at the samples.

Br,

Nikolay