Click here to Skip to main content
15,896,606 members
Articles / Mobile Apps / Windows Mobile

Creating Custom DirectShow SampleGrabber Filter for Windows Mobile

Rate me:
Please Sign up or sign in to vote.
4.73/5 (22 votes)
29 Nov 2008CPOL4 min read 598.3K   4.7K   57  
This article explains how to write your custom DirectShow SampleGrabber filter for Windows Mobile.
// stdafx.cpp : source file that includes just the standard includes
// CameraCaptureDLL.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer CST
Bulgaria Bulgaria
I am software engineering working for CST. My interests cover areas of Big Data, Cloud and Kubernetes.

For further information please contact me at akafazov@cst-bg.net

Comments and Discussions