-
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。...
本程序在 Windows 2000、Visual C++ 6.0 环境下编译通过, 使用时需要有一个摄像头并安装好相关驱动程序。-This procedure in Windows 2000, Visual C++ 6.0 compiler environment through the use of when the need for a good camera and install the relevant drivers.
- 2022-07-19 12:43:44下载
- 积分:1
-
基于C++的视频采集组件
基于C++的视频采集组件-Based on the C++ The video capture component
- 2023-01-16 18:35:03下载
- 积分:1
-
中值滤波,向世明图书自带位图处理程序
中值滤波,向世明图书自带位图处理程序-median filter to the World Book prescribed own bitmap processing.
- 2022-04-09 15:44:47下载
- 积分:1
-
VC下一个存储avi视频文件的类,可以实现对摄像头采集数据的存储...
VC下一个存储avi视频文件的类,可以实现对摄像头采集数据的存储-VC is stored under a avi video file types, you can realize the camera collected data storage
- 2022-02-03 02:07:42下载
- 积分:1
-
Realize the use of DirectSound audio and video collection procedures, functions...
使用Directsound实现音视频采集的程序,功能比较完善-Realize the use of DirectSound audio and video collection procedures, functions relatively perfect
- 2022-09-16 19:25:03下载
- 积分:1
-
用opencv提供的函数来获取摄像头是实时视频的小例子。
用opencv提供的函数来获取摄像头是实时视频的小例子。-Provided with opencv functions to obtain real-time video camera is a small example.
- 2022-06-30 13:34:29下载
- 积分:1
-
用手机拍照,可设置相机的照片质量,很小也很实用
用手机拍照,可设置相机的照片质量,很小也很实用
- 2023-01-27 01:05:03下载
- 积分:1
-
TI DM6446 workshop 视频采集部分示例代码
TI DM6446 workshop 视频采集部分示例代码-TI DM6446 workshop video capture part of the sample code
- 2022-07-26 15:17:09下载
- 积分: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
-
返回一个视频的采集和处理,以及卧底震荡。收藏
一个视频捕捉回访和视频处理功能,对采集的视频桢可以进行字幕叠加,马赛克等处理.软件左边窗口是视频采集窗口,右边是视频处理回放窗口,你再加上网络广播功能,就成一个IPTV了.-return a video capture and video processing, and the collection of undercover video can be superimposed subtitles, mosaics and other treatment. The left window is software Video Capture window, the right side of the video playback window handle, you coupled with the network broadcasting functions, into one of IPTV.
- 2022-03-17 19:02:16下载
- 积分:1