Record avi video on ESP32-CAM and send to Telegram on event or request
Go to file
jameszah 3cf70de6a8
Add files via upload
2021-06-10 16:41:46 -06:00
LICENSE Initial commit 2021-06-09 20:04:33 -06:00
README.md Update README.md 2021-06-10 16:40:29 -06:00
magpie.jpg Add files via upload 2021-06-10 16:41:46 -06:00
magpie1.jpg Add files via upload 2021-06-10 16:41:46 -06:00
telegram.jpg Add files via upload 2021-06-10 16:41:46 -06:00

README.md

ESP32-CAM-Video-Telegram

Record avi video on ESP32-CAM and send to Telegram on event or request

Compile Time Parameters

char ssid[] = "yourssid";         
char password[] = "yourssidpass"; 
String TIMEZONE = "GMT0BST,M3.5.0/01,M10.5.0/02";  
String chat_id = "1234567890";
#define BOTtoken "XXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" 

// see here for information about getting free telegram credentials
// https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot
// https://randomnerdtutorials.com/telegram-esp32-motion-detection-arduino/
// find your timezone here 
// https://sites.google.com/a/usapiens.com/opnode/time-zones  

As seen on Telegram screen:

The avi as seen on Youtube - the picture here is the first frame of the avi, which is one frame after the jpeg sent to Telegram.

Click to see on Youtube

The file as served by Telegram:

https://github.com/jameszah/ESP32-CAM-Video-Recorder-samples/blob/master/ESP32-Cam-Telegram/DoorCam%202021-06-03%2014.47.52.avi

The file uploaded to Youtube - now converted to Youtube's formats:
https://youtu.be/x4JaLOefIWA

Demonstrating the slow motion.

Click to see on Youtube