搜索资源列表
USB摄像头视频读取实时处理
VFW效率比较高的USB摄像头视频读取+实时处理,
fr a meCallBack的效率高过拷贝到剪贴板 再读取的操作里面还有YUY2视频解码的处理,都替你弄好了!
overlay 显示模式 替代 preview方式 , 大大减小CPU的负担。
效率虽然比不上DirectShow ,但是也可以了
将亮度曲线集成到 preview 窗口,放个
对话框显示视频
- 在对话框上显示Windows格式的AVI视频
从avi文件中读视频
- OpenCV读取并显示avi视频文件
基于D3D的YV12视频渲染
- 传统的2D视频显示是通过DirectDraw来显示。现在微软也不推荐使用了。用D3D可以充分使用显卡的硬件性能加快显示视频,降低CPU使用率
vfwshow 显示视频的小程序
- 一个显示视频的小程序
android视频传输
- 利用Android 的camera图像的预采集,通过实现PreviewCallback类的回调函数onPreviewfr a me,获得camera采集的原始图像数据之后,压成jpeg格式传到pc端。pc端对接收到的jpeg图像序列进行实时解压和显示,就达到了预想的效果。 开发环境为Windows XP+java 1.6+Eclipse3.4.2 Android版本为1.5 手机测试平台为HTC Hero Android
灰度图象显示
- 视频灰度图象显示-video image
java视频
- 次代码实现了java对视频的截取,通过JMF的api成功的截取了摄像头的信息,同时显示在窗口上面-meeting of the java source implementation of video interception by JMF api successful interception of a camera information also shows that the window above
DirectX_demo
- directx开发图形显示技术,高速显示视频。此源代码是我修改后的可以播放yuv数据的代码-DirectX graphics technology development, high-speed video shows. This source code is modified, I can play the YUV data code
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Wi
WebcamPlus
- 使用ov511usb摄像头,采用video4linux实现视频采集,使用GTK图形库在PC机上显示视频图像。-use ov511usb camera, using video4linux video collection, use GTK graphics library on the PC display video images.
3DVideoPlay
- 本程序是基于DirectShow视频捕获的OpenGL视频纹理演示程序,可以在三维表面和物体上动态显示视频纹理和播放声音。其中视频纹理获取的dll是我修改自网上强人的作品的,其源码在另一文件中发布。-this program is based on DirectShow video capture OpenGL video texture demo program, the three-dimensional objects on th
NewFile060713New
- 使用DirectShow实现多设备视频显示,同时打开多种格式视频,定点播放。-DirectShow multi-use video equipment, opened at the same time a variety of video formats, sentinel player.
useful
- FPGA做VGA视频显示的详细资料,我找了很久才收集起的,有四篇文章,很有用-FPGA do VGA video display detailed information, I found a long time before they start collecting, with four articles, very useful
VideoTest
- 视频显示,捕获以及图片的显示等程序,并能够进行图片文件的传输。-video display, capture and display photographs of procedures and documents to the photographs for transmission.
200-H
- 视频采集程序,可以实现视频显示、及时抓图,我用来光学指纹采集仪的指纹图像采集-Video Collection procedures, video display can be achieved in a timely manner From Wikipedia, I used to optical fingerprint Acquisition Instrument fingerprint image acquisition
QtWebCamTest
- 使用qt做界面,DirectX9_c做摄像头视频采集,并用ffmpeg进行h263的编解码,最后在qt界面上显示视频图像-Qt do use interface, DirectX9_c camera to do video capture, and ffmpeg codec for H263, and finally in the qt interface to display video images
temp
- 刚开始学习OpenCV,编的现示图片和AVI文件的程序,显示视频时还有点小问题-Just started learning OpenCV, made the current show pictures and AVI files to show video was a bit small problem
SupportSpecialEyeShotWithoutRGB
- 支持特殊摄像头专用的视频聊天软件,效果好,用传统视频工具无法显示视频的朋友可以用此程序实现-Support for the exclusive use of special camera video chat software, effective use of traditional video tools can not display video friends can use this procedure to achieve
PictTest
- 实际的视频工程项目经常和YUV格式的全电视信号打交道,另一方面为了增强系统 在PC平台上的实时性,必须发挥显卡系统的工效,即不采用GDI方式来显示视频帧。 本演示程序告诉读者这种做法的大至步骤: 读入YUV文件(采用YUV422格式),然后通过DirectDraw在主平面上显示出来。 每次显示一帧图象。-Actual video project regular and YUV format to deal with th