Skip to content

This has a "static" demo (poor demo, at that) of a demo video capture source. From the tmhare stuff.

Notifications You must be signed in to change notification settings

YChuan1115/open-source-directshow-video-capture-demo-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

simple demo "virtual camera" (fake camera) input.
originally from http://tmhare.mvps.org/downloads.htm

There is a "higher quality" dshow virtual inputter here:

https://github.com/rdp/screen-capture-recorder-to-video-windows-free

It also doesn't handle paused graphs well/right yet.
in fillBuffer:
    // If graph is inactive stop cueing samples
    //if(!m_pParent->m_bActive || m_pParent->m_bEOF) 
    //    return S_FALSE;

About

This has a "static" demo (poor demo, at that) of a demo video capture source. From the tmhare stuff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • C 3.6%