c# - Playing a Video and grabbing frames using a timer -
i having trouble playing video , grabbing frames. need grab frames perform change detection among other things...is there way of playing video , grabbing frames periodically (using timer) such using windows media player control on windows form?
n.b:
- i have looked on directshow.net, seems complicated & involved such simple requirement. don;t want head route, unless absolutely must.
- the avifile lib won't cut since need support multiple video formats (other avi)
i have done similar in past directshow.
you going better results directshow, since can calculations frame frame rather on timer.
Comments
Post a Comment