搜索资源列表
CaptureIt.rar
- 很好用的VB抓屏、鼠标拖动区域截图小精灵,小巧灵活,不亏为称为"精灵"。它可以完成抓取整个桌面,截取活动窗口、抓取某个区域、清除重来、保存图像等功能,每一个都是实用。VB的抓屏程序源码爱好者已收录很多了,个个都精彩,每一个都是用不同的方法来实现,值得学习。 ,Good use of VB screenshots, mouse, drag the region elf screenshot, compact and flexible, non-loss for the known as the
cap
- VFW的视频捕获源程序 是视频编程的入门程序 带有截图功能-VFW video capture source is video programming with a screenshot of the entry procedures for the functional
screenshot-avi
- 可以将屏幕上所指定的任何区域保存录像下来,保存可以为avi-On the screen can be specified in any region save the video down, save for the avi
Capture
- 用VC6.0实现图片截屏,并保存在默认的C盘目录下,对初学者学习图片保存以及截屏也是个样本-VC6.0 picture with the achievement of Screenshots, and stored in the default directory of the C disk, save the picture to learn for beginners and also a sample screenshot
avi_player
- 用mcisendstring实现一个简单的播放AVI的播放器。可以定位到某一特定的帧,同时可以把该帧截图保存为一个bmp文件。-Mcisendstring with the player to achieve a simple AVI player. Can be targeted to a particular frame, the frame at the same time can be saved as a bmp screenshot file.
MyCapture
- 一个截图程序,可参考学习,有详细代码和可执行文件,用c++.net开发。-A screenshot program, refer to learn, contains a detailed code and executable files, using c++. Net development.
ImageCatch
- 一个direct Show的封装类,可以选择硬件设备,可以打开文件,播放暂停,以及截图-A direct Show package type, you can choose the hardware device, you can open files, play pause, as well as the screenshot
videocapturec
- 捕获摄像头视频,并且可以移动框,解析截图-Capture camera video, and can move boxes, analytical Screenshot
VCMP3
- c++开发的MP3程序 含源程序工程文件和调试截图-c++ program with the development of MP3 files and debug source project screenshot
MediaPlayer
- 采用DirectShow开发的视频播放器,可播放常见的视频格式文件,还具有截图的功能。-DirectShow development of video player that can play common video format, and also has a screenshot of the function.
cprintscreen
- implementation of the program to capture a screenshot from your webcam and save in .jpeg on your pc, the program was developed in portuguese. Necessary the opencv library -implementation of the program to capture a screenshot from your webcam and sa
Monitor
- windows环境下的视频监测系统,根据摄像头监测到的图像变化自动将变化的截图发送到指定的邮箱中。-video monitoring system in the windows environment, the image changes automatically monitored under the camera will change screenshot sent to the specified mailbox.
MP3-player-free-controls
- 免控件MP3播放器,基于VB实现,不用任何控件,纯粹靠调用系统自带DLL实现播放,可控制音量,声道,播放位置,暂停开始等。源码测试截图请参见软件截图。-MP3 player free control, based on the realization of VB, without any control, purely by calling system comes with DLL playback, volume control, channel, playing position, pau
Webpage-Capture-Wizard
- VB网页抓图精灵2源码,自带网页浏览器,打开某一网址后,点击抓图按钮,可将本网页完整抓取成图片,原理和以前的截图相似,有兴趣的Vb爱好者可参考。-VB Webpage Capture Wizard 2 source code, with Webpage browser, open a web site, click the capture button, can be the Webpage complete crawl into the picture, the principle and t
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.