-
通过捕捉摄像头里的视频,并进行压缩编码,输出显示在pc机上。加载动态链接库。...
通过捕捉摄像头里的视频,并进行压缩编码,输出显示在pc机上。加载动态链接库。-advance through the camera to capture video, and coding, the output of the pc board. Add dynamic link library.
- 2022-03-29 09:29:19下载
- 积分:1
-
一个好的VB 视频采集
一个好的VB 视频采集-a good VB Video Capture
- 2022-03-23 19:18:52下载
- 积分:1
-
去隔行程序,适合初学者学习
去隔行程序代码,简单易懂,适合于初学者参考学习。包括平均线性算法,双线性算法,奇偶场选择输出方法,MADM算法,AMMC,NAMMC算法,IAA算法等。
- 2022-07-22 04:19:26下载
- 积分: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-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
-
非常优秀的桌面录制工作的最新版源码
支持声音录制,使用vfw...
非常优秀的桌面录制工作的最新版源码
支持声音录制,使用vfw-Very good desktop recording the latest version of source code to support voice recording, use the VFW
- 2022-07-23 14:14:18下载
- 积分:1
-
用程序做屏幕捕捉和处理程序,一起学习和…
用delphi做的屏幕捕捉和处理程序,一起学习,刚才传了一下好像没传上-delphi do with the screen capture and handling procedures, learning together and passed for a moment seems to be no on-
- 2022-05-27 19:39:50下载
- 积分:1
-
文晔
基于闻亭公司DM642开发板的视频采集回放程序,可以在其基础上实现图象处理等各项操作.-Wintech-based development board of the company DM642 video capture playback program, you can realize on the basis of the operation, such as image processing.
- 2023-07-19 18:55:04下载
- 积分:1
-
opencv混合高斯建模meanshift视频跟踪
高斯建模更新MS跟踪,代码集成度高,能直接运行(opencv2.3.1),注解详细。CvGaussBGModel建模的是单通道前景图像,可以选择单通道或双通道背景图像。能更新高斯建模。 建模后,用cvFindContour函数从二值图像中检索轮廓,并返回检测到的轮廓个数。然后把参数传进meanshift程序段。运行程序只需要配置好环境,改pCapture = cvCaptureFromFile("G://video.avi")//视频路径; 同类程序还有,这个是最好调通的。 &nb
- 2023-02-24 07:50:04下载
- 积分:1
-
这个程序是有关于视频捕捉器,视频捕捉器对视频的处理、分析、捕捉。...
这个程序是有关于视频捕捉器,视频捕捉器对视频的处理、分析、捕捉。-This process is on the video capture, video capture devices for video processing, analysis, capture.
- 2023-09-01 05:25:02下载
- 积分:1