jdibenes
jdibenes
There wasn't but I just added an example in [sample_pv_audio.py](https://github.com/jdibenes/hl2ss/blob/9829aebd19c8d820d243424f4837fe74e6c4b5ef/viewer/sample_pv_audio.py#L1)
I tried it a long time ago. When using Exclusive capture, the audio controller would report 11 channels but the callback would not receive any audio frames so I didn't...
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](https://github.com/jdibenes/hl2ss/blob/main/viewer/client_stream_extended_video.py).
Hi, When PV and EV are used to obtain two streams of the front camera, the streams must be initialized sequentially. I didn't document this, my bad. Here is the...
Hello, We have added an example: https://github.com/jdibenes/hl2ss/blob/004a8b0219b8c6e78452d9c380f49870f936a60b/extensions/client_cpp/main.cpp#L636 I was unable to reproduce the issue. The C++ client has been updated in recent days, please check that you're using the latest...
Hello, I don't know, sorry. I tried looking in the HoloLens2ForCV repo but was unable to find any relevant information. I assume 1) is due to them being two separate...
Hi. I added some example code to make the hl2ss app start the connection to the PC: https://github.com/jdibenes/hl2ss/tree/client_test The app tries to connect to the PC every second, and streaming...
https://github.com/jdibenes/hl2ss/blob/20a9efd4a6a07fc355ac02a826c0a7faa1fb112a/hl2ss/hl2ss/server_channel.cpp#L7-L8
The example should work for all streams. For the microphone, for example, try running client_stream_microphone.py with host set to None.
Build the plugin and copy it to the plugins folder (Assets/Plugins/WSA).