-
Notifications
You must be signed in to change notification settings - Fork 22
How to restore config? #1
Comments
Hello. If you have made config export before, you could try to use vendor ui to restore configuration or reset to factory settings. All tool supported commands has been developed by analysis of original CMS software communication, so that functionality should be available in CMS. On my devices I was able to mount filesystem using NFS. Configuration files are kept in same JSON format as it exported. Here is described how to mount NFS. You must be logged in as root: Also here is a instruction that I've used to restore forgotten password through configuration files replacement. Similar methods could be used to restore settings. There could be some differences for your device, like paths, device names, etc. On server:
/home/nfs *(rw,sync,no_root_squash,fsid=0,crossmnt,no_subtree_check)
On DVR/IPC:
cp /mnt/mtd/Config/Account1 /var/tmp/nfs
cat /var/tmp/nfs/Account1 > /mnt/mtd/Config/Account1
cat /etc/init.d/rcS
ps
kill <sofiapid>
dvrHelper /lib/modules /var/Sofia 127.0.0.1 9578 1
|
I had the same problem with my IVG-85HG50PYA-S, while trying to switch the IR Filter manually. After i had written "Camera.Param" into just "Camera", die 'Camera param.'-Section in the Frontend was no longer accessible. All the other functions where still working. Unfortunately i had no prior export of the whole configuration. I exported the configuration from the cameras web Frontend (or CMS Tool). Then i did the same with a different Camera, but with a similar Chip (Hi3516V100 instead of Hi3516V300), and other sensor. After that everything was working again. Maybe this will held others. BTW: |
Also there are another way to factory reset using commands extracted from OEM ResetACTool.exe:
rm -rf /mnt/mtd/Config/Account*
rm -rf /mnt/mtd/Config/* The commands fro 3 and 4 is cutted out from ResetACTool.exe, I didn't tested it on real devices. The telnet activation just tested on new XM ipcam. |
Also new version has OPDefaultConfig command |
Hello,
I played with
ConfigSet
method and I think I broke the camera configuration onHI3516
.Now if I call
sofiactl.pl --user admin --host 192.168.1.10 --port 34567 --command ConfigGet --co AVEnc
I get a response that doesn't contain some of the fields, for example Encode:
Do you know if there's a way to restore this configuration to get camera back to life?
P.S.
I have telnet access to the camera, but I couldn't find where this configuration is stored.
Thanks
The text was updated successfully, but these errors were encountered: