free ACAP Plugins for your Axis Camera

DirkJensen

Getting the hang of it
Jul 14, 2017
35
57
nowhere
Hi everybody,

i wanted to share a very nice site where you can get free ACAP plugins for your Axis camera.

ACAP Share

I know this site since a long time, and never had the thought to share it here, how stupid i was ... so now i do ;)

Most of all i use the ACAP Daybreakme. With this nice tool you can set nearly every day and night setting of your Axis camera, based on the local sunrise and sunset time.

Greetings
Dirk
 
  • Like
Reactions: Murz0id and 12K
Love the direction counter.

Any chance you can update the Daybreak Me for firmware 11?
 
Last edited:
Love the direction counter.

Any chance you can update the Daybreak Me for firmware 11?

Hi,

I also asked Fred (the developer from PandosMe) this question some month ago, but he is too busy to do this.
With this in mind I made my own solution.

I ended up in making myself a frontend, a backend and a database on a linux machine.

i made a bash script that uses the api of "sunrise-sunset.org" to calculate the sunrise and sunset based on my gps position.
with the calculated time and "if"(day) and "else if"(night) in the script I send the image settings that are entered in the frontend web interface with axis api (vapix) commands to the camera.
the script is running as a service as soon as the server starts.
when you change image settings in the frontend, and this values are saved to the database a watchdog is restarting the service(the bash script).

the local web server that is running on the linux machine is Flask.
 
  • Like
Reactions: iwanttosee