-
SHX600X SDK V1.5.0.1
一个很好的摄像头采集卡的开发工具包
SHX600X SDK V1.5.0.1
一个很好的摄像头采集卡的开发工具包-SHX600X SDK V1.5.0.1 a good camera Acquisition Card Development Kit
- 2023-05-30 09:45:04下载
- 积分: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
-
Realize the use of DirectSound audio and video collection procedures, functions...
使用Directsound实现音视频采集的程序,功能比较完善-Realize the use of DirectSound audio and video collection procedures, functions relatively perfect
- 2022-09-16 19:25:03下载
- 积分:1
-
WPF Media Bridge
WPF Media Bridge
- 2023-03-14 06:10:04下载
- 积分: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
-
一个国外的摄像头数据处理源码。可以降获取的视屏存为avi格式,也可存为bmp。与很多摄像头光盘里自带的amcap.exe差不多。...
一个国外的摄像头数据处理源码。可以降获取的视屏存为avi格式,也可存为bmp。与很多摄像头光盘里自带的amcap.exe差不多。-A foreign source camera data processing. Can be kept down for access to the screen avi format can also be saved as bmp. CD-ROM with many cameras in almost amcap.exe own.
- 2022-01-21 01:38:45下载
- 积分:1
-
远程视频控制
这是自己编的一个局域网视频监控的程序,没有加编码的,简单易用-remote video control
- 2023-01-17 13:10:03下载
- 积分:1
-
VB制作的影像捕获程序(包含源代码),大家都来下载啊!
VB制作的影像捕获程序(包含源代码),大家都来下载啊!-VB capture images produced by the process (including source code), you have to download ah!
- 2022-07-08 13:35:01下载
- 积分:1
-
非常优秀的桌面录制工作的最新版源码
支持声音录制,使用vfw...
非常优秀的桌面录制工作的最新版源码
支持声音录制,使用vfw-Very good desktop recording the latest version of source code to support voice recording, use the VFW
- 2022-07-23 14:14:18下载
- 积分:1
-
在VC中获取摄像头视频的代码片段
里面有代码详解
供初级硬件开发人员参考...
在VC中获取摄像头视频的代码片段
里面有代码详解
供初级硬件开发人员参考-In VC video camera to obtain the code fragment which has code for the initial hardware development Detailed reference
- 2022-06-15 14:47:16下载
- 积分:1