Releases: esp-cpp/camera-streamer
v2.1.1
What's Changed
- feat: Improve packaging to upload artifacts as single zip by @finger563 in #17
Full Changelog: v2.1.0...v2.1.1
ESP-IDF Size Report for 'Camera Streamer (xiao-esp32s3-sense)'
| Metric | v2.1.0 | v2.1.1 | Delta |
|---|---|---|---|
| FLASH | 1,323,276 bytes (63.10%) | 1,323,276 bytes (63.10%) | 0 bytes (0.00%) |
| DRAM | 150,467 bytes (44.03%) | 150,467 bytes (44.03%) | 0 bytes (0.00%) |
| IRAM | 16,384 bytes (100.00%) | 16,384 bytes (100.00%) | 0 bytes (0.00%) |
| RAM (DRAM+IRAM) | 166,851 bytes | 166,851 bytes | 0 bytes (0.00%) |
FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.
DRAM/IRAM usage does not include memory used by the heap allocator at runtime.
This report was generated by esp-idf-size-delta.
v2.1.0
What's Changed
- feat: Update RTSP so use new component API and have faster / more reliable streaming by @finger563 in #15
- feat: Add support for the xiao esp32s3 sense by @finger563 in #16
Full Changelog: v2.0.2...v2.1.0
ESP-IDF Size Report for 'Camera Streamer (timer-cam)'
| Metric | v2.0.2 | v2.1.0 | Delta |
|---|---|---|---|
| FLASH | 1,379,811 bytes (65.79%) | 1,306,327 bytes (62.29%) | ⬇️ -73,484 bytes (-3.50%) |
| DRAM | 48,336 bytes (26.74%) | 56,380 bytes (31.19%) | 🔺 +8,044 bytes (+4.45%) |
| IRAM | 121,827 bytes (92.95%) | 121,587 bytes (92.76%) | ⬇️ -240 bytes (-0.19%) |
| RAM (DRAM+IRAM) | 170,163 bytes | 177,967 bytes | 🔺 +7,804 bytes (+2.51%) |
FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.
DRAM/IRAM usage does not include memory used by the heap allocator at runtime.
This report was generated by esp-idf-size-delta.
v2.0.2
What's Changed
- chore: Update to esp-idf v5.5.1 and update dependencies by @finger563 in #14
Full Changelog: v2.0.1...v2.0.2
ESP-IDF Size Report for 'Camera Streamer'
| Metric | v2.0.1 | v2.0.2 | Delta |
|---|---|---|---|
| FLASH | 1,363,131 bytes (65.00%) | 1,379,811 bytes (65.79%) | 🔺 +16,680 bytes (+0.79%) |
| DRAM | 48,144 bytes (26.64%) | 48,336 bytes (26.74%) | 🔺 +192 bytes (+0.10%) |
| IRAM | 121,827 bytes (92.95%) | 121,827 bytes (92.95%) | 0 bytes (0.00%) |
| RAM (DRAM+IRAM) | 169,971 bytes | 170,163 bytes | 🔺 +192 bytes (+0.06%) |
FLASH uses app .bin size or json2 flash sum. RAM sums DRAM+IRAM via idf_size. Percentages shown when totals are available.
DRAM/IRAM usage does not include memory used by the heap allocator at runtime.
This report was generated by esp-idf-size-delta.
v2.0.1
What's Changed
- Update to latest espp; free mdns memory when not needed; orient camera frame correctly by @finger563 in #13
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- feat: Update to espp 1.0.10 and use CLI + WiFi STA menu to allow runtime WiFi configuration by @finger563 in #12
Full Changelog: v1.5.0...v2.0.0
v1.5.0
What's Changed
- chore: Update dependencies and remove submodules by @finger563 in #10
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Update to use
espp::EspTimerCamhardware abstraction component for significant code cleanup by @finger563 in #9
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Update submodules to latest versions by @finger563 in #8
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add CI for static analysis, building, and packaging by @finger563 in #7
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- feat(periphreals): update espp submodule by @finger563 in #6
Full Changelog: v1.1.0...v1.1.1