-
一种使用directshow进行视频捕获的方案,正常调试通过
一种使用directshow进行视频捕获的方案,正常调试通过-directshow use for a video capture program, through the normal debugging
- 2022-03-28 20:24:26下载
- 积分:1
-
视频捕捉系统,不错的一个程序,有代大家相互学习
视频捕捉系统,不错的一个程序,有代大家相互学习-Video capture system, a good procedure, on behalf of everyone has to learn from each other
- 2023-03-20 20:45:04下载
- 积分:1
-
简单的RTSP Player
一个简单的rtsp,里面有两个Dll,一个是网络组建 一个是播放组建,同时带有操作说明
- 2022-08-06 20:17:03下载
- 积分:1
-
ccd摄像机大视场光学镜头的设计,这个是论文,共研究使用。
ccd摄像机大视场光学镜头的设计,这个是论文,共研究使用。-big ccd camera lens field of view of optical design, this is the thesis of research.
- 2022-02-01 02:04:35下载
- 积分:1
-
基于VFW(Video for Windows),视频采集、压缩的影响,…
基于vfw(video for windows),实现视频捕捉,影响压缩,影响播放-Based on the vfw (video for windows), video capture, the impact of compression, impact player
- 2022-08-17 07:43:30下载
- 积分: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
-
记录网路上播放的数据,保存在本地的文件中,小工具。 VC项目....
记录网路上播放的数据,保存在本地的文件中,小工具。 VC项目.-It is used for recording the data on the internet and the data will be saved on the local directory.
- 2022-08-18 11:09:58下载
- 积分:1
-
一个p2p Streaming的原型系统,基于树状结构的应用层组播开发。完整的寻径和平衡树算法。
一个p2p Streaming的原型系统,基于树状结构的应用层组播开发。完整的寻径和平衡树算法。
- 2022-01-26 03:39:31下载
- 积分:1
-
基于混合高斯模型的运动目标检测
基于混合高斯模型的运动目标检测,matlab编写,能识别出视频图像中的运动目标,并标记。
- 2022-03-25 21:26:00下载
- 积分:1
-
Video Capture 1.9.5
A Win32 Python Extension for Accessing Video Devices (e.g. a USB WebCam, a TV-Card, ...)
- 2022-01-25 16:10:10下载
- 积分:1