Learn how to perform image processing on AVI files using the Microsoft AVIFile API.
Latest Video Articles
DVD Explorer
Learn about a new utility to analyse the data's structure on a DVD.
Build a Maintenance Application with the XmlTextWriter/XmlTextReader Classes
Tom Archer presents a step-by-step tutorial for building an application that uses the .NET XML classes to read and write video information to an XML file.
DirectShow Single-Frame Capture Class Without MFC
Learn how to use DirectShow to capture a frame into a Windows DIB from a DV Camera or Web Camera, FireWire, or USB.
VideoNet: Peer to Peer Video Conference Application
Discover an application that allows any two persons on the LAN/Intranet (possibly the Internet) to have a video conference.
Simultaneous Previewing & Video Capture using DirectShow
This article explains a method to perform Previewing and Grabbing Simultaneously from a Webcam using DirectShow. Other than using the conventional ISampleGrabber interface, this application used the Directshow VMR Filters & IPin Interfaces .
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.