-
this a simple source code
this a simple source code-this is a simple source code
- 2023-04-11 10:45:04下载
- 积分:1
-
采用VC++的视频监控系统的完整源码,有很高的参考价值。
采用VC++的视频监控系统的完整源码,有很高的参考价值。-Used VC++ The video surveillance system complete source code, has a very high reference value.
- 2022-01-25 14:38:49下载
- 积分:1
-
用于视频操作或图片采集
用于视频操作或图片采集-for video or photo collection operation
- 2022-07-12 21:31: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
-
一个采集满足IIDC
一个采集满足IIDC-1394标准数码相机的驱动程序源代码,API函数的源代码,应用程序代码,直接可用。-A collection to meet the standard IIDC-1394 Digital Camera driver source code, API function, the source code, application code can be used directly.
- 2022-02-06 13:14:49下载
- 积分:1
-
本程序提供与视频采集卡的接口编程,有配套的速胜说明书。...
本程序提供与视频采集卡的接口编程,有配套的速胜说明书。-procedures for the collection and video programming interface cards, supporting it, the brochure.
- 2022-11-09 14:05:03下载
- 积分:1
-
老外的程序,实现本地视频捕捉代码!用C#语言写的!
老外的程序,实现本地视频捕捉代码!用C#语言写的!-foreigners procedures to achieve local video capture code! C# language to write!
- 2022-05-19 18:35:28下载
- 积分:1
-
基于Equator公司bsp15 DSP处理器的视频输入输出软件
基于Equator公司bsp15 DSP处理器的视频输入输出软件-The software is a video input/output programme designed on the basis of Equator s DSP processor which model is bsp15.
- 2022-01-27 20:25:01下载
- 积分: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
-
本程序在 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