themactep / thingino-firmware

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

webui: invert motor direction when image is flipped #236

Open diadatp opened 2 weeks ago

diadatp commented 2 weeks ago

Added a new GET parameter to json-motor.cgi to issue motor axis inversion commands. Modified preview.cgi's flip buttons' event handler to request a motor direction inversion via json-motor.cgi.

Closes #184