-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the source code as is originally downloaded from https://elcharolin.wordpress.com/2017/08/28/webcam-capture-with-the-media-foundation-sdk/
- Loading branch information
1 parent
4cc6ac5
commit 3575836
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
# WebCamMicrosoftFoundation | ||
Written by Alejandro (https://elcharolin.wordpress.com/2017/08/28/webcam-capture-with-the-media-foundation-sdk/ ) | ||
This code was downloaded from https://elcharolin.wordpress.com/2017/08/28/webcam-capture-with-the-media-foundation-sdk/ | ||
|
||
and was a good introduction to accessing Webcams using Microsoft Foundation api calls but it contained a number of nasty issues that caught me out. | ||
|
||
So I thought I would update and annotate the code to show what I found. | ||
|
||
This first commit is the base code as was downloaded - ie. prior to any updates and annotations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters