标签: c

0

车辆抓拍上传图片

一、海康摄像头改成如下编码设置:视频流,h.264编码 路径都统一决定路径

// 车牌识别模型路劲
std::string model_path = “../hyperlpr3/resource/models/r2_mobile”;

// 设置RTSP视频流的URL
// 正面进入,[……]

继续阅读

0

openssl 3.3.2

【编译】openssl 3.3.2

https://www.tkxiong.com/archives/2348

20240923 tkxiong 选择openssl 3.3.2 版本进行编译

这次编译使用了ChatGPT,通过对话解决了部分问题。[……]

继续阅读

0

获取指定日期时间

获取指定日期时间

#define _CRT_SECURE_NO_WARNINGS * *//一定要添加上**
#include<stdio.h>
#include<time.h>
int main()
{
time_t     now;
stru[……]

继续阅读