Currently, in order to get the unique uuid of the strikeforce camera to put into the cougarvision config for the strikeforce api to work, you need to either use webdev tools on the site itself and find it, or use the strikeforce get scripts in this repo, knowing the camera name. And then to have the camera added to earthranger so that cougarvision can post detections there, we have a sageranger function that will do the initialization steps necessary. so basically we have 2 steps someone needs to complete if they are adding a new camera. However, these scripts can be combined, so there is just one to run.
Idea is to have strikeforce get call sagerangers post camera function, and so the camera gets posted to earthranger, and the strikeforce uuid is printed so all one needs to do is take this value and add it to the cougarvision config.
Currently, in order to get the unique uuid of the strikeforce camera to put into the cougarvision config for the strikeforce api to work, you need to either use webdev tools on the site itself and find it, or use the strikeforce get scripts in this repo, knowing the camera name. And then to have the camera added to earthranger so that cougarvision can post detections there, we have a sageranger function that will do the initialization steps necessary. so basically we have 2 steps someone needs to complete if they are adding a new camera. However, these scripts can be combined, so there is just one to run.
Idea is to have strikeforce get call sagerangers post camera function, and so the camera gets posted to earthranger, and the strikeforce uuid is printed so all one needs to do is take this value and add it to the cougarvision config.