Module lib.video

Class to manage the camera of the ESP32CAM

Expand source code
# Distributed under Pycameresp License
# Copyright (c) 2023 Remi BERTHOLET
""" Class to manage the camera of the ESP32CAM """

Sub-modules

lib.video.video

Class to manage the camera of the ESP32CAM. This requires the modified firmware. I added in the firmware the possibility of detecting movements, as …