c++ - How can i create avi from camera using directshow? -


i capture video files camera. captured image files camera using sample grabber, don't know how capture video files , save avi format. when call renderstream function, error occurs.

windows sdk 7.x comes amcap sample classic sample demonstrating preview , capture capabilities.

video capture application.

this sample application demonstrates following tasks related audio , video capture:

  • capture file
  • live preview
  • allocation of capture file
  • display of device property pages
  • device enumeration
  • stream control

if have narrower problem, please post code advice specific problem.

getting sample code

  • install windows sdk 7.1
  • make sure install samples
  • this sample installed under following path: [sdk root]\samples\multimedia\directshow\capture\amcap

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -