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

BitmapPixelFormat #41

Open
samuro95 opened this issue Jul 6, 2018 · 2 comments
Open

BitmapPixelFormat #41

samuro95 opened this issue Jul 6, 2018 · 2 comments

Comments

@samuro95
Copy link

samuro95 commented Jul 6, 2018

Hi,
According to the Windows sample HolographicFaceTracking https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/HolographicFaceTracking, 'The HoloLens PV camera provides NV12 video images by default'. However, it seems that on your app, you acquire frames with BitmapPixelFormat Bgra8. How do you do that ?
Thank you for your help.

@FracturedShader
Copy link

If you take a look at issue #19, you can see that it really does not work well. OpenCV does support data crushing though, if you really need that to happen.

@polszta
Copy link
Contributor

polszta commented Jul 22, 2018

Take a look at MediaFrameSourceGroup::GetSubtypeForFrameReader -- we are requesting the images to be converted to Bgra8.

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

3 participants