Our control room operates with a PSIM (Physical Security Information Management) application integrated with Milestone Video Management System (VMS). The system is functioning well, except for the camera dewarping feature. The Bosch fisheye camera is connected to the Milestone VMS, which is then connected to the PSIM for centralized monitoring. We need guidance on how to implement dewarping features in our command and control application using the Milestone Integration Platform (MIP) SDK
I have some clarifying question…
Can the Smart Client dewarp and show the camera in the correct way?
Does your PSIM use the ImageViewerWpfControl? If not; please specify what it used.
Yes , PSIM uses ImageViewerWpfControl.
Assuming the Smart Client cannot dewarp it.
Please see this document… https://download.milestonesys.com/MIPSDK/Samples/MilestoneConceptDewarp.pdf
Please note that the document is about making a plugin but the same can be done in standalone, instead of using the ImageViewerWpfControl, you can get the video data and develop your own presentation UI component.