Please make an effort to guide me to repair this webcam
OK, here are some instructions that I made for one MiniPTZ V2 camera that I fixed where the kernel and root file system had been damaged or erased, but the amboot bootloader was still OK.
If I remember correctly, I booted the camera using a modified Hikvision root file system, to give the needed environment to do the recovery work.
It's hard to know if this will work for your MiniPTZ V1 camera, as it is an earlier model, which I have never had my hands on.
"Here I will try to provide some instructions to recover your Mini PTZ V2.
First - download the ZIP file from here
and save in a new folder on your PC. Unzip the contents into the folder.
Connect the V2 to the LAN, keep the power off, connect up your USB to TTL convertor, start PuTTY.
With the Escape key pressed, power on the camera, to interrupt Amboot.
Make sure the LAN light of the switch or router port the camera is connected to comes on.
If not - power off and back on again, with Escape pressed.
I found that the LAN does not always activate when powered on.
At the Amboot prompt, press Return a couple of times, then use these commands:
You can copy / paste them for each one.
(replace the tftpd IP address with your PC IP address)
setenv tftpd 192.168.1.21
setenv eth 0 mac 11:22:33:01:02:03
setenv eth 0 ip 192.168.1.22
setenv eth 0 mask 255.255.255.0
setenv pri_addr 0x208000
setenv rmd_addr 0x0800000
setenv pri_file hs_mtdblock3
setenv rmd_file my_initrd.gz
setenv auto_dl 1
On the PC, start (double-click) the tftpd32.exe program.
At the Amboot prompt, use this command:
tftp boot console=ttyS0 root=/dev/ram rootfstype=ext2 init=/bin/busybox sh
At this point, if all is well, the camera Linux should start and give a root # prompt.
cd /tmp
tftp -g -r mtdblock3 192.168.1.21
flashcp mtdblock3 /dev/mtd3
tftp -g -r mtdblock4 192.168.1.21
flashcp mtdblock4 /dev/mtd4
reboot
(or power cycle the camera)
Good luck!
I hope this works OK.
"