AliBigdeli / RealTime-MQTT-Camera

a brief example of mqtt usage to send camera stream to web page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32Cam plus Python MQTT Video Stream

this is a simple test for streaming image data over mqtt and creating a video stream

arduino c cplusplus

Overview

Features

  • Arduino platform
  • ESP32Cam Support
  • PubSubClient MQTT
  • Base64 Converter
  • Python Example
  • Paho MQTT js Included
  • Web GUI as a Receiver

Setup

in order to use each of clients need to setup and install dependencies, for python code you need paho library and for arduino code need to install pubsubclient and setup for esp32 boards. in order to upload code on ESP32 CAM choose 'AI Thinker ESP32CAM'.

platformio

Bugs or Opinion

Feel free to let me know if there are any problems or any request you have for this repo.

About

a brief example of mqtt usage to send camera stream to web page

License:MIT License


Languages

Language:JavaScript 81.9%Language:C++ 10.8%Language:HTML 3.0%Language:C 2.4%Language:Python 1.0%Language:CSS 0.9%