mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-12 03:06:22 +00:00
- Added script to process html - Added WRover and MStack camera's - Automatic detection PSRAM - Added setting for # frame buffers - Feedback of camera initialization value - Added connected feedback
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m pip install --upgrade pip setuptools wheel
|
|
python3 -m pip install htmlmin
|
|
|
|
python3 ./html_to_cpp.py ./html ./include/html_data.h |