标签: 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,....
答案 0 :(得分:0)
您可以尝试将图像保存到SD卡,然后使用bot API发送照片。 查看更多: save to sd card, send photo。