Jump to content
XPEnology Community

vinnfts

Rookie
  • Posts

    8
  • Joined

  • Last visited

Everything posted by vinnfts

  1. I'm running DVA 1622 on Promox with i5 8500t (pass-through iGPU). I tried to run 16 tasks of AI (8 Face Detection + 8 Deep Video Analytics). Sometime, the Face Detection tasks crashed or Deep Video tasks crashed. I have to run this bash few times to make it work again. Anybody know the reason why? #!/bin/bash # stop surveillance app /usr/syno/bin/synopkg stop SurveillanceStation # open surveillance database /volume1/@appstore/SurveillanceStation/bin/sqlite3 /volume1/@appstore/SurveillanceStation/system.db <<'END_SQL' .timeout 2000 # enable all face recognition task UPDATE face_setting SET enable = 1; # enable all deep stream task UPDATE iva_setting SET enable = 1; END_SQL sleep 5 # start surveillance app /usr/syno/bin/synopkg start SurveillanceStation
  2. Hi guys, I'm using DVA 1622 on i5 8500t with ARC. The Face Recognition and Deep Video Analytics randomly turned off, and I only got motion detection. I had to restart the DVA mutiple times until it worked. Anyone have the same issue? I'm running 8 tasks of Face Recognition + 8 tasks of Deep Video Analytics so far.🙂 Here: Only motion detection After some restart, it recognized person, but not Face
  3. I built DVA 1622 as a virtual machine on my Esxi 8. I used RR 23.11.3 as a loader. I don't understand why the DVA 1622 was randomly shutdown. The weird thing is the screen of the VM is still on like this: The Esxi host still shows the high percentage of CPU consumed But Any one have the same problem, please help!
×
×
  • Create New...