易语言免驱摄像头源码
系统结构:CreateVideoByFiles,StopRecord,RecordVideo,CloseCamera,SaveBmp,StartCamera,SetCameraID,GetCameraList,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ _按钮枚举设备_被单击
| |
| |------ _按钮打开设备_被单击
| |
| |------ _按钮关闭设备_被单击
| |
| |------ _按钮截取图片_被单击
| |
| |------ _按钮开始录制_被单击
| |
| |------ _按钮停止录制_被单击
| |
| |------ _按钮生成视频_被单击
| |
| |
======调用的Dll
| |
| |---[dll]------ CreateVideoByFiles
| |
| |---[dll]------ StopRecord
| |
| |---[dll]------ RecordVideo
| |
| |---[dll]------ CloseCamera
| |
| |---[dll]------ SaveBmp
| |
| |---[dll]------ StartCamera
| |
| |---[dll]------ SetCameraID
| |
| |---[dll]------ GetCameraList
调用的DLL命令:
.DLL命令 CreateVideoByFiles, , "VedioCapture.dll", "CreateVideoByFiles", , 公开
.参数 path, 文本型
.参数 p1, 文本型
.参数 avi, 文本型
.参数 zhen, 整数型
.DLL命令 StopRecord, 整数型, "VedioCapture.dll", "StopRecord", , 公开
.参数 arg1, 整数型
.DLL命令 RecordVideo, 整数型, "VedioCapture.dll", "RecordVideo", , 公开
.参数 arg1, 整数型
.参数 arg2, 文本型
.DLL命令 CloseCamera, 整数型, "VedioCapture.dll", "CloseCamera", , 公开
.参数 arg1, 整数型
.DLL命令 SaveBmp, 整数型, "VedioCapture.dll", "SaveBmp", , 公开
.参数 arg1, 整数型
.参数 arg2, 文本型
.DLL命令 StartCamera, 整数型, "VedioCapture.dll", "StartCamera", , 公开
.参数 hwnd, 整数型
.DLL命令 SetCameraID, 整数型, "VedioCapture.dll", "SetCameraID", , 公开
.参数 arg1, 整数型
.DLL命令 GetCameraList, 文本型, "VedioCapture.dll", "GetCameraList", , 公开
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。