You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
4
4
Application for ESP32 / ESP32S3 with OV2640 / OV5640 camera to record JPEGs to SD card as AVI files and playback to browser as an MJPEG stream. The AVI format allows recordings to replay at correct frame rate on media players. If a microphone is installed then a WAV file is also created and stored in the AVI file.
5
5
The application supports:
6
-
*[RTSP Server](#rtsp) stream Video, Audio and Subtitles
7
6
*[Motion detection by camera](#motion-detection-by-camera) or PIR / radar sensor
8
7
* Time lapse recording
9
8
*[Audio Recording](#audio-recording) from I2S or PDM microphones
10
9
* Camera pan / tilt servos and lamp control
10
+
*[RTSP Server](#rtsp) stream Video, Audio and Subtitles
11
11
*[Telemetry Recording](#telemetry-recording) during camera recording.
12
12
*[Remote Control](#remote-control) of camera mounted vehicle.
13
13
* Alert notification using [Telegram](#telegram-bot) or Email
@@ -30,11 +30,11 @@ To suggest an improvement or enhancement use Discussions.***
30
30
31
31
Changes up to version 10.5.4:
32
32
* Stream to [NVR](#stream-to-nvr) using integration to RTSPServer library contributed by [@rjsachse](https://github.com/rjsachse).
33
-
* RTSP server now has multiple client support as well as user/pass authentication.
34
33
* Frame resolution selection mismatch corrected due to [#10801](https://github.com/espressif/arduino-esp32/issues/10801) in arduino core v3.1.0
35
34
* SD card 4 bit mode configurable (see `utilsFS.cpp`)
36
35
* Shared I2C fixed following code changes in Arduino core v3.1.1
37
36
* 24Mhz camera clock available for faster frame rate on ESP32S3, contributed by [@josef2600](https://github.com/josef2600).
37
+
* RTSP server now has multiple client support as well as user/pass authentication.
0 commit comments