jdibenes
jdibenes
Did you add the Hololens2SensorStreaming.cs script to the Main Camera? The plugin requires some setup when added to a Unity project. See "Adding the plugin to an existing project" under...
>I think it is a little bit strange that although it says recording start later it will report the timeout issue. Previously when I try collecting the data directly with...
Settings from the Start menu on the HoloLens, which opens when you tap your wrist.
Hello, After start_subsystem_pv, add ``` client_rc = hl2ss_lnm.ipc_rc(host, hl2ss.IPCPort.REMOTE_CONFIGURATION) client_rc.open() client_rc.wait_for_pv_subsystem(True) client_rc.set_pv_focus(hl2ss.PV_FocusMode.Manual, hl2ss.PV_AutoFocusRange.Normal, hl2ss.PV_ManualFocusDistance.Infinity, focus_value, hl2ss.PV_DriverFallback.Disable) client_rc.close() ``` `focus_value` must be in the range [170,10000], 2000 is usually good.