# client_temperature **Repository Path**: lipeng260/client_temperature ## Basic Information - **Project Name**: client_temperature - **Description**: 温度采集客户端,解决海康摄像头红外温度采集问题 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-23 - **Last Updated**: 2025-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 发布流程 1. 修改version.py版本 2. pyinstaller --onefile --name client_temperature --add-data "version.m3u:." --windowed "main.py" 3. 压缩到zip, 命名为client_temperature_v{version}.zip 3. 发布到gitee