I found this old baby camera and it couldn't connect to our wifi. Then I decided to look at how exactly that thing works
The camera tries to connect to some authentification server that doesn't exist anymore and get's stuck
The camera connects to wifi by reading a QR Code that has this format:
["[email protected] ","WIFI_SSID","WIFI_PASSWORD","Home Monitor","192.168.0.115","+01:00"]
Had to disasemble the camera to get access to UART
It's running some kind of buybox linux image
You can change it's IP and other settings via a config file
Here's some interesting files for configuring the camera
etc/lighttpd
etc/yoics
data/cfg/config.lua
srv/www/htdocs
Default username: admin
Default Password (could vary between cameras): M100-4674448
There's a still image at /cgi-bin/img-d1.cgi
(generates every 5 seconds or so) or /cgi-bin/img-cif.cgi
(smaller)
To reach the rtsp stream use rtsp://admin:[email protected] :554/stream0
Front of Main PCB and location of RX/TX for UART