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

TD support #137

Closed trandzik closed 2 months ago

trandzik commented 2 months ago

Added TD client (hl2ss_td), which currently supports following streams:

RM_VLC_LEFTFRONT
RM_VLC_LEFTLEFT
RM_VLC_RIGHTFRONT
RM_VLC_RIGHTRIGHT
RM_DEPTH_AHAT
RM_DEPTH_LONGTHROW
RM_IMU_ACCELEROMETER
RM_IMU_GYROSCOPE
RM_IMU_MAGNETOMETER
PERSONAL_VIDEO
MICROPHONE

I have noticed clients are now placed in extensions folder, but since hl2ss_td is using python client (which is placed in root within viewer directory), I have rather kept hl2ss_td next to it. If you might prefer some other placement, feel free to let me know :)

jdibenes commented 2 months ago

nice, thank you!