如何通过Telegram从Esp32-cam发送照片

时间:2019-11-18 16:42:07

标签: image-processing arduino camera telegram esp32

#include "esp_camera.h"  
#include <UniversalTelegramBot.h>

如何转换为:

 fb = esp_camera_fb_get();

通过电报接受的内容

例如

  

发送的字符串= bot.sendPhoto(chat_id,....

  

发送的字符串= bot.sendPhotoByBinary(chat_id,....

1 个答案:

答案 0 :(得分:0)

您可以尝试将图像保存到SD卡,然后使用bot API发送照片。 查看更多: save to sd cardsend photo