Upcycle your old phones into something that makes getting out of your driveway considerably safer & easier.
Close Circuit is running on the phone mounted on the dashboard. The phone in the back is running the IP Webcam app, linked below.
Close as in close-by, not close as in shut down.
This project lets you create a PAN surveillance system using WiFi and IP Webcams. The monitor functions as an AP using the Wi-Fi Direct APIs, and can have multiple Wi-Fi cameras connected to it, all completely airgapped, offline, and secure.
The monitor runs the CC app (contained in the app
directory), and the cameras may be either traditional IP cameras or Android devices running the Android IP Webcam app.
When the app first launches, it will display a QR code that you can scan with your camera device to connect to the monitor. It will also show the SSID and password that you can use to connect to the monitor manually.
When the monitor detects that any IP webcams with an HTTP server at port 8080 and with an MJPEG stream at /video
are connected to it, it will display the video feed from the first camera it finds. If the camera disconnects, the monitor will remove it from view but will continue to attempt a connection in the background.
Considering the apps more prototype-y state than my other projects, I haven't created any releases. However, the build is entirely reproducible, so you may clone it and build it yourself.
If you would like to see this app have an official release, please let me know by opening an issue.
- Camps in the wilderness
- Backup/front camera for your car (land yacht!)
- Baby monitors (no sound implemented)
- WiFi support
- Android 6.0 or later
- Some devices to use as cameras (Android IP Webcam supports KitKat and later)