mediafoundationsamples
mediafoundationsamples copied to clipboard
How to run the samples on UWP?
Hello, Thank you for all the samples. I am trying to use the H264 round trip sample for capturing a video stream in Microsoft Hololens 2. I have to deploy for ARM in a UWP application. I tried creating a new C++ WRL application and copied over codes from this repo. However, I got stuck with this issue of MF_DEVSOURCE_ATTRIBUTE_SOURCE_TYPE not being available for UWP.
Could you suggest how can I get the H264 round-trip sample running for UWP ARM?