https://github.com/friedjof/esp32cam
https://github.com/friedjof/esp32cam
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/friedjof/esp32cam
- Owner: Friedjof
- License: gpl-3.0
- Created: 2022-12-12T18:24:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T20:02:13.000Z (over 2 years ago)
- Last Synced: 2025-02-01T06:24:38.463Z (4 months ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
### OpenSSL
After loading all dependencies, you have to configure OpenSSL.
#### Setup
Go to the OpenSSL directory `.pio/libdeps/featheresp32/openssl/` and run the following commands:
```bash
./Configure && make
```