使用C语言和C++封装海康威视网络SDK库,使用Golang调用C库
Go to file
kunmeng fc62a966db 1. 增加 GetDVRDeviceConfig函数
2. 增加 NET_DVR_FindNextFile_V30 函数
3. 增加 NET_DVR_FindFile_V30 函数
4. 增加 新的 Go 数据模型
5. 规范化 Go 数据模型
6. 调整部分的 C 头文件中的结构体,以修复 CGo 无法识别函数参数类型的问题(https://stackoverflow.com/questions/59353668/get-the-struct-from-c-to-golang)
7. 简化球机退出登陆
8. 实现 NVR 相关接口
9. 编写 NVR 接口测试用例
2025-03-21 10:06:00 +08:00
Core 1. 增加 GetDVRDeviceConfig函数 2025-03-21 10:06:00 +08:00
include 1. 增加 GetDVRDeviceConfig函数 2025-03-21 10:06:00 +08:00
.gitignore 1. 在git中删除lib库,优化go get 下载速度 2025-02-27 14:57:03 +08:00
BallCamera_test.go 1. 简化球机移动的传参逻辑 2025-02-27 15:29:12 +08:00
BallCamera.go 1. 增加 GetDVRDeviceConfig函数 2025-03-21 10:06:00 +08:00
go.mod 1. 使用CGO对代码进行重构 2025-02-27 11:17:22 +08:00
Nvr_test.go 1. 增加 GetDVRDeviceConfig函数 2025-03-21 10:06:00 +08:00
Nvr.go 1. 增加 GetDVRDeviceConfig函数 2025-03-21 10:06:00 +08:00
README.md 1. 使用CGO对代码进行重构 2025-02-27 11:17:22 +08:00