OpenIPC / webui

OpenIPC web interface.
https://openipc.org
MIT License
45 stars 41 forks source link

Hide some menu sections for processors that do not support features #70

Closed ZigFisher closed 2 years ago

ZigFisher commented 2 years ago

Make the "motion detection" plugin available only on Hisilicon and Goke processors. Make an exception for series processors in V1 (no motion detect). Thanks !

widgetii commented 2 years ago

Two HiSilicon families have no hardware motion detection: hi3516cv100 and hi3516av100

themactep commented 2 years ago

I left the menu section but restricted access to the page with a stop list of processor families. https://github.com/OpenIPC/microbe-web/blob/4e2559e5c28d2eacd95dbc65c456f93f644b9316/files/var/www/cgi-bin/plugin-motion.cgi#L9

ZigFisher commented 2 years ago

Hide h264 codec selector for hi3516cv200 processor group (and hi3516cv100 group)

themactep commented 2 years ago

done.