To those waiting to hear what 0x06 means; here's what I have learned:
From Andy:
1.设备是否联网,是否使用P2P等功能。
Please check if you use the P2P function
2.重启间隔是多少?几天?几小时?是否有规律?
Reset any fixed time? How many times per day?
3.0x60是设备解码异常导致的重启。所以客户是否有接第三方摄像头?
0x60 is the
decodingfunction not good make the device restart, please check if you connect other cams?
4.本地界面是否有任何其他的提示?
Any more hints the nvr shows when the nvr booting?
5.如果重启频繁如几分钟就重启的,是否能够让客户讲摄像头断开,defualt之后看是否还会出现同样的问题
If too frequency, please take all cams off and make a default and check if still the same problem?
I don't use the P2P functionality, and I the reboots are not happening at the scheduled reboot time setup on the NVR. I have a single Hikvision DS-2CD2032-I camera attached to my NVR in addition to all the Dahuas. I'll have to try disconnecting the Hikvision from the NVR and see if that helps things out. I don't have any more hints to share about what the NVR, however I have an RS232 cable on order so I will continually monitor the console of the NVR to see if there is more information that I can glean.
Lol, and 0x60 being an image decoding failure causing reboot. Sounds like someone has some crappy error handling:
public class Nvr {
public static void main(String [] args) {
try {
beAnNvr();
} catch (Exception e) {
reboot();
}
}
}