搜索资源列表
摄像头抓图程序
- ARM的USB视频采集源程序 抽取出来了三个文件:vidcat.c v4l.c v4l.h 搞定了它的编译,生成了一个60k的vidcat可执行文件,拷贝到2410上后工作正常-Video capture source program of ARM USB draw following 3 file: vidcat.c v41.c v41.h to finish its compile and build about 60K vidcat executable file and wor
Twain协议图象拍摄
- 视频捕捉与采集源程序,win32版本,值得开发借鉴.-video capture and acquisition source, the win32 version, it is worth developing reference.
22153922859
- 调用avicap32.dll实现摄像头抓图 视频捕捉 ... C#
通过directshow捕捉图象并远传
- 用directshow和vfw,自动识别视频源,采用divx压缩并远传,在远端可以通过tcp网络接收,并divx解码显示。
视频
- 图象追踪,定位
微图SDK5.0(专业版)
- 其中,VC中还有相应功能的模块代码,包括: 1、单路显示存图: SingleCapture 2、多路显示存图: MultiCapture 3、简单回调存图: SimpleCallback 4、多路回调存图: MultiCallback 5、压缩存储: SaveAvi 6、连续帧采集: SequenceCapture 7、外触发回调: TriggerCallback 8、文字图形叠加: GDIOperation 9、 OSD操作: OSDOperat
STM32控制OV7670的视频采集
- STM32控制OV7670的视频采集。内含原理图及相关器件资料,还有C程序源码。-STM32 control OV7670 video capture. Includes schematics and information related devices, as well as C program source code.
Vfwcap
- 采用windows API函数编写的基于VFW的视频采集程序,包含了视频预览,抓图,视频捕获,视频压缩功能-Prepared using windows API functions VFW based video capture program, including a video preview, capture, video capture, video compression
VCap1
- 基于MFC的视频捕捉程序,提供预览窗口,实现连续截图,也可以单张保存图片。源代码,编译后可运行。-MFC-based video capture program, providing the preview window, to achieve continuous shot, you can also save the image sheet. Source code can be compiled to run.
VideoEXE
- 用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。 本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头 一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料 -Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for
shipinbuhuoshuzi
- 机遇VFW技术完成视频捕获,并录像,抓图,并自动记录抓拍时间,并按顺序保存图像为JPEG格式-VFW technology opportunities to complete video capture and video capture, and automatically record the time to capture, save and order for the JPEG image format
vfwshipinbuhuo
- 基于vfw视频捕获和压缩,功能很强大,简单易懂,可以录像,抓图保存为JPEG格式并记录时间,而且还开打开已抓取的图片进行回放。-Vfw-based video capture and compression, function is powerful, easy-to-read, you can video, drawings saved as JPEG format and record the time, but also open to open the picture has been
jietu_green
- 一款很不错的视频截图软件,一键搞定。方便你今后的抓图-A very good video screenshot software, get a key.
camera
- 一个调用视频API做的视频+截图程序可二次开发-An API call to do a video+ video capture program can be secondary development of
DirectShow
- 本文以DirectShow技术为基础,通过对媒体文件或多媒体 流中的视频流的处理,从多媒体文件视频流中捕获视频帧图 像,提取出所需要的最好、最有价值的图像帧信息。利用 DirectShow技术从视频流中捕获帧图像,捕获精度可达到l帧。-In this paper, DirectShow technology-based, through the media file or multimedia stream video stream processing, multimedia fi
adv202p160fsch
- adv202是TI公司一款优秀的视频压缩芯片,本资料是其实际应用原理图-adv202 is a TI company' s outstanding video compression chip, the information is its practical application schematic
eyes
- 本系统主要实现抓图、录像、选择录像路数功能。(The system making the screenshot videotape come true)
调用vlc+抓图
- 通过调用vlc的activeX插件来播放网络摄像头实时视频并抓图(By calling the VLC activeX plugin to play online real-time video camera and capture)
视频监控
- 易语言视频监控图片模块源码例程程序结合易语言模块截取窗口位图.ec和斩月_图像相关模块.ec,调用API函数实现视频图片的捕捉。
视频捕获预览工具
- 一视频预览工具,使用ICaptureGraphBuilder2和ICreateDevEnum接口来构建捕获图,可以在视频会议中应用。