-
DirectShow实现视频捕获,并可在此基础上利用opencv进行图像的处理。...
DirectShow实现视频捕获,并可在此基础上利用opencv进行图像的处理。-DirectShow video capture, and on this basis for the use of image processing opencv.
- 2022-07-17 05:06:13下载
- 积分:1
-
this program in the Windows 98/2000/XP/2003 platform operation, or in VC6.0.NET...
本程序可以在Windows 98/2000/XP/2003平台下运行,可在VC6.0或.NET中调试。调试前需要安装Microsoft DirectX 9.0。-this program in the Windows 98/2000/XP/2003 platform operation, or in VC6.0.NET debugging. Debugging the former requires Microsoft DirectX 9.0.
- 2022-02-25 16:16:18下载
- 积分:1
-
又一个视频采集程序,易语言写的
又一个视频采集程序,易语言写的-also a video collection procedures, written in easy language
- 2022-06-15 13:45:45下载
- 积分: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
-
程序实现rgb到yuv的转换
实现rgb到yuv的转换,代码简单,易懂,适合学习者学习。讲述了rgb到yuv转换的原理,对于理解转换具有一定的意义。
- 2023-05-12 18:25:03下载
- 积分:1
-
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。...
采用VMR9完成对视频的采集,可以采集多个摄像头。能够对图像进行抓屏。对抓屏数据进行Sobel处理,可以辨别图像中的线条。-use VMR9 completed the acquisition of video, can be collected over a camera. Images can Capturing the Screen. Capturing the Screen right Sobel data processing, image can be identified lines.
- 2023-07-17 08:45:03下载
- 积分:1
-
一个非常简单的视频捕获程序,用VB实现的
一个非常简单的视频捕获程序,用VB实现的
- 2022-07-15 16:43:09下载
- 积分:1
-
视频会议源代码
可商用的视频会议系统. 用户可以利用普通的PC机、标准的视频采集设备(USB摄像头或者视频头+视频采集卡)、耳机和麦克风,实现基于
Internet、广域网、局域网的虚拟会议。与传统的基于硬件的H.323解决方案相比,本系统是纯软件解决方案。用户无需投入高昂的硬件成本,本视频会议系统由服务器软件和客户端软件组成。
- 2022-03-02 20:50:32下载
- 积分:1
-
MFC局域网视频监控源码(包括服务器端可客户端)
资源描述MFC局域网视频监控源码(包括服务器端可客户端)
- 2022-02-09 18:32:25下载
- 积分:1
-
vb摄像头控制源码
Dim lpszName As String * 100
Dim lpszVer As String * 100
Dim Caps As CAPDRIVERCAPS
"//Create Capture Window
capGetDriverDescriptionA 0, lpszName, 100, lpszVer, 100 "// Retrieves driver info
lwndC = capCreateCaptureWindowA(lpszName, WS_CAPTION Or WS_THICKFRAME Or WS_VISIBLE Or WS_CHILD, 0, 0, 160, 120, Me.hWnd, 0)
"// Set title of window to name of driver
SetWindowText lw
- 2023-08-01 21:55:03下载
- 积分:1