themactep / thingino-firmware

Open-source firmware for Ingenic SoC IP cameras
https://thingino.com
MIT License
159 stars 50 forks source link

Persistence of IMP parameters #45

Closed themactep closed 4 months ago

themactep commented 6 months ago

Right now the picture returns to its pristine state whenever the camera reboots. We need a back communication channel with libimp (from WebUI, ONVIF, shell) that would apply and persist the changes in a configuration file which in its turn should be read and applied on every streamer launch.

themactep commented 6 months ago

Saved settings get restored on boot with a script now. Having settings handled by imp control would be a measurable enhancement.