# MediaFoundationVideoCapture **Repository Path**: open-isp/MediaFoundationVideoCapture ## Basic Information - **Project Name**: MediaFoundationVideoCapture - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: MediaTypeChange - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-10 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Media Foundation Video Capture This repository hosts minimalistic source code to read video frames from a camera using [Microsoft Media Foundation Source Reader API](https://docs.microsoft.com/en-us/windows/win32/medfound/source-reader). The code is transfered from [orignial blog post](https://alax.info/blog/1835) and updated to leverage useful stuff coming with C++/WinRT. ### See Also - [Microsoft Media Foundation webcam video capture in one screen of code](https://alax.info/blog/1835) - [Why do IMFSourceReader::ReadSample block when I change the the camera output format?](https://stackoverflow.com/q/70699005/868014)