H263wangluo

所属分类:视频捕捉采集剪辑
开发工具:Visual C++
文件大小:1902KB
下载次数:210
上传日期:2007-05-24 22:54:34
上 传 者fangzongdi
说明:  这个程序有PC的服务端和Pocket PC上的客户端两个部分。服务端运行时,按下开始就可以从PC机的摄像头捕获视频,并且使用H.263编码进行压缩。这时服务端将在TCP的8765端口进行监听;这时运行客户端,输入服务器IP地址并点击“连接”,在网络正常的情况下,将实时显示服务端摄像头捕捉到的画面,画面的实时性取决于网络的带宽。
(this procedure is the server PC and Pocket PC client of two parts. The server is running, pressing from the start of PC cameras capture video, H.263 coding and the use of compression. Then the server will be in the 8765 TCP port eavesdropping; Then run the client, Enter the server IP address and click the "link" the network under normal circumstances. real-time display of server-side cameras to capture the screen, the screen depends on the real-time nature of the network bandwidth.)

文件列表:
H263.视频\CameraVideo\CameraVideo.aps (21096, 2007-05-24)
H263.视频\CameraVideo\CameraVideo.clw (1365, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.cpp (2133, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.dsp (8699, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.dsw (547, 2005-10-08)
H263.视频\CameraVideo\CameraVideo.h (1379, 2005-10-08)
H263.视频\CameraVideo\CameraVideo.ncb (320512, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.opt (53760, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.plg (8153, 2006-08-07)
H263.视频\CameraVideo\CameraVideo.rc (5802, 2005-10-08)
H263.视频\CameraVideo\CameraVideoDlg.cpp (10998, 2006-08-07)
H263.视频\CameraVideo\CameraVideoDlg.h (2499, 2006-08-07)
H263.视频\CameraVideo\decoder\convert.cpp (5215, 2005-10-08)
H263.视频\CameraVideo\decoder\convert.h (936, 2002-05-07)
H263.视频\CameraVideo\decoder\decdef.h (2762, 2002-05-07)
H263.视频\CameraVideo\decoder\decstruct.h (1602, 2002-05-07)
H263.视频\CameraVideo\decoder\DGlobal.cpp (7715, 2005-10-08)
H263.视频\CameraVideo\decoder\DGlobal.h (3700, 2002-05-07)
H263.视频\CameraVideo\decoder\GetBits.cpp (6039, 2005-10-08)
H263.视频\CameraVideo\decoder\GetBits.h (1627, 2002-05-07)
H263.视频\CameraVideo\decoder\GetBlk.cpp (10575, 2005-10-08)
H263.视频\CameraVideo\decoder\GetBlk.h (1729, 2002-05-07)
H263.视频\CameraVideo\decoder\GetHdr.cpp (5470, 2005-10-08)
H263.视频\CameraVideo\decoder\GetHdr.h (1528, 2002-05-07)
H263.视频\CameraVideo\decoder\GetPic.cpp (32546, 2005-10-08)
H263.视频\CameraVideo\decoder\GetPic.h (2258, 2002-05-07)
H263.视频\CameraVideo\decoder\GetVlc.cpp (11204, 2005-10-08)
H263.视频\CameraVideo\decoder\GetVlc.h (1703, 2002-05-07)
H263.视频\CameraVideo\decoder\Idct.cpp (6826, 2005-10-08)
H263.视频\CameraVideo\decoder\Idct.h (1925, 2002-05-07)
H263.视频\CameraVideo\decoder\Idctref.cpp (4441, 2005-10-08)
H263.视频\CameraVideo\decoder\Idctref.h (1437, 2002-05-07)
H263.视频\CameraVideo\decoder\Indices.cpp (4335, 2005-10-08)
H263.视频\CameraVideo\decoder\Indices.h (1783, 2002-05-07)
H263.视频\CameraVideo\decoder\main.cpp (2183, 2005-10-08)
H263.视频\CameraVideo\decoder\Recon.cpp (22236, 2005-10-08)
H263.视频\CameraVideo\decoder\Recon.h (2760, 2002-05-07)
H263.视频\CameraVideo\decoder\Sac.cpp (7046, 2005-10-08)
H263.视频\CameraVideo\decoder\Sac.h (1533, 2002-05-07)
H263.视频\CameraVideo\decoder\Sactbls.cpp (12672, 2005-10-08)
... ...

======================================================================== Microsoft Foundation Class Library for Windows CE: Test ======================================================================== AppWizard has created this Test application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your Test application. Test.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestApp application class. Test.cpp This is the main application source file that contains the application class CTestApp. Test.rc This is a listing of all of the Microsoft Windows CE resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft eMbedded Visual C++. res\Test.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file Test.rc. res\Test.rc2 This file contains resources that are not edited by Microsoft eMbedded Visual C++. You should place all resources not editable by the resource editor in this file. Test.vcc This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one dialog class: TestDlg.h, TestDlg.cpp - the dialog These files contain your CTestDlg class. This class defines the behavior of your application's main dialog. The dialog's template is in Test.rc, which can be edited in Microsoft Developer Studio. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named Test.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft eMbedded Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFCWCXXX.DLL from the Microsoft eMbedded Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFCWCDEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者