-
fftw3 高质量的快速傅立叶变换软件包
fftw3 高质量的快速傅立叶变换软件包-fftw3 quality Fast Fourier Transform package!
- 2022-02-11 10:35:53下载
- 积分:1
-
A lot of video playback software or video editing software provides the function...
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就用DirectShow实现此功能.
-A lot of video playback software or video editing software provides the function of grasping the frame, the code using DirectShow realize this feature.
- 2023-01-28 13:30:03下载
- 积分:1
-
视频会议与 java
一个视频会议程序用C + +
- 2022-08-24 13:19:38下载
- 积分:1
-
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。...
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing, image can be identified lines.
- 2023-07-17 08:45:03下载
- 积分:1
-
一种使用directshow进行视频捕获的方案,正常调试通过
一种使用directshow进行视频捕获的方案,正常调试通过-directshow use for a video capture program, through the normal debugging
- 2022-03-28 20:24:26下载
- 积分:1
-
- 2023-08-18 19:20:03下载
- 积分:1
-
转载,fpga读取ov7670数据并用vga显示
这是在网上搜到的,具体的代码我也没没怎么弄明白,还是下载后自己研究。主要功能是应用fpga,ov7670数字感光芯片还有VGA组成视频显示系统,实时显示ov7670采集到的图像。
- 2022-07-25 17:59:01下载
- 积分:1
-
网络摄像头SDK支持二次开发
应用背景现如今好多软件开发都是直接在里面嵌套视频,这样有利于实现实时监控和操作,代码里面有Demo支持网络摄像头二次开发、支持多语言开发,有完整的Active插件关键技术支持网络摄像头的二次开发有现成的Demo包括多种语言,可嵌套到项目中,还有Active插件和专门的说明文档
- 2022-01-25 21:56:47下载
- 积分:1
-
本软件能播放硬盘录像机采集到的JMD格式的视频文件。(原码)
本软件能播放硬盘录像机采集到的JMD格式的视频文件。(原码)-The software can broadcast DVR acquisition of the JMD format video files. (Original code)
- 2023-03-31 08:05:04下载
- 积分:1
-
vb摄像头控制源码
Dim lpszName As String * 100
Dim lpszVer As String * 100
Dim Caps As CAPDRIVERCAPS
"//Create Capture Window
capGetDriverDescriptionA 0, lpszName, 100, lpszVer, 100 "// Retrieves driver info
lwndC = capCreateCaptureWindowA(lpszName, WS_CAPTION Or WS_THICKFRAME Or WS_VISIBLE Or WS_CHILD, 0, 0, 160, 120, Me.hWnd, 0)
"// Set title of window to name of driver
SetWindowText lw
- 2023-08-01 21:55:03下载
- 积分:1