Doc/example showing how to send commands to/retrieve answers from a camera?

Hello,

I read in the latest MIP SDK Release Notes the following sentence “The command enabling sending commands to a camera and retrieve a response introduced in the last release has now also been implemented in the Management Client”.

I browsed the documentation and samples for an example of how to send commands/retrieve answers to a camera, but with no luck.

Someone could point me in the right direction?

Thanks,

Alberto

Unfortunately we have no samples. I hope the documentation on the DriverCommandData class, though very short, can lead you..

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_messaging_1_1_driver_response_data.html&tree=tree_search.html?search=drivercommand

Let me know if you can’t get started then I will see if I can get some tips..

Thanks Bo, that should be enough for me. If I get into troubles, I’ll be back to this thread. Just a question: in the documentation, I read:

“Only available within Smart Client environment on C-code”.

So the DriverCommandData and DriverResponseData cannot be used from a Management Client Plugin or a standalone Component Application?

After a quick test.

DriverCommand works from the Management Client plugin environment, it does not work from the standalone environment.

Thanks for the test.

No problem for us, what we intended to do was specifically to be able to talk with the cameras from the Management Client when there is no direct network connectivity between the Management Client and the cameras.

A.