-
简单的FFMPEG播放器源码
本程序实现了视频文件的解码和显示(支持HEVC,H.264,MPEG2等)。 是最简单的FFmpeg视频解码方面的教程。 通过学习本例子可以了解FFmpeg的解码流程。 项目包含两个工程: simplest_ffmpeg_player:标准版,FFmpeg学习的开始。 simplest_ffmpeg_player_su:SU(SDL Update)版,加入了简单的SDL的Event。-This software is a simplest video player based on FFmpeg. Suitable for beginner of FFmpeg. Solutions contains 2 Project: simplest_ffmpeg_player:Standard Version, suitable for biginner. simplest_ffmpeg_player_su:SU(SDL Update)Version, Add SDL Event.
- 2022-11-18 02:35:04下载
- 积分:1
-
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。...
Borland C++builder环境下的一个监控器原代码,它需要一个摄像头来作监控。-Borland C++ builder environment for a monitor of the original code, it needs a camera head for control.
- 2022-02-20 18:44:00下载
- 积分:1
-
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9
实验中发现opencv的cvCaptureFromCAM 使用的是vfw,采用消息机制,速度较慢,测试发现fps只有 9-12左右,太慢了. 发现经过使用directshow后速度提升到60帧/s.在opencv group上了解到这是一个普遍问题,也许有人做过转换,却没有完整的例子与代码.在此贴出.对希望提高opencv视频分析速度的有所帮助-Opencv experiment found that the cvCaptureFromCAM using vfw, the use of information mechanism to slow fps test found that only about 9-12, too slow. Discovered through the use of DirectShow velocity to 60/s. In opencv group understanding that this is a common problem, perhaps someone has done the conversion, but no complete examples and code.此贴out in. opencv want to improve the speed of video analysis help
- 2022-07-16 07:04:03下载
- 积分:1
-
this is a book as to video4linux!
通过此电子书,你可以很轻松的了解video4linux2的编程过程。书后有一个完整的图像采集程序。-this is a book as to video4linux!
- 2022-09-02 08:10:04下载
- 积分:1
-
video processing, the composition of the camera's frame of decomposition and...
视频处理中,组成镜头的帧的分解与提取,将每一帧存为单独的文件-video processing, the composition of the camera"s frame of decomposition and extraction, each frame will be saved as a separate document
- 2023-04-03 12:15: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
-
在相机
对摄像头的视频帧获取,保存.帧格式的设置-On the camera
- 2022-02-13 14:21:08下载
- 积分:1
-
can achieve video capture
可以实现视频捕捉-can achieve video capture
- 2022-03-25 12:26:50下载
- 积分:1
-
如何生产数码相机、扫描仪等设备快照
如何制作数码相机、扫描仪等设备的快照-how the production of digital cameras, scanners and other devices snapshot
- 2022-04-09 10:51:40下载
- 积分:1
-
Publish pictures from your digital camera to the web with this easy to use wizar...
Publish pictures from your digital camera to the web with this easy to use wizard-style Java application. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails, and detailed caption pages for each photo.
- 2022-08-06 05:15:01下载
- 积分:1