Yuxiang-Ma / 2.12-Hololens2

Unity project for Hololens2
1 stars 0 forks source link

Functionality to Receive Image Data on the Server Computer #11

Closed malekinho8 closed 1 year ago

malekinho8 commented 1 year ago

Added a functionality to receive image data sent by a writer object (from the asyncio module) on the mock_server.py code. I think this is a first step towards being able to communicate the force/displacement data to the Hololens.

I was able to get this working using an image-sender.py code which can be found in this repo running on a client computer and running the mock_server.py script on a separate server computer.