esp32 | esp32 CAM | Python | How to Capture Image While live Streaming

preview_player
Показать описание
esp32 | esp32 CAM | Python | How to Capture Image While live Streaming

In this you can learn how to capture image from esp32 using python on your device.

Code:
import requests
# pip install requests
import time
import shutil

url='http.................'

Рекомендации по теме
Комментарии
Автор

Keep it up!! I have some error
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
Any idea!!

dskvr