V
V
Did you try it? Does it work?:)
Hi:) Just to clarify, are there any actual compatibility issues in terms of MRTK3 + Vuforia? I have been doing just that what @ptc-epassaro described for a couple of months...
How exactly are you getting this matrix, could you share your implementation? Looking at [https://github.com/jdibenes/hl2ss/blob/main/viewer/client_stream_rm_imu.py](url), 6 values (sensor_ticks, soc_ticks, x, y, z and temperature) are returned.
Hey jdibenes, thanks for the reply and sorry for my late reply, sth got inbetween. Anyways, your suggestion with polling the server seemed very reasonable which is what I'm currently...
I tried to follow your code examples. In the module we would have a class `command_buffer(hl2ss.umq_command_buffer)` like so: ``` # Custom command buffer ------------------------------------------------------- class command_buffer(hl2ss.umq_command_buffer): # Command structure #...
It simply was a problem of my network. For some reason it allowed messages from client to server but not the other way around. On another network it worked. Thanks...
As recommended by @jdibenes, I implemented polling from the client side. This means every x ms the client sends a message to the server and the server responds with a...
Regarding 1, is it simply not possible with the hl2ss plugin or is it inherently not possible to record while also stream? In other words, if I were to implement...
Thank you for your input! Your proposed solution sounds feasible. So would you agree that this is the best approach to preview captured video footage on the HL2? I mean...
You are talking about viewing the video stream in real-time on the server right? What I want to do is capture let's say 1min of the stream and then review...