-
em2860,em2861sdk usb视频数据采集。
em2860,em2861sdk usb视频数据采集。-em2860, em2861sdk usb video data collection.
- 2022-11-09 09:20:03下载
- 积分:1
-
目标跟踪
目标检测与跟踪代码可以运行的哟!可以利用鼠标控制,这只窗口的大小和需要检测的目标!
- 2022-03-19 14:39:04下载
- 积分:1
-
校准文件包含在Visual C++ 2008开发的源代码,我们有…
The calibration file contains a source code developed on Visual C++ 2008, we have used the OpenCV library for import and process the stereo input images. This code generate un text file that contains the estimated parameters for calibration.
- 2022-03-21 05:27:42下载
- 积分:1
-
用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。
本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头
一套完整的VC ++...
用vc++编写的图像处理程序,该程序实现了有关摄像头对视频的捕获。
本系统实现从摄像头中获取一段视频的功能 运行时需要有一个摄像头
一套完整的VC ++ USB Video摄像头捕捉程序源代码,支持多摄像头选择,而且支持直接截图。可以作为开发视频会议和视频游戏的参考资料
-Vc++ to prepare with the image processing procedures, the procedures for the realization of the camera for video capture. The system obtained from the camera features a video of the run-time need for a camera of a complete set of VC++ USB Video camera to capture source code, support multi-camera options, and support direct screenshot. Can be used as the development of video conferencing and video game references
- 2022-02-03 14:21:16下载
- 积分:1
-
S3C2440 Camera Test Source
S3C2440 Camera Test Source
- 2023-05-20 21:25:02下载
- 积分:1
-
如何捕捉视频截图
How to Capture Video Screen Shots
- 2023-08-21 20:15:03下载
- 积分:1
-
可以进行视频捕捉,为很好的视频捕捉程序
可以进行视频捕捉,为很好的视频捕捉程序
-can capture video for a good video capture process
- 2023-03-23 08:55:04下载
- 积分:1
-
捕获视频图像和广播视频片段。rar
撷取视频画面及播放视频画面.rar-capture video images and broadcast video footage. Rar
- 2022-07-17 18:43:03下载
- 积分: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
-
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