You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using hololens gen1, and wish to get the sensor stream(data) for research.
I found some project may have error, if i don't fix some bug.
Project: StreamerVLC AppMain.cpp
I think the if condition in line 101, maybe wrong, because Depth sensor's data is store in Gray16 not Gray8, so the Code at 107 should be Gray16, when using sensor data to render.
Otherwise line 183 will report error.
Project: Samples/py/ sensor reciever
If i directly run the code it will give error, which tells me that byte can't add string.
So i think in "Try receive data", image_data='' needs to change to image_data=b''.
Using python 3.8.3
I'm new in UWP, so I maybe wrong.
Thanks.
The text was updated successfully, but these errors were encountered:
I'm using hololens gen1, and wish to get the sensor stream(data) for research.
I found some project may have error, if i don't fix some bug.
Project: StreamerVLC AppMain.cpp
I think the if condition in line 101, maybe wrong, because Depth sensor's data is store in Gray16 not Gray8, so the Code at 107 should be Gray16, when using sensor data to render.
Otherwise line 183 will report error.
Project: Samples/py/ sensor reciever
If i directly run the code it will give error, which tells me that byte can't add string.
So i think in "Try receive data", image_data='' needs to change to image_data=b''.
Using python 3.8.3
I'm new in UWP, so I maybe wrong.
Thanks.
The text was updated successfully, but these errors were encountered: