FAQ database
48 search results
-
What happens when you delete a user in the AXIS Body Worn Manager? The flag “Active” in the user’s metadata is set to false. See the API. It is then removed from the AXIS Body Worn Manager.
-
How many clips are there per container? As many as it takes to show the entire recording. Each clip is a maximum 15 minutes in length.
-
How does the system decide when to make a new recording container? And what does it contain?Each real-life recording will correspond to 1 recording container. It contains the video, audio and metadata, see the API for full information.
-
What is the resolution/FPS of the video, and how can I check this?This information is on the .mkv and .mp4 header. If important to know beforehand, you can export/buffer a small portion and check before committing the
-
How much data will the system controller unit push at a time? Can it be controlled? It will push all the data it can, to a maximum of 1GB/s which is the interface limitation. There is currently no way to limit
-
Why do I have to upload the connection file manually, isn’t this unsecure?It is a misconception that this is unsecure. Transferring the public certificate using out-of-band channels for initial device authentication and configuration is common practice.
-
What is the retry logic for the system controller unit to establish a new connection to the content destination should it fail? The system controller unit will try again, using an exponential back-off time, capping at 1h. First back-off is 10 sec, second is 10* 2^1, etc.
-
What is the retry logic if my clip fails to offload from the system controller unit to the content destination?If the clip fails to offload, the system controller unit will try again, using an exponential back-off time, capping at 1h. First back-off is 10
-
I want to develop software for integration with Axis products, where can I find the tools?Axis Developer Community membership is free and open to anyone interested in developing software for integration with Axis products and technologies. All you need to get
-
I would like to develop ACAP applications – where do I start?All components to start developing ACAP applications, i.e. the SDK, compilers, sample code, etc. are available on Axis Developer Community. Start by reading the ACAP