Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chunmingwang/directshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directshow

directshow example for VisualFBEditor

amcap

IBasicVideo::GetCurrentImage Retrieves the current image waiting at the renderer. This method fails If the renderer Is Using DirectDraw acceleration. Unfortunately, This depends On the End-user's hardware configuration, so in practice this method is not reliable. A better way to obtain a sample from a stream in the graph is to use the ISampleGrabber interface.

ISampleGrabber qedit.bi is already included in this project. Please refer to the following Player Grab and Camera Grab examples.

image

Audio format dialog

image

Audio capture filter dialog

image

Video capture filter dialog

image

Video capture pin dialog

image

playcap

image

sysenum

image

Player Grab

Playing video files, take screenshots using the ISampleGrabber method

image

Camera Grab

Drive the camera for preview and take screenshots using the ISampleGrabber method

image