forked from external-repos/esp32cam-rtsp
- 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 |