I have a WPF application that is using a third party SDK to control a camera ( through its specific driver ). I'm wondering if such an application can be converted to a UWP Application. Indeed, I don't have the source code of this SDK, it's accessing some XML settings file on disk and it's dealing with the driver to communicate with the camera.
What is the best way to convert to UWP ?
Many thanks.