Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maybe something wrong in the sample #142

Open
Louislar opened this issue Oct 30, 2020 · 0 comments
Open

Maybe something wrong in the sample #142

Louislar opened this issue Oct 30, 2020 · 0 comments

Comments

@Louislar
Copy link

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.

  1. 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.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant