imaginevision / Z-Camera-Doc

Document for Z Camera
149 stars 46 forks source link

设置静态ip,1.0.3固件版本及以后必须需要加dns参数,但http.md的说明没有更新这一点 #68

Open zhangxingmin opened 1 month ago

zhangxingmin commented 1 month ago

Change to "static IP address" You may change to static IP address in Chrome browser, for example if you want to change from 10.98.32.1 (current IP) to 192.168.1.100

Firmware 1.0.2 and before: 10.98.32.1/ctrl/network?action=set&mode=static&ipaddr=192.168.1.100&netmask=255.255.255.0&gateway=192.168.1.1

Firmware 1.0.3 and onwards: 10.98.32.1/ctrl/network?action=set&mode=Static&ipaddr=192.168.1.100&netmask=255.255.255.0&gateway=192.168.1.1&dns=192.168.1.1

adahbingee commented 1 month ago

Thanks