# scene detection **Repository Path**: GimXR/scene-detection ## Basic Information - **Project Name**: scene detection - **Description**: 场景识别项目,由PC上位机和下位机组成。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-12-12 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目名称 scene detection(场景检测) # 项目结构 ## PC video recognition ## LOWER esp32 # 开发环境 ## PC 1. python 3.8.6 x64 for windows 2. opencv for python 3. numpy ## LOWER ### software 1. pio@arduino 2. freertos ### hardware 1. MCU:ESP32(WROOM 32) 2. 译码器:74HC138 * 6(用于扩展IO) 3. 语音播放:DFR0299模块 # PC打包 在python 3.8.6 x64环境下项目目录中运行 pyinstaller -F -w -i icon.ico main.py mqtt_drv.py main_window.py open_cv_distinguish.py -p Virtualenv/Lib/site-packages