Smart Life Camera's are Internet Of Things camera's. This camera is tuya-based, which means:
- it sends its 'stream' to the cloud.
- my phone picks up the 'stream' from the cloud.
Furthermore: TUYA devices have an id, an IP-address and... an encryption key. I know all three but I don't know the algorithms (probably AES) and how to turn camera on and off. This all needs to be done to get the camera working.
It is obvious that the stream into the cloud is encrypted, for security reasons.
The info I need is how to
- turn the camera 'on'
- decrypt the stream
Tuya devices are very affordable and getting more common these days. As an example (I do NOT have shares and NOT promoting anything) see:
https://www.aliexpress.com/item/1005002 ... mainSearch
I have managed to get switches working by applying Domoticz -> MQTT -> TinyTuya (Python) and v.v.
Next is the IP camera...
Hopefully this is enough background.