Log in

View Full Version : CaptureManager SDK - Capturing, Recording and Streaming Video and Audio from Web-Cams


StainlessS
16th April 2021, 13:11
As per the thread title, CaptureManager SDK - Capturing, Recording and Streaming Video and Audio from Web-Cams

Just a link to SDK on Code Project:- https://forum.doom9.org/newthread.php?do=newthread&f=69

This article presents my project for capturing of video and audio sources on Windows OS by Microsoft Media Foundation.
Here we look at various demo programs showcasing the project. For example: web-cam capturing and viewing via OpenGL rendering, the way of using of Enhanced Video Renderer for rendering of live video via CaptureManager COM server, the way of linking CaptureManager.dll with C# project, and collecting information from sources and presenting it in the readable form. presents the way viewing live video from web cam via COM Sever on C# - WPF by calling of video frames from WPF thread.

+ a dozen or so zips of SDK and source code.
Maybe somebody could make something of it.

real.finder
16th April 2021, 13:26
is it same as https://forum.doom9.org/showthread.php?t=170311 ?

StainlessS
16th April 2021, 13:44
Its an SDK [Software Development Kit] + demos and examples to show how a dev might create his/her
own version of VideoInputSource, but VideoInputsource is AVS specific, the SDK is not AVS specific.
[could be added into Avisynth/Vaporsynth stuff]

EDIT: I dont know if open source, I saw mention of FreeWare.
EDIT: Also says Recoding, so save to file which VideoInputSource dont do.