Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Hardware Accelerated Video Decoding on HoloLens

RschuRschu
edited March 2017 in Projects

The HoloLens has this SoC built-in: Intel Atom x5-Z8100 1.04 GHz
There's not much info available about the supported video codecs that run on the chip. The only I could find was about the 8300 which mentions numerous supported codecs for decoding: https://en.wikichip.org/wiki/intel/atom_x5/x5-z8300

It is clear that H264 is hardware accelerated on the 8100 the HoloLens uses, but I was wondering if H265, VP8 and VP9 are also hardware accelerated for decoding?
Is tis exposed via Media Foundation?

René Schulte | Director, Immersive Experiences | Microsoft MVP Windows Development
www.identitymine.com | http://blog.rene-schulte.info

Answers

  • Options

    Hi René,

    Have you learned anything about HoloLens hardware codecs? This is one of the top results on a google search about the topic.

    Cheers,
    Adam

  • Options

    Hey Adam!

    The HoloLens supports H264 hardware accelerated decoding just fine but not VP8 nor H265. It seems it can decode 2 streams in parallel. A 3rd H264 stream will make it fall back to software decoding.

    We are using Windows Media Foundation in order to access the HW H264 decoder for our WebRTC streams.

    Hope that helps.

    René Schulte | Director, Immersive Experiences | Microsoft MVP Windows Development
    www.identitymine.com | http://blog.rene-schulte.info

  • Options

    Thanks, that makes sense. Any info on VP9?

  • Options

    Hi René,

    according to https://en.wikichip.org/wiki/intel/atom_x5/x5-z8300, the hardware does support H265 decoding.

    "Video decode hardware acceleration including support for H.263, MPEG4, H.264, H.265 (HEVC), VP8, VP9, MVC, MPEG2, VC1, JPEG."

    could you please elaborate why no support for H265 on HoloLens?

    Thanks in advance for your feedback.
    -Govind

Sign In or Register to comment.