Z zape Getting the hang of it Sep 21, 2017 221 69 Jun 24, 2019 #1 Is it possible to have Dahua camera to upload the snapshot when an event is triggered? I'm trying to use Microsoft cognitive services to recognize dogs.
Is it possible to have Dahua camera to upload the snapshot when an event is triggered? I'm trying to use Microsoft cognitive services to recognize dogs.
jiriteach Young grasshopper Apr 13, 2018 45 12 Wellington, New Zealand Jun 24, 2019 #2 Yes but not automatically. You’ll need to have a script that does this for you. Python script to similar.
Yes but not automatically. You’ll need to have a script that does this for you. Python script to similar.
Z zape Getting the hang of it Sep 21, 2017 221 69 Jun 24, 2019 #3 But where do I run this script? on the camera itself? or I need another computer running 24/7 to do this simple thing?
But where do I run this script? on the camera itself? or I need another computer running 24/7 to do this simple thing?
jiriteach Young grasshopper Apr 13, 2018 45 12 Wellington, New Zealand Jun 24, 2019 #4 zape said: But where do I run this script? on the camera itself? or I need another computer running 24/7 to do this simple thing? Click to expand... You'll need to run it on another computer or device. I used my Raspberry PI's for this.
zape said: But where do I run this script? on the camera itself? or I need another computer running 24/7 to do this simple thing? Click to expand... You'll need to run it on another computer or device. I used my Raspberry PI's for this.
VorlonFrog IPCT+ Member Aug 3, 2015 5,081 18,883 Land of the free Jun 26, 2019 #5 Yup, RPi is perfect for this minor automation task.