-
Simple video surveillance system, can activate the camera for real
简单的视频监控系统,可以启动摄像头进行实时监控,同时,可以把视频保存为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.
- 2022-07-23 05:42:59下载
- 积分:1
-
这是freecap
It is FreeCap
- 2023-01-30 05:20:03下载
- 积分:1
-
USB3.0传输例子
应用背景验证了GPIF II接口的高速传输效果,通过FPGA控制芯片传输静态图片,完成接口高速验证。传输的静态图片可以根据FPGA容量大小自己配置,很容易实现。关键技术如果有人使用CYUSB3014芯片做图像开发,这个例子也可以作为一个参考例子,有参考价值,能够帮助新手很快上手,当然也要参考官方的例子,希望对新手有帮助
- 2022-05-16 22:53:24下载
- 积分:1
-
视频编解码器
应用背景
This is the second public release of our MPEG-2
encoder. It converts an
ordered set of uncompressed input
pictures into a compressed bitstream
compliant with ISO/IEC 13818-2 DIS [1]
(MPEG-2).
This program will evolve to become:
ISO/IEC 13818-5 Software Simulation
of MPEG-2 Systems, Video, and Audio.
关键技术
The execution
template for the encoder is:
mpeg2encode parameter_file
output.m2v
Coding parameters can be modified by
editing the parameter_file. Since the
parser expects the operating parameters
to be on certain line numbers,
kindly do not insert or delete lines
from the file.
We have provided a couple of sample
parameter files in the par directory.
&nb
- 2023-07-07 17:15:04下载
- 积分:1
-
一种使用directshow进行视频捕获的方案,正常调试通过
一种使用directshow进行视频捕获的方案,正常调试通过-directshow use for a video capture program, through the normal debugging
- 2022-03-28 20:24:26下载
- 积分:1
-
directshow采集,抓拍,并可调节DV的亮度,对比度,饱和度,支持DV,vfw,wdm,可用于交通监控...
directshow采集,抓拍,并可调节DV的亮度,对比度,饱和度,支持DV,vfw,wdm,可用于交通监控-directshow collection, snapper, DV can adjust the brightness, contrast, saturation, DV, VFW, wdm, can be used to monitor traffic
- 2022-06-12 05:40:27下载
- 积分:1
-
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
VC++ 视频采集与压缩、音频采集、加扰和解绕
- 2023-04-26 18:30:05下载
- 积分:1
-
2013视频编码标准HEVC源代码
HEVC被认为不仅提升图像质量,同时也能达到H.264/MPEG-4 AVC两倍之压缩率(等同于同样画面质量下比特率减少了50%),可支持
- 2022-02-20 04:21:56下载
- 积分:1
-
老外的程序,实现本地视频捕捉代码!用C#语言写的!
老外的程序,实现本地视频捕捉代码!用C#语言写的!-foreigners procedures to achieve local video capture code! C# language to write!
- 2022-05-19 18:35:28下载
- 积分:1
-
用普通USB摄像头捕捉图像
#ifndef _DLL_H_
#define _DLL_H_
#define EXPORT __declspec (dllexport)
EXPORT long SetUp(long driver, long width, long height);
EXPORT long GetDigitizer(long DigitizerID, CHAR *str);
EXPORT void Grab(unsigned char *LVPict);
EXPORT void ShowDialog(long WhichDlg);
#endif
- 2023-01-07 22:30:03下载
- 积分:1