-
基于VFW的视频捕捉,很快,主要对应于FI的底部…
基于VFW的视频捕捉,速度很快,主要对应于摄像头的底层驱动程序-based VFW video capture, very fast, mainly corresponding to the bottom of the first camera Driver
- 2023-08-24 03:55:04下载
- 积分:1
-
DirectShow 自定义过滤器,实现网络发送功能.
DirectShow 自定义过滤器,实现网络发送功能.-DirectShow-defined filters, achieving network functions.
- 2022-12-07 10:20:03下载
- 积分: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
-
This procedure is based on the SDK image acquisition procedures, the integrated...
此程序是基于SDK的图象采集程序,在visualc++集成开发环境中完成。-This procedure is based on the SDK image acquisition procedures, the integrated development environment visualc completed.
- 2022-07-10 09:34:00下载
- 积分:1
-
ffmpeg格式转换讲AVI转Mp4
资源描述实现使用ffmpeg实现avi文件转码为mp4文件的功能,采用最新的ffmpegSDK实现
- 2023-07-06 02:20:09下载
- 积分:1
-
详细全面的介绍了基于凌阳科技的MCU的,数码相机硬件电路设计方案。...
详细全面的介绍了基于凌阳科技的MCU的,数码相机硬件电路设计方案。-Detailed and comprehensive introduction to the science and technology-based MCU, Sunplus, a digital camera hardware circuit design.
- 2022-03-20 18:59:29下载
- 积分:1
-
64码高清网络电视v2.4.2
64码高清网络电视v2.4.2
64码高清网络电视v2.4.2
- 2023-03-08 08:45:03下载
- 积分:1
-
万能摄像头驱动源码,可支持中星微ZC301的摄像头
万能摄像头驱动源码,可支持中星微ZC301的摄像头-Source camera universal driver that supports Vimicro camera ZC301
- 2022-03-02 16:41:56下载
- 积分:1
-
硬件语言直接生成的测试colorbar,可作为视频输入
对于了解视频序列基本的控制信号——行场同步、行场有效等很有帮助,产生的colorbar可以直接作为视频输入源送给处理模块,是数字视频硬件设计的基础源码。
- 2022-03-18 22:09:15下载
- 积分: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