-
IDS的公用事业和工业发达的
用CSharp开发的实用与IDS公司工业级摄像头的视频采集及其捕捉应用程序,其中程序功能包括了各种视频操作及其二次开发的基础-CSharp developed with IDS s utility and industrial-grade camera and capture video capture applications, which include a variety of video programs and the second operation of the foundation for development
- 2023-07-12 02:50:03下载
- 积分:1
-
用VB开发的uEye高级摄像头的二次开发程序,对于学习视频采集及其捕捉的工作人员适合,视频的分辨率1024*1280但是帧频才只有12bps...
用VB开发的uEye高级摄像头的二次开发程序,对于学习视频采集及其捕捉的工作人员适合,视频的分辨率1024*1280但是帧频才只有12bps-UEye using VB developed high-level camera, the secondary development of procedures for the study and video capture and the capture of staff for the video resolution of 1024* 1280 but the frame rate was only 12bps
- 2022-02-02 20:24:34下载
- 积分:1
-
使用DirectShow视频聊天程序,XviD MPEG4
视频聊天程序,用directshow,xvid mpeg4-Video chat program, using directshow, xvid mpeg4
- 2023-06-14 14:05:06下载
- 积分:1
-
VC++开发,基于VFW的视频采集程序,可以捕获摄像头的的图像,并以bmp和jpg格式保存图片。...
VC++开发,基于VFW的视频采集程序,可以捕获摄像头的的图像,并以bmp和jpg格式保存图片。-VC++ Development, based on the VFW video capture process, the camera can capture images, and to bmp and jpg format pictures.
- 2022-06-12 01:29: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
-
视频—镜头切换检测,关键帧提取
检测视频中镜头切换的关键帧 检测镜头切换的基本思想是:对比视频中前后两帧灰度差,若两帧差值超过阈值,则说明视频中的镜头转换了,并把这一帧作为关键帧保存下来。 定义相应的指针和结构 初始化指针和结构 计算视频中前后两帧的灰度差 将两帧的灰度差值与阈值比较,超过阈值,则将其判定为关键帧保存 其中阈值大小根据视频的情况进行调整
- 2023-02-19 16:40:04下载
- 积分:1
-
视频采集处理,用于采集,socket通讯
视频采集处理,用于采集,socket通讯-Video acquisition and processing for the collection, socket communications
- 2023-05-26 15:00:03下载
- 积分:1
-
一个简单的VFW方式采集视频的例子,可以对有兴趣的朋友一定的帮助...
一个简单的VFW方式采集视频的例子,可以对有兴趣的朋友一定的帮助-VFW a simple way of collecting examples of video, you can have some friends interested in helping
- 2023-02-25 20:30:04下载
- 积分:1
-
vlc播放器源码
VLC media playerVLC 是一个自由和开源的跨平台多媒体播放器和框架,可以播放大多数多媒体档案,以及 DVD、音乐CD、VCD 和各种串流协定。通过该播放器源码,可以了解播放器播放的原理及流程,为实现自己的播放器做准备.
- 2022-08-19 07:49:03下载
- 积分:1
-
多线程中的新开的线程代码。是扫描模块的启动程序!
多线程中的新开的线程代码。是扫描模块的启动程序!-multithreading of the new open-thread code. Scanning module is the initiation process!
- 2022-02-20 00:54:54下载
- 积分:1