Click here to Skip to main content
15,884,298 members
Articles / Mobile Apps

Monitoring with a WebCam on a WAP phone

, ,
Rate me:
Please Sign up or sign in to vote.
4.40/5 (8 votes)
7 Feb 2005CPOL13 min read 153.4K   1.1K   82  
An article about WAP architecture and a sample application.
  • wapcamsdkr20.zip
    • WapCamSdkR20
      • JpegLib
        • CDERROR.H
        • CDJPEG.H
        • JCAPIMIN.C
        • JCAPISTD.C
        • JCCOEFCT.C
        • JCCOLOR.C
        • JCDCTMGR.C
        • JCHUFF.C
        • JCHUFF.H
        • JCINIT.C
        • JCMAINCT.C
        • JCMARKER.C
        • JCMASTER.C
        • JCOMAPI.C
        • JCONFIG.H
        • JCPARAM.C
        • JCPHUFF.C
        • JCPREPCT.C
        • JCSAMPLE.C
        • JCTRANS.C
        • JDAPIMIN.C
        • JDAPISTD.C
        • JDATADST.C
        • JDATASRC.C
        • JDCOEFCT.C
        • JDCOLOR.C
        • JDCT.H
        • JDDCTMGR.C
        • JDHUFF.C
        • JDHUFF.H
        • JDINPUT.C
        • JDMAINCT.C
        • JDMARKER.C
        • JDMASTER.C
        • JDMERGE.C
        • JDPHUFF.C
        • JDPOSTCT.C
        • JDSAMPLE.C
        • JDTRANS.C
        • JERROR.C
        • JERROR.H
        • JFDCTFLT.C
        • JFDCTFST.C
        • JFDCTINT.C
        • JIDCTFLT.C
        • JIDCTFST.C
        • JIDCTINT.C
        • JIDCTRED.C
        • JINCLUDE.H
        • JMEMMGR.C
        • JMEMNOBS.C
        • JMEMSYS.H
        • JMORECFG.H
        • JPEGINT.H
        • JpegLib.001
        • JpegLib.dsp
        • JpegLib.dsw
        • JPEGLIB.H
        • JPEGTRAN.C
        • JQUANT1.C
        • JQUANT2.C
        • JUTILS.C
        • JVERSION.H
        • Release
          • JpegLib.lib
      • resource.h
      • Script1.rc
      • Script1_old.rc
      • StdAfx.cpp
      • StdAfx.h
      • Wap.dll
      • Wap
      • WapCamSdkR20.cpp
      • WapCamSdkR20.dsp
      • WapCamSdkR20.dsw
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#if !defined(AFX_STDAFX_H__AC1D2CC3_27DF_11D4_BCAA_00A0C99D5DA6__INCLUDED_)
#define AFX_STDAFX_H__AC1D2CC3_27DF_11D4_BCAA_00A0C99D5DA6__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


// Insert your headers here
#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers

#include <windows.h>



//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__AC1D2CC3_27DF_11D4_BCAA_00A0C99D5DA6__INCLUDED_)

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
Web Developer
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Written By
Web Developer
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions