Уровень 0 · материалов: 3
В кластер входят документы о создании систем мониторинга и управления с использованием открытого ПО и недорогого оборудования, но не входят общие руководства по программированию.
Общие признаки: использование OpenCV, дистанционный мониторинг, доступное оборудование (смартфон, Raspberry Pi), автоматизация и передача данных
Группа выше: Умный дом на микроконтроллерах своими руками
Смысл: The main idea is to demonstrate how common hardware (an old smartphone) and open-source software (Python, OpenCV) can be combined to create a remote monitoring system for an analog device that lacks digital connectivity.
The author built a system using an old Android phone and Python/OpenCV to periodically photograph a gas meter and automatically recognize readings to monitor home heating remotely.
Смысл: The main idea is to demonstrate how a Raspberry Pi can be used as a cost-effective alternative to specialized FPV systems for remote-controlled devices by utilizing Linux tools like SSH, GStreamer, and UDP streaming for video transmission.
A technical guide on using a Raspberry Pi to transmit video for remote control, detailing the use of GStreamer for streaming and the implementation of a LiPo power supply.
Смысл: The main idea is to demonstrate that using OpenCV for basic computer vision tasks like motion detection is accessible even to non-professional programmers, specifically for applying it to home automation.
A practical guide on using OpenCV and a single-board computer to create a region-based motion detector for smart home lighting.