jdibenes / hl2ss

HoloLens 2 Sensor Streaming. Real-time streaming of HoloLens 2 sensor data over WiFi. Research Mode and External USB-C A/V supported.
Other
217 stars 53 forks source link

Simultaniusly get pv stream with and without Holograms #141

Closed lishiyu005 closed 1 month ago

lishiyu005 commented 1 month ago

Dear author,

Thank you very much for providing this real-time streaming. Currently I am using the pv stream to detect objects and use the Holograms to visualize the animations. However, I cannot get pv stream with and without HOLOgrams at the same time. If I use pv stream of Holograms, then the virtual objects are detected instead of the real objects. If I use pv stream without Holograms, then I cannot see the animations.

Is it possible to get pv stream with and without Holograms at the same time?

Best regards

jdibenes commented 1 month ago

Hi, Try using PV with holograms along with Extended Video in shared mode with PV selected to obtain a second PV stream without holograms. See client_stream_extended_video.py.

lishiyu005 commented 1 month ago

Thanks it works