How to get cameras list using c++ sdk?

Hello,

I’m a c++ developper and I want to list cameras to have name, guid, etc… for an available camera but I can’t find how to do that with the sdk.

Could you please help me on that subject?

Thank you

If this is .NET I would recommend using the MIP Library. I am guessing it is not and then you should use protocol methods for getting the data.

I suggest is that you take a look at the TCP Video Viewer sample and how it handles the data.

This reminds me, there is a new improved version of the sample.. http://download.milestonesys.com/MIPSDK/Samples/protocol_MIPSDK2019R1_BetaSamples.zip

You guess right :slight_smile: Thanks for the new version of the sample. I will take a look on it. On the other hand, the .NET Library seems to be easier to use so we will also work on C++/C# wrapper.

Thanks for the fast replay and have a good day!