-
简单的AVI视频播放器源码,可以播放AVI格式的视频文件。
简单的AVI视频播放器源码,可以播放AVI格式的视频文件。-simple AVI video player source, can play AVI format video files.
- 2023-02-07 11:20:03下载
- 积分:1
-
Labview 采样和保存与 matlab 的数据
labview 简单和保存照片,我们可以在一秒钟内,得到 15 张照片,它将保存在磁盘中。它是非常四万 matlab 环境下也能工作。
- 2022-03-11 19:05:18下载
- 积分:1
-
同时利用NI IMAQ & oVFW.ocx实现对双USB camera的视频采集
同时利用NI IMAQ & oVFW.ocx实现对双USB camera的视频采集-At the same time using NI IMAQ
- 2022-03-13 19:19:22下载
- 积分:1
-
Image acquisition software, can control various parameters of the camera, white...
图像采集软件,可控制相机的各种参数,白平衡、曝光时间、增益等。-Image acquisition software, can control various parameters of the camera, white balance, exposure time, gain and so on.
- 2023-02-21 12:05:04下载
- 积分:1
-
YUV播放器,仅适用于YUYV格式,其他的不行
YUV播放器,仅适用于YUYV格式,其他的不行-Player only for YUYV
- 2022-07-17 11:20:13下载
- 积分:1
-
将一个.avi文件读取,并且显示出来,加入了滑动控制
环境:Visual studio 2008,OPENCV2.0...
将一个.avi文件读取,并且显示出来,加入了滑动控制
环境:Visual studio 2008,OPENCV2.0-An. Avi file to read, and the show, joined the sliding control
Environment: Visual studio 2008, OPENCV2.0
- 2022-05-20 06:31:05下载
- 积分:1
-
VB摄像头编程,实现简单的食品驱动和图片抓取
VB摄像头编程,实现简单的食品驱动和图片抓取-VB camera programming, simple food drive and pictures crawls
- 2022-07-08 02:40:52下载
- 积分:1
-
VC++视频开发实例集锦
详细说明:VC++视频开发实例集锦,包括“远程视频监控”语音识别系统等13个经典例子。
- 2022-09-01 23:00:04下载
- 积分:1
-
lineup of video collection, Yan Yun a teacher makes use of the VFW demo
巨棒的视频采集,闫允一老师的例程 利用VFW的demo-lineup of video collection, Yan Yun a teacher makes use of the VFW demo
- 2022-05-17 22:40:16下载
- 积分: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