Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vfw
Search - vfw - List
基于vfw的视频捕捉,用win32API函数编写,实现视频的捕捉-vfw using vc++
Update : 2024-05-21 Size : 836608 Publisher : mayun

实现视频捕获的简单方法,使用vfw,实现获取视频,查看视频格式等功能-Simple way to capture video using VFW and get the video to view the video format
Update : 2024-05-21 Size : 289792 Publisher : Johnson

概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子 -概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子
Update : 2024-05-21 Size : 17371136 Publisher : hulei

DL : 0
视频捕获图片,运用了VFW通过摄像头采集图片-get picture
Update : 2024-05-21 Size : 2348032 Publisher : 刘耀

vfw视频采集录制,vc++图像处理,odbc数据库。很强大-vfw video capture recording, vc++ image processing, the odbc database. Very strong
Update : 2024-05-21 Size : 1384448 Publisher :

一个使用vfw系统函数写的mini播放器,可以播放基本的avi文件。-A use the vfw system function to write a mini player that can play avi file
Update : 2024-05-21 Size : 22528 Publisher : 刘铎

通过一个vfw的简单例子改的,能把单帧视频数据转换成内存bmp,这样就可以用自己熟悉的方式处理摄像头数据了.-Change through a simple example of a vfw, can single frame of video data converted into a memory bmp, so that you can familiarize yourself with the manner the data of the camera.
Update : 2024-05-21 Size : 30720 Publisher : 王颖

DL : 0
4通道虚拟云台控制小程序(vfw),支持快照、录像-4-channel virtual PTZ control program (VFW), support snapshot, video
Update : 2024-05-21 Size : 2061312 Publisher :

VB6 用VFW采集摄像头视频请不要用于商业目的,已通过测试。 -VB6 using VFW capture camera video, please do not use for commercial purposes, has been tested.
Update : 2024-05-21 Size : 37888 Publisher :

VC/MFCrtp
DL : 0
  VFW(Video for Windows)是Microsoft推出的关于数字视频的一个 VFW logo 软件开发包,VFW的核心是AVI文件标准。AVI(Audio Video Interleave)文件中的音、视频数据帧交错存放。围绕AVI文件,VFW推出了一整套完整的视频采集、压缩、解压缩、回放和编辑的应用程序接口(API)。它引进AVI的文件标准,该标准未规定如何对视频进行捕获、压缩及播放,仅规定视频和音频该如何存储在硬盘上,在AVI文件中交替存储视频帧和与之相匹配的音频数据。VFW给程序员提供.VBX和AVICap窗口类的高级编程工具,使程序员能通过发送消息或设置属性来捕获、播放和编辑视频剪辑。现在用户不必专门安装VFW了,Windows95本身包括了Video for Windows1.1,当用户在安装Windows时,安装程序会自动地安装配置视频所需的组件,如设备驱动程序、视频压缩程序等。 由于AVI文件格式推出较早且在数字视频技术中有广泛的应用,所以VFW仍然有很大的实用价值,而且进一步发展的趋势。-VFW (Video for Windows), Microsoft launched a digital video VFW logo Software Development Kit, the VFW is the core of the AVI file standard. AVI (Audio Video Interleave) file audio and video data frame interleaved storage. Around the AVI file, VFW launched a complete set of video capture, compression, decompression, playback and editing application programming interfaces (APIs). Introduction of AVI file standard, the standard does not specify how the video capture, compression and playback, only the provisions of the video and audio stored on your hard drive in AVI files alternately stored video frame and the matching of audio data. VFW to provide programmers. VBX and AVICap window class of high-level programming tools that enable programmers through to send messages or set the property to capture, playback and edit video clips. The user does not have to specifically install the VFW a Windows95, itself, including Video for Windows1.1, when the user when Windows is installed, the insta
Update : 2024-05-21 Size : 201728 Publisher : lijiang

简单的网络视频聊天软件,通过VFW技术实现视频信息捕获-Simple network and video chat software, by VFW technology to achieve the video capture
Update : 2024-05-21 Size : 219136 Publisher : 陈辉

DL : 0
捕捉计算机上的摄像装备,用vfw所带的库文件!-Capture video on your computer equipment, the vfw brought library files!
Update : 2024-05-21 Size : 1024 Publisher : txf

DL : 0
基于VFW视频捕捉得到RGB24格式的视频,然后将该格式转为YUV格式,对YUV格式进行h.263编码,建立socket服务端和客户端,之间通过tcp协议进行传输,这里电脑是服务器端,window mobile手机是客户端,263文件从服务器端传送到客户端,传输完成后利用从ffmpeg移植到wm的h.263解码器进行解码,得到YUV格式的视频,再转为RGB24格式,就可以显示了。-VFW video capture video RGB24 format, then the format to YUV format, the YUV format for h.263 encoding, set up a socket server and client, between the tcp protocol for transmission, where the computer is a server-side window mobile phone client, 263 files from the server, the client sends to the client, the transfer is complete, the use of ported to wm h.263 decoder from ffmpeg to decode YUV format video, and then converted to RGB24 format, you can display a.
Update : 2024-05-21 Size : 8759296 Publisher : 红枫

DL : 0
WIndow提供了一个标准接口文件Vfw.h,用于直接获得通用摄像头的视频数据 , 本程序做了一个使用的样本,可以直接编译运行-The WIndow provides a standard interface file Vfw.h for direct access to common camera video data, this program use a sample, you can directly compile and run
Update : 2024-05-21 Size : 4591616 Publisher : tl

视频获取,见过的质量最好的视频获取程序源码(自己改了些),同时比较较DirectShow与VFW两种接口所的视频的质量。 可直接使用。 -Video acquisition, the best quality video ever seen fetch the source code (own change), while more than the quality of DirectShow and VFW video of the two interface. Can be used directly.
Update : 2024-05-21 Size : 1799168 Publisher : qijgd

DL : 0
用VFW写的视频采集,可以保存为avi格式,同时也可以采集拍照-Written by VFW video collection, you can save to avi format, but also can capture camera
Update : 2024-05-21 Size : 50176 Publisher : tianshui

一个用VFW方法来实现视频压缩的程序,实现用H264来压压缩。但在使用前要安装合适的播放器,推荐使用完美解码播放器。 -A video compression program, the VFW method to achieve pressure compressed using H264. However, prior to use to install the appropriate player, recommended the perfect decoding player.
Update : 2024-05-21 Size : 2119680 Publisher : 马润

vc++视频采集,是用vfw和vcm实现视频获取和压缩后显示。vs2005开发-vc++ video capture, vfw and vcm, video capture and compression after the show. vs2005 development
Update : 2024-05-21 Size : 1204224 Publisher : 张海

Visual C下进行vfw(video for wwindow)捕获视频的测试源码.-Visual C vfw (video for wwindow) to capture video of the test source.
Update : 2024-05-21 Size : 39936 Publisher : ruchen87

DL : 0
基于VC6.0+VFW下的视频采集,可以拍照,预览和录像。功能简单,适合入门。在笔记本(带摄像头)下测试通过。-For based on video capture VC6.0+VFW, can take pictures, preview and video. Simple functions, and is suitable for entry. Testing via laptop (with a camera).
Update : 2024-05-21 Size : 3451904 Publisher : 张雨
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.