In the MIP Driver Framework, what part of the code deals with adding hardware

I’m working with the MIP Driver Framework and getting “Failed to detect or verify the hardware’s driver, credentials, or address” when adding a device to a recording server through a manual hardware add. What class and method deals with the authentication of a custom driver?

I tried building an empty MIP driver template and the base template driver does authenticate as well. What would be the minimum required changes be to get the template to basically return a static image like a jpg loaded as resource? It would make it easier to work from a driver that can be loaded by a recording server and functions.

Please check ConnectionManager -

https://doc.developer.milestonesys.com/html/index.html?base=driverframeworkhelp/class_video_o_s_1_1_platform_1_1_driver_framework_1_1_managers_1_1_connection_manager.html&tree=tree_search.html?search=connectionmanager

You can explore how it is used in the Demo Driver sample.

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

I also believe the sample will answer your last question.