Pause on one of branches in DirectShow graph -
i wrote app video capture. app uses following graph:
as see after smart tee has 2 banches. first, "capture", use stream handling, second, "preview", show of video on app's window. user minimizes window , using preview branch not need. case stop stream on branch.
i can stop , rebuild of graph without preview. don't stop/rebuild graph. perhaps, knows other method it? ideas.
it's not possible stop part of graph. such scenario need multiple graphs (source, grabber, preview) , gmfbridge.
by way, why need tee? can't connect video-renderer grabber?
Comments
Post a Comment