-
RANSAC 一个纯粹组合实现
这是一个RANSAC 的纯粹组合实现。欢迎大家下载、试用。谢谢大家的支持!
- 2022-04-15 03:39:14下载
- 积分: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
-
用c++builder写的视频采集,抓图,预览等的源码,在bcb6下编译通过
用c++builder写的视频采集,抓图,预览等的源码,在bcb6下编译通过-c builder used to write video collection, Previously, preview the source, compile under bcb6
- 2022-12-05 17:10:03下载
- 积分:1
-
设置相机捕捉到村里设置的互动,这是一组D。
捕捉设置互动时摄像机次村设置
这是一个文件的设置 以后放码-Set the camera to capture interaction at the village settings This is a set of documents released after the code
- 2023-03-12 04:55:04下载
- 积分:1
-
SDK
SDK-2 开发包可快速开发基于杭州海康威视系统视频采集卡(Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK)的视频监控类 应用程序。 本开发包在海康视频采集卡二次开发包的基础上进一步封装大量 底层细节,让开发者在程序中控制采集卡简单到只需调用一个函 数,完成强大功能只需一句代码即可快速实现,真正达到了开发 高效、稳定、简单、快速的效果,本开发包不仅仅适应于初学者 ,因其强大的开发包接口同样也适应于专业系统的开发。-SDK-2 development kit can quickly develop the system based on the Hangzhou Hikvision video capture card (Hi kvision DS-40xxHC DS-40xxHC+ DS-40xxMD SDK) type of video surveillance applications. The development kit Haikang video capture card in the secondary development of the package to build on a large number of low-level details of the package to allow developers to control the capture card in the program as simple as just calling a function, the completion of the power of just one code can be quickly realization of the development really efficient, stable, simple, fast results, the development kit is not only adapted to beginners, because of its powerful development kit interface also adapted to the professional systems.
- 2022-02-25 03:08:02下载
- 积分:1
-
Video capture and processing with Linux (cmvision revision 1.20)
linux下的视频捕捉和处理cmvision版本1.20-Video capture and processing with Linux (cmvision revision 1.20)
- 2022-07-23 22:36:39下载
- 积分:1
-
csharp capture video
csharp capture video
- 2022-12-18 10:40:03下载
- 积分:1
-
视频设备驱动效率驱动器有第一个名称,然后驱动版本的F。
视频设备驱动器效率驱动器有名字,然后驱动器版本使最终驱动器效率
- 2022-04-24 05:10:54下载
- 积分:1
-
made video device driver names and computer video device driver number
制作视频设备驱动程序名称和计算机视频设备驱动程序编号
- 2022-03-14 04:20:12下载
- 积分:1
-
rfc3984(H264编码)中文版
H264编码rfc3984标准中文版, 学习H264编码必备资料.
本文指定一个RTP荷载规范用于ITU-T H.264 视频编码标准(ISO/IEC 14496 Part 10 [2])(两
个都称为高级视频编码
AVC). H.264建议在2005年5月被ITU-T采纳, 草案规范对于公共回顾可用[8] ......
- 2023-07-16 22:30:03下载
- 积分:1