-
简单的视频录制功能
简单的视频录制功能
- 2022-04-28 11:05:38下载
- 积分:1
-
自适应算法视频去隔行
自适应算法视频去隔行利用场间的不同相关性,选择不同的处理方法,对于运动图像采取综合去隔行方法,对于静止图像采取组合帧法,对于图像边缘锯齿现象有很大的改善作用。利用C++编程,运行环境vs2010,亲测可用。
- 2022-11-15 21:45:03下载
- 积分:1
-
视频监控云台(PTZ云台缩写)控制测试程序,已经调试成功
视频监控云台(PTZ云台缩写)控制测试程序,已经调试成功-Video Surveillance PTZ (PTZ PTZ acronym) control test program has been successful commissioning
- 2022-02-24 09:57:44下载
- 积分:1
-
mpeg2&aac编解码源程序
mpeg2 c语言视频编解码库,并携带aac音频编解码程序,包含以下具体内容:
mpeg2
doc
mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。
verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。
src
mpeg2enc 编码器源代码及VC下编译的可执行程序
mpeg2dec 解码器源代码及VC下编译的可执行程序
par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。
in 给出了该文件的可执行程序
mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。
AAC
aacenc mpeg2 AAC音频编码程序
aacdec mpeg2 AAC音频解码程序
- 2022-05-14 00:29:38下载
- 积分:1
-
Publish pictures from your digital camera to the web with this easy to use wizar...
Publish pictures from your digital camera to the web with this easy to use wizard-style Java application. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails, and detailed caption pages for each photo.
- 2022-08-06 05:15:01下载
- 积分:1
-
textureVIew 显示本地视频
应用背景之前使用surfaceView做视图显示,但是surfaceView无法实现旋转等一些操作,就找到了textureView做视图显示,做的一个简单播放本地视频的例子关键技术public class MainActivity extends Activity implements SurfaceTextureListener, OnBufferingUpdateListener, OnCompletionListener, OnPreparedListener, OnVideoSizeChangedListener{
TextureView textureView;
private MediaPlayer mMediaPlayer;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
textureView=(TextureView) findViewById(R.id.textureview);
textureView.setSurfaceTextureListener(this);
// textureView=new TextureView(this);
// textureView.setSurfaceTextureListener(this);
// setContentView(textureView);
}
@Override
public void onSurfaceTextureAvailable(SurfaceTexture surface, int width,
int height) {
System.out.println("onSurfaceTextureAvailab
- 2022-01-25 20:33:25下载
- 积分:1
-
天株SDK
天菌株sdk-2000 ap sdk源码,带徽章,对天用二次开发有用哦
- 2022-02-05 03:43:23下载
- 积分:1
-
Visual Basic (VB) is the Windows environment simple and easy to learn and effici...
Visual Basic(简称VB)是Windows 环境下简单、易学、高效的编程语言开发系统,以其所见
即所得的可视化界面设计风格和32 位面向对象的程序设计等特点,已广泛地应用于各个领域,是很
多计算机软件开发人员采用的开发工具。VB 不但提供了良好的界面设计能力,而且在微机串口通信
方面也有很强的功能。-Visual Basic (VB) is the Windows environment simple and easy to learn and efficient programming language development system, with the visual WYSIWYG interface design style and 32 object-oriented programming design features, has been widely used in various fields, many computer software developers Members of the development tools. VB will provide a good interface design capacity, but in PC serial communications is a strong function.
- 2022-10-07 16:50:02下载
- 积分:1
-
这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助...
这是本人下载和编译过的关于大津法二值化的matlab代码,效果比较好,可以作为分割的有效辅助-This is, I downloaded and compiled on the Otsu binarization method of matlab code, the effect is better, can be used as an effective auxiliary partition
- 2022-11-26 20:10:03下载
- 积分:1
-
本程序提供与视频采集卡的接口编程,有配套的速胜说明书。...
本程序提供与视频采集卡的接口编程,有配套的速胜说明书。-procedures for the collection and video programming interface cards, supporting it, the brochure.
- 2022-11-09 14:05:03下载
- 积分:1