-
vc++MFC捕捉摄像头视频,保存所读帧为BMP图像文件。
vc++MFC捕捉摄像头视频,保存所读帧为BMP图像文件。-vc++ MFC camera, video capture, preserve the reading frame to BMP image files.
- 2023-02-24 09:15:04下载
- 积分:1
-
这是一个视频监控系统的一部分,主要实现了摄像头数据的采集,图片格式压缩存储等功能,里面包括一些*.c *.h文件。...
这是一个视频监控系统的一部分,主要实现了摄像头数据的采集,图片格式压缩存储等功能,里面包括一些*.c *.h文件。-This is a video surveillance system, the main achievement of the camera data collection, storage and other compressed picture format feature, which includes a number of*. c*. h files.
- 2022-07-13 13:23:00下载
- 积分:1
-
此实例是相对于海康摄像头编写可以通过此实例对海康摄像头摄像头进行操作.主要用于监控行业对于摄像头的控制....
此实例是相对于海康摄像头编写可以通过此实例对海康摄像头摄像头进行操作.主要用于监控行业对于摄像头的控制.-This example is in relation to the preparation of Haikang camera through this example Haikang camera on the camera to operate. Mainly used for monitoring the industry for camera control.
- 2022-01-25 22:48:59下载
- 积分:1
-
一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的...
一种基于Linux的视频捕捉程序,遵守GPL,代码精简。可以将VIDEO 4 LINUX设备(如网络摄像头)传送的图像转换为JPEG,PNG,PNM文件。广泛的用于嵌入式系统之中,也可以作为V4L程序的教学代码。-a Linux-based video capture procedures, compliance with the GPL, streamlined code. VIDEO 4 can be LINUX equipment (such as network camera) the transmission of images converted to JPEG, PNG, PNM documents. Widely used in embedded systems, can be used as teaching V4L procedure code.
- 2022-05-07 05:43:13下载
- 积分:1
-
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
-
非常优秀的桌面录制工作的最新版源码
支持声音录制,使用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
-
基于Visual C++6.0的摄像头编程,
可以拍照,摄像
基于Visual C++6.0的摄像头编程,
可以拍照,摄像-Based on Visual C++ 6.0 camera programming, you can take pictures, video
- 2022-03-09 19:34:32下载
- 积分:1
-
类似live555开发的win平台下支持AMR及H264音视频rtsp传输
非常好的流媒体服务器示例,运行后可以直接通过输入rtp//IP 加端口的方式访问
- 2022-02-12 17:12:10下载
- 积分:1
-
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!...
RMVB文件分析工具,可以了解RMVB各个数据段结构,分析每一帧数据基本数据,但不能解压!-RMVB file analysis tools to understand the various data RMVB paragraph structure, and analysis of basic data on each frame of data, but you can not extract!
- 2022-01-25 17:20:02下载
- 积分:1
-
opencv 的图像处理
BEGIN_MESSAGE_MAP (CImageProcessingDlg,CDialog)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
//}}AFX_MSG_MAP
ON_BN_CLICKED (IDC_BINARY,& CImageProcessingDlg::OnBnClickedBinary)
ON_BN_CLICKED (IDC_GRAY,& CImageProcessingDlg::OnBnClickedGray)
ON_BN_CLICKED (IDC_EDGE,& CImageProcessingDlg::OnBnClickedEdge)
ON_BN_CLICKED (IDC_FACEDETECT,& CImageProcessingDlg::OnBnClickedFacedetect)
- 2022-04-13 16:53:04下载
- 积分:1