Skip to content

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

License

Notifications You must be signed in to change notification settings

techcafee/RealTime-MQTT-Camera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Featuring Mr.Bigdeli, our first special guest at Tech Cafe

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.9%
  • C++ 10.8%
  • HTML 3.0%
  • C 2.4%
  • Other 1.9%