# esp32-video **Repository Path**: fa0/esp32-video ## Basic Information - **Project Name**: esp32-video - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` python /Users/mac/Desktop/cat-video/main.py # 或(热重载) uvicorn main:app --host 0.0.0.0 --port 8000 --reload # 性能参数 uvicorn main:app --host 0.0.0.0 --port 8000 --loop uvloop --http httptools ``` ``` python client_ws.py ```