-
这是freecap
It is FreeCap
- 2023-01-30 05:20:03下载
- 积分:1
-
摄像头捕捉程序 能够从摄像头读到每一桢图像 有详尽的说明在源码里头...
摄像头捕捉程序 能够从摄像头读到每一桢图像 有详尽的说明在源码里头-Camera capture program can read from each camera image-ching have detailed in the source inside
- 2022-03-19 02:20:33下载
- 积分:1
-
本地播放器
本地播放器(ActionScript 3.0实现).7z本地播放器(ActionScript 3.0实现).7z本地播放器(ActionScript 3.0实现).7z
- 2022-01-28 16:33:27下载
- 积分: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
-
采用FLAH MEDIA SERVER技术,录象加播放系统,供初学测试。
采用FLAH MEDIA SERVER技术,录象加播放系统,供初学测试。-Used FLAH MEDIA SERVER technology, plus video playback system for the novice test.
- 2023-02-02 03:00:04下载
- 积分: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
-
驱动摄像头进行视频信号的采集工作和设备的功能配置工作
驱动摄像头进行视频信号的采集工作和设备的功能配置工作-投 频藕诺牟杉 tai 墓霉
- 2023-08-15 12:35:04下载
- 积分:1
-
背景差法
background subtraction implemented using MOG algorithm which uses mixture of Gaussian mixture model. it takes a video as a input with argument specified as "-vid" in the command line
- 2022-02-07 06:04:59下载
- 积分:1
-
车辆检测程序
应用背景基于视频图像的车辆检测,提取运动车辆关键技术图像预处理,背景差分,图像平滑,阈值分割二值化,前景提取
- 2022-05-14 16:13:41下载
- 积分:1