I'm trying to integrate camera I/Os using the MIPS SDK. Is this functionality supported? If so, is there a sample I can look at?

If you want to develop your own driver with input and output then these article might be helpful for you -

Introduction to the MIP Driver Framework

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

3rd Party Driver Test Tool guide

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/3rdpartydrivertesttoolguide.html&tree=tree_home.html

Does the Sdk not support directly manipulating camera I/Os through component integration?​

We are assuming that you have a camera supported by Milestone has I/O, and you want to trigger output.

In that case, please see this sample. You will see “trigger” button at the bottom in the sample dialog and the sample code might be helpful.

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

Regarding input, these samples might be helpful for you –

This Status Viewer sample shows how to dynamically show status on items such as server, camera, event etc.

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

Also this Alarm and Event Viewer sample shows how to present alarms or events(include input events) in a dynamic list.

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