'Image Processing in Python from Unity Hololens Development

So I have an image processing algorithm doing crack detection written in Python and I want to have this work on the Hololens (in Unity). I don't have any experience with sockets, but I assume I would write a TCP server in Python and then Unity would be the client. Unity would send the captured image to the python server on the computer, the computer would do the heavy processing and just return the processed image frame to the Hololens (in Unity). If anyone has experience with this or can guide me in anyway in starting this I would greatly appreciate any help. Does my idea sound plausible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source