-
-
Notifications
You must be signed in to change notification settings - Fork 29
Nanny cam
This is a simple app that exposes the stream of the camera in a new AP from the ESP32.
Start the app, connect to the new WiFi AP displayed on the screen and open the address on the screen from your phone or computer to see the raw stream from the camera. You can use tools like OBS or VLC to manipulate the incoming stream (or record it).
If you can't connect, check:
-
That you are actually connected to the WiFi AP. Some devices may switch to another AP if the one you recently connected does not has internet access (as is with this AP).
-
Check that you are actually opening the address as
http://<address>
, not searching for the address. Also if your device has multiple network sources (i.e. LAN/cellular) find a way to make it use the correct network to find the ESP32.
The idea is to extend this app, for example you could add functionality to the page, take photos, change parameter of the camera. Check the source code and contribute.
Note
The wiki is yet to be completed. Please feel free to add content and collaborate.
Important
This is a public wiki. Everything you write here will be public and everyone can see it. So please don't take your personal notes here.