Hi, I have analog camera Dahua DH-HAC-HDW1801MP-0280B. I switched mode and can't get it back into the CVI mode from CVBS.
I know about device PFM 820 but people says its not workin with 8mp cameras, and it costs almost like my camera. So I started experimenting with cam.
I found information on another forum "Unbricking your Dahua IP camera" thread, but its about IP cameras and not working for me at all. some usefull information was there and here :
- serial interface the same 1.RX 2.TX 3.GND 4.VCC
Here is the outpoot on boot:
And if I press"*" I'm enetering to cmd :
So i can use SET command, I can read memory by MD command and thats all.
"dh_keyboard" is existing parameter , I got answer its related to debug state
I'm sure via SET command possible to switch mode back to CVI, but I dont know name of the variable.
maybe I could find out something if I had the decrypted firmware
Hope this information would be usefull for someone who can do more, my knowledge is not enough to continue
maybe someone who has a PFM820 can listen to the exchange between the camera and this device and share the information
I know about device PFM 820 but people says its not workin with 8mp cameras, and it costs almost like my camera. So I started experimenting with cam.
I found information on another forum "Unbricking your Dahua IP camera" thread, but its about IP cameras and not working for me at all. some usefull information was there and here :
- serial interface the same 1.RX 2.TX 3.GND 4.VCC
- to enter in comand line hold the "*" key
- "?" help
- few commands working
Here is the outpoot on boot:
Code:
RGD FlashID : c81640c8
start miniboot...
swdg reset
u8SlaveToMasterFlag = 0X0
u8IsHdcviUpdateSucc = 0x0
check uptate strategy and '*'
check master image!
check master img ok!
copy to DDR
lu32Len = 0x13fff0
J
And if I press"*" I'm enetering to cmd :
Code:
RGD FlashID : c81640c8
start miniboot...
power reset
u8MasterToSlaveFlag = 0x0
check uptate strategy and '*'
IO_init.
Entery cmdline or wait upminib #
minib # ?
md: md [addr] [len]
pri: printf
?: for help
exit: exit cmd line !
minib #
minib # pri
UpdateByHdcviFlag = 0x0
SlaveToMasterFlag = 0x0
MasterToSlaveFlag = 0x0
DeviceName:
minib #
minib # set dh_keyboard 0
set key = 0x0
minib #
minib # set dh_keyboard 1
set key = 0x1
minib #
minib # md 0x13fff0
00000002: 00 ................
2000bf46: 00 ................
40017e8a: 8c ................
60023dce: 63 c...............
8002fd12: 29 )...............
a003bc56: 66 f...............
c0047b9a: 28 (...............
e0053ade: 00 ................
0005fa22:
So i can use SET command, I can read memory by MD command and thats all.
"dh_keyboard" is existing parameter , I got answer its related to debug state
I'm sure via SET command possible to switch mode back to CVI, but I dont know name of the variable.
maybe I could find out something if I had the decrypted firmware
Hope this information would be usefull for someone who can do more, my knowledge is not enough to continue
maybe someone who has a PFM820 can listen to the exchange between the camera and this device and share the information
Last edited: