Pause on one of branches in DirectShow graph -


i wrote app video capture. app uses following graph: enter image description here

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

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

Qt4: how to send QString inside a struct via QSharedMemory -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -