Get images and short videos from the camera to your Telegram Bot.
There are two modes:
- Setup Mode
- Normal Mode
In order to enter the Setup Mode you need to push the reset button after first LED blink at the beginning. You have 3 seconds to accomplish this goal before second LED blink. If you are in Setup Mode, you need to connect from your mobile phone to the camera directly using WiFi connection. HostName=esp32_cam, SSID=esp32_cam_ap, Password=12345678. When you are connected to the camera, enter it using web browser and enter the following data:
- SSID
- Password
- Hostname
- Telegram Bot Token
When all the data entered, push reset button again and the camera will connect to the WiFi router in Normal Mode.
- Use /get_image to get an image from the camera.
- Use /get_video to get a short video from the camera.
Qty | Product | Description |
---|---|---|
1 | ESP32-Cam | Main board + Camera |
ArduinoJson must be installed.
Set desired upload_port in the file platformio.ini file.