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
219 stars 53 forks source link

Hololens 1 #145

Open pkritika opened 1 month ago

pkritika commented 1 month ago

Hey. Do you think this repo works for hololens 1 too?

jdibenes commented 1 month ago

Hi, No. Some of the data preprocessing stuff uses ARM64 intrinsics and the research mode for HoloLens 1 is different, so it won't even build.

pkritika commented 1 month ago

I am trying to run client_stream_pv.py since I only require camera data of the hololens. It's not gonna work for this one too?

jdibenes commented 1 month ago

No. The server app won't run on hololens 1 so the python script won't work.