搜索资源列表
Animation Of Waveform
- 在信号处理中,通常需要把采集信号的实时波形显示出来。 如果直接在屏幕上动态绘图的话,会出现闪烁现象,为了克服这个问题,本文采用的就是先在内存绘图,然后再拷贝到屏幕,从而实现动态绘图而不闪烁。
dvr屏幕监控
- 视频采集、传输、存储,实现实时监控功能
sc
- 本程序采用c++ 来实现屏幕的实时捕捉,类似QQ的截屏(ctrl+alt+A)。-This zip includ some message about the screen chased,it like the QQ screen chased。
gscav1
- 中星微摄像头的驱动程序,在S3C2410下编译通过,更重要的是,附带servfox-R1_1_3.tar.gz源码,实时显示在PC显示屏幕上。-Vimicro camera driver, the compiler of the S3C2410 is passed, more importantly, with servfox-R1_1_3.tar.gz source, real-time displayed on the display screen on the PC.
InstantDemo_ha
- 视频录制软件,可以对屏幕及选定的区域进行实时录制。-Video recording software, and selected areas on the screen in real time recording.
vidio
- 截屏,实时播放荧屏,可以定义屏幕大小,可以转存为不同的视频格式-Screenshots, real-time playback screen, you can define the screen size can be transferred to different video formats
video_capture
- 采用V4L2(video4 linux2)编程,在开发板上实现视频监控。开发板的USB外界摄像头后,运行该程序可在屏幕上看到实时监控画面。在V4L2中,视频设备被看作一个文件。打开设备文件后,获取设备的capability,检测视频设备支持标准,进而设定视频采集方式(内存映射的采集方式),捕捉到的图像数据利用yuv格式转换为rgb格式的算法进行处理,处理后的图像数据循环入队列缓存,并重新采集下一张视频数据。-Using V4L2 the (Video4 linux2), programming,