microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
472 stars 156 forks source link

After computation in Server PC, is it possible to send the computation results back to Device(Hololens)? #137

Open jjysh014 opened 3 years ago

jjysh014 commented 3 years ago

Thank you for the library&sample code.

Following the instruction mentioned in it, I can send the data from Device(Hololens) to Server PC.

On the Server PC, I detected objects using YOLO in Python.

However, I don't have an idea about how to send the object detection results to Device(Hololens) to see the results using Hololens.

Could you kindly let me know how to do it?

Thanks.

kaiwu119 commented 3 years ago

I also want to do something like this, do you have any solutions? @jjysh014

jjysh014 commented 3 years ago

Actually, I'm working on this. (Using Socket)

Since I'm more familiar to C# than C++, I changed the code to C#.

When it is completed, then I'll share the code.

kaiwu119 commented 3 years ago

Thanks,look forward to your good news. At the same time, I am also trying to use sockets in unity to transfer data to each other.

iimrann412 commented 3 years ago

Actually, I'm working on this. (Using Socket)

Since I'm more familiar to C# than C++, I changed the code to C#.

When it is completed, then I'll share the code.

Hello Sir, Did you completed the code that how we can send the stream back to HoloLens from server for displaying results on HoloLens? Please share it if you implemented that. Thanks in advance