MIP Driver debugging

Dear all,

We are trying to use MIP driver for implement a non onvif camera. Please help to advance the debugging procedure in VS 2019

Thank a lot!

KennethT

It might be a better option to use the new MIP Driver Framework instead.

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/intro_driverframework.html&tree=tree_1.html

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

MIP Driver usage debugging might best be done by tracing the communication using Wireshark or similar. Compare to the User Interface Video Provider sample.

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

Confusingly MIP Driver and MIP Driver Framework are so close in naming, I hope you can use this no matter whether you use one or the other.

Dear Kito,

Yes, We try to use MIP Driver framework to do and please advance that how would we debug our coding with VS 2019.

Should we attached the project into recording server service ? or another way to debug?

Please advance, thank a lot.

KennethT

Hi,

First, please check this documentation if setup is correct: https://doc.developer.milestonesys.com/html/samples/DemoDriver.html

​Then you can attach DriverFrameworkProcess(VideoOS.IO.Drivers.DriverFrameworkProcess) in VisualStudio.