搜索资源列表
视频相关源代码集
- 视频播放,压缩,处理等(delphi)-Video display,compress,processsing and so on (Delphi).
利用VC++开发数据采集系统
- 信成为可能,因而用户可以用计算机控制仪器,可 以依赖计算机为工具开发自己的强有力的软件来增强 自己的仪器系统的功能,使他能够分析和处理特定的 数据并显示结果,而不是限于仪器的固-letter as possible, so users can use computer-controlled equipment, it can rely on the computer as a tool to develop their own powerful software to enhance
VFWCapture
- Using VFW to capture Video Stream from WebCam and so on
GraphicBCB
- BCB用的圖片轉換library,支援的圖片包括ppm,pgm,tif...等非常多-BCB change the picture library, including support for the Photo ppm, pgm, tif so many ...
LiveVideo_src
- This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devices includi
testcamera
- 昨天看到有一个朋友自己实现了类似QQ截图的功能,于是把QQ截图的 DLL 翻出来,简单测试了一下,发现一些不常见的小功能也许对大家有用。这里使用 RTX(腾讯的另一个软件产品) 中自带的 camerawnd.dll, 和QQ的很相似。-yesterday to see his friend achieve a similar function QQ screenshots, So, QQ screenshots DLL turned out, a simple test for a moment
Video_capture
- 多种渠道视频采集源代码This an attempt to create an application which captures Live video from a Video capture device and USB attached WebCam all together in the same application. While developing my project, I needed to capture the video from various video devi
shipinjiankongxitong
- 视频监控系统,可以实现录像功能 并保存在本地硬盘盘上,从而达到监控的目的-video surveillance system, can achieve a video function and the preservation of the local hard disk, so as to achieve the purpose of monitoring
videocap-vb
- 用VB写的一个捕捉视频的程序,搜索了下,这里代码都是用VC写的,SO上载给那些需要的VB初学者
MovieShow
- Introduction At long last I have finally made what I have wanted to make for so long. Being new to the coding world, this media player (which I call MediaShow ) is my first working software. It is based on the famous DirectShow multimedia API from
video.rar
- 简单的视频监控系统,可以启动摄像头进行实时监控,同时,可以把视频保存为AVI格式进行录像、回放等。,Simple video surveillance system, can activate the camera for real-time monitoring, at the same time can be saved as AVI video format video playback and so on.
camerallocatetomakeitasthereal
- 对图像畸变进行处理和校正,以使得广角摄像头所成的畸变图像回复为和实物看起来一样。,to make image as the object so we can disposse the correct
video-proceesing
- 该工程用c#语言开发实现了从摄像头捕捉一张图片并保存,再对图片进行简单的处理,比如灰度值、二值化、旋转等等。-The project achieved using c# language developed from the camera to capture an image and save it, and then the simple image processing, such as gray scale, binary, rotate and so on.
uvc_camera
- 包含全套基于v4l2的视频采集服务器客户端源码,也可应用于嵌入式产品中,下载编译即可运行-it s code that can capture vedio based on v4l2 so you can use it to finish many function.
VIEW
- 1) 将y4m格式的视频文件读入到Matlab中,文件可以从如下网站下载: http://media.xiph.org/video/derf/ 2) 使用examples.m将y4m视频文件中的每一帧图像读取出来 3)把奇数帧的偶数行丢弃,把偶数帧的奇数行丢弃,这样就形成了隔行视频 4)分别采用垂直重复,行平均,垂直内插,场平均,行场平均的方法进行去隔行 5)分析结果 -1) y4m video file format will be read to Matlab, fi
01
- 就是下载点东西啊,还没学会 等会编了 再传吧 不好意思啊-Is to download something, ah, had not yet learned so it will compile a re-transmission sorry ah
cvmedianfilterDlg
- windows下用opencv实现的图像变换和视频跟踪,做图像视频处理的可以好好研究一下!-windows achieved using opencv image transform and video tracking, so video images can be handled properly to look at!
TakePhoto
- 基于宏视视频采集卡开发的小软件,实现了预览图像\停止预览\保存图像等功能.-Macro-based video capture card as a small software development to achieve a preview image \ stop the preview \ save the image and so on.
CaptureLiveVideofromvariousVideoDevices
- 这是一个捕捉现场视频应用程序,从视频捕获设备和USB连接网络摄像头都在同一个应用程序。我的项目在发展,我需要捕获来自各种视频设备,包括电视视频。虽然,我发现了一些用于捕获视频的来源,这不是效率。所以,这促使我发展自己的独立的应用程序。最初,LiveVideo检测到视频采集卡的可用性和网络摄像头是否附有与否。否则,它显示的信息。 API的大部分职能,从DirectX SDK的使用。essage. Most of the API functions are used from DirectX SDK
VideoNet_srcbb-0813eve
- 进行VideoNet的程序(在http://www.codeproject.com/Articles/7573/VideoNetb上下载的)学习中,发现在进行调试时, 1. 运行到 ConvertRGB2YUV 函数时,在 *y++=( RGB2YUV_YR[*r] +RGB2YUV_YG[*g]+RGB2YUV_YB[*b]+1048576)>>16 出down掉! 崩溃! 程序每次到这里崩溃,我也崩溃了!后来反复查网上帖子,有几个说的还行,总体说来,还是没有根本