meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cctv:hik:cameras:activation [2023/11/12 16:08] – created niziakcctv:hik:cameras:activation [2025/02/26 15:41] (current) niziak
Line 2: Line 2:
  
 Brand new camera needs to be activated by setting admin password. Brand new camera needs to be activated by setting admin password.
-  * accessing camera web page by default IP 192.168.1.64 +  * accessing camera web page by default IP [[http://192.168.1.64/]] 
-  * with ``sadptool`` (works under Wine)+  * with ''sadptool'' (works under Wine)
  
 +Use Python lib and write own tool ? [[https://github.com/MatrixEditor/hiktools]]
  
 +===== 192.168.1.64 =====
  
 +<code bash>
 +ip a add 192.168.1.2/24 dev enp5s0
 +ip a del 192.168.1.2/24 dev enp5s0
 +</code>