microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
494 stars 144 forks source link

Live stream to Desktop for online processing? #7

Open agroenenberg opened 4 years ago

agroenenberg commented 4 years ago

Hi,

Is it possible to live stream sensor streams to my desktop for online processing? I'm trying out some registration algorithms but I'm not sure whether the HPU can handle them? Thanks! (And thank you for this Git, can't wait to get everything up and running)

kysucix commented 4 years ago

Hi agroenenberg,

streaming to desktop is something we're planning to release soon.

We need time to cleanup code and test.

Silvano

rooi commented 4 years ago

Hi Silvano,

I just noticed this issue and you reply and I'm very interessted in this functionality as well. Could you, perhaps, give in indication on what you mean by soon? Days, weeks, months? Not to pin you on this of course, but just to take this into account.

Thanks!

Roy

kysucix commented 4 years ago

hi Roy,

We can't promise a release date but it could be within a month, even less, the code is there, but we need a bit to clean it up first :)

rooi commented 4 years ago

Thanks Silvano!

rooi commented 4 years ago

Hi Silvano,

How is het going with the cleanup going? Obviously I'm meaning to ask you when we can expect the streaming functionality ;) You mentioned the code you plan to use is already there, can you give an indication which code/methods/examples you plan to use (the one that's in HololensForCV for HL1?). Then we can perpare are own software for the stream.

Thanks!

Roy

Lancename commented 4 years ago

Hi Silvano, I wonder if the streaming app and the remote app are able to work at the same time ? It is very important for me.
Thanks!
Lance

agroenenberg commented 4 years ago

Hi @kysucix , do you maybe have any updates on this? Thanks in advance!

dennisritter commented 3 years ago

Hi Silvano,

are there any updates on this? A Streaming-to-Desktop solution would be really helpful for my current work. Thanks in advance!

Dennis

agroenenberg commented 3 years ago

https://github.com/petergu684/HoloLens2-ResearchMode-Unity/ Check out this git

cgsaxner commented 3 years ago

Hi, I started to implement my own Streamer of RM sensor data and video camera frames to desktop from a Unity Plugin. Currently, it works for AHAT and the photo video camera: https://github.com/cgsaxner/HoloLens2-Unity-ResearchModeStreamer It is still work in progress, but maybe a place to start for others interested in this functionality.

zovathio commented 3 years ago

Hi @kysucix, thanks for your work! Do you maybe have any updates on this? Thanks in advance!

sitzikbs commented 3 years ago

Hi @kysucix, voting up the usefulness of a stream research mode streams to desktop.

dogadogan commented 2 years ago

Do you have any updates on this? Thank you!