A WEB-cam in MicroPython
Introduction
In order to provide a WEB-cam in MicroPython we need
- The camera hardware with enough RAM memory to store the camera images
- MicroPython with access to the camera driver
- The WEB server
- The code to configure and control the camera, to read out the images and to stream them over the net or to take single images
Let's start with the
driver integration into MicroPython
--
Uli Raich - 2020-01-25
Comments