-
一个视频控件,可以实现视频捕获,压缩/解压缩,网络传输等。...
一个视频控件,可以实现视频捕获,压缩/解压缩,网络传输等。-a video controls, video capture, compression/decompression, and network transmission.
- 2023-07-07 00:05:04下载
- 积分:1
-
This is the personal development based on the DirectShow camera procedure code c...
这是个人基于directshow开发的摄像头程序,代码简洁-This is the personal development based on the DirectShow camera procedure code concise
- 2022-07-25 14:23:54下载
- 积分:1
-
VFW programming Video Capture
vfw编程功能视频采集-VFW programming Video Capture
- 2023-01-28 04:20:03下载
- 积分:1
-
一部电影转换为图片
此程序将转换为图片的一部电影。请可以得到一张图片,当你在电脑上看电影。
- 2022-04-17 13:07:10下载
- 积分:1
-
x264最新源程序
资源描述最新的x264源程序,可以实现视频编码,是目前常用的编码器,实现环境是VS2013,希望可以帮到大家,相同兴趣爱好者可以更好地交流。
- 2023-06-03 22:55:03下载
- 积分:1
-
DirectShow 自定义过滤器,实现网络发送功能.
DirectShow 自定义过滤器,实现网络发送功能.-DirectShow-defined filters, achieving network functions.
- 2022-12-07 10:20:03下载
- 积分:1
-
图像采集处理系统设计实例
很有用的东西 希望大家喜欢
图像采集处理系统设计实例
很有用的东西 希望大家喜欢-Image acquisition and processing system design examples of very useful things that I hope everyone likes
- 2022-12-12 07:10:03下载
- 积分:1
-
摄像头程序,有简单解释,利于理解。现在在做一个视频采集程序,就参考的这个。...
摄像头程序,有简单解释,利于理解。现在在做一个视频采集程序,就参考的这个。-It is a camera driver including simple explanation in order to be understood easily. now,there is a programme of video collection which is designed on the basis of the camera driver.
- 2022-08-09 05:51:39下载
- 积分: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
-
directshow采集,抓拍,并可调节DV的亮度,对比度,饱和度,支持DV,vfw,wdm,可用于交通监控...
directshow采集,抓拍,并可调节DV的亮度,对比度,饱和度,支持DV,vfw,wdm,可用于交通监控-directshow collection, snapper, DV can adjust the brightness, contrast, saturation, DV, VFW, wdm, can be used to monitor traffic
- 2022-06-12 05:40:27下载
- 积分:1