From 4e76896a5dd8c4216e690aa9a61e6fc1ec0ee230 Mon Sep 17 00:00:00 2001 From: Sriram Bhetanabottla Date: Thu, 19 Oct 2023 09:32:25 +0200 Subject: [PATCH] Updated software compatibility section (#226) Fixes AxisCommunications/acap-documentation#91 --- docs/api/computer-vision-sdk-apis.md | 17 +-------- docs/api/native-sdk-api.md | 17 +-------- docs/axis-devices-and-compatibility/index.md | 40 ++++++++++++-------- 3 files changed, 29 insertions(+), 45 deletions(-) diff --git a/docs/api/computer-vision-sdk-apis.md b/docs/api/computer-vision-sdk-apis.md index faebb00..c32e175 100644 --- a/docs/api/computer-vision-sdk-apis.md +++ b/docs/api/computer-vision-sdk-apis.md @@ -15,21 +15,8 @@ On this page, the Axis-specific additions are detailed, along with a general inv ## Compatibility -The table below shows ACAP Computer Vision SDK and firmware version compatibility. - -SDK version | Available from firmware version ------------ | ------------------------------- -1.0 | 10.7 -1.1 | 10.9 -1.2 | 10.10 -1.3 | 10.12 -1.4 | 11.0 -1.5 | 11.1 -1.6 | 11.2 -1.7 | 11.3 -1.8 | 11.4 -1.9 | 11.5 -1.10 | 11.6 +To find compatibility between ACAP Computer Vision SDK and AXIS OS version, +refer to [Find the right SDK for software compatibility](../axis-devices-and-compatibility/#find-the-right-sdk-for-software-compatibility). ## SDK index diff --git a/docs/api/native-sdk-api.md b/docs/api/native-sdk-api.md index 89d9e1e..ca4faca 100644 --- a/docs/api/native-sdk-api.md +++ b/docs/api/native-sdk-api.md @@ -20,21 +20,8 @@ The ACAP Native SDK provides the following APIs: ## Compatibility -The table below shows ACAP Native SDK and firmware version compatibility. - -SDK version | Available from firmware version ------------ | ------------------------------- -1.0 | 10.7 -1.1 | 10.9 -1.2 | 10.10 -1.3 | 10.12 -1.4 | 11.0 -1.5 | 11.1 -1.6 | 11.2 -1.7 | 11.3 -1.8 | 11.4 -1.9 | 11.5 -1.10 | 11.6 +To find compatibility between ACAP Native SDK and AXIS OS version, +refer to [Find the right SDK for software compatibility](../axis-devices-and-compatibility/#find-the-right-sdk-for-software-compatibility). ## Video capture API (VDO) diff --git a/docs/axis-devices-and-compatibility/index.md b/docs/axis-devices-and-compatibility/index.md index b0746b9..16aa115 100644 --- a/docs/axis-devices-and-compatibility/index.md +++ b/docs/axis-devices-and-compatibility/index.md @@ -98,21 +98,31 @@ guide](https://www.axis.com/developer-community/product-interface-guide). ## Find the right SDK for software compatibility Choose the appropriate SDK version based on what AXIS OS version you want -supporting your ACAP. - -ACAP SDK version | Compatible with AXIS OS version -:--------------- | :---------- -SDK 4.0 | 10.7 and later -SDK 4.1 | 10.9 and later -SDK 4.2 | 10.10 and later -SDK 4.3 | 10.12 and later -SDK 4.4 | 11.0 and later -SDK 4.5 | 11.1 and later -SDK 4.6 | 11.2 and later -SDK 4.7 | 11.3 and later -SDK 4.8 | 11.4 and later -SDK 4.9 | 11.5 and later -SDK 4.10 | 11.6 and later +supporting your ACAP application. + +The **Image version** referred to in the +table below is the Docker image release tag available from Docker Hub: + +- [ACAP Native SDK](https://hub.docker.com/r/axisecp/acap-native-sdk/tags) +- [ACAP Computer Vision SDK](https://hub.docker.com/r/axisecp/acap-computer-vision-sdk/tags) + +The tag format is **`--`**. +An example of a tag is `acap-native-sdk:1.5-aarch64-ubuntu22.04` where `1.5` +maps to the image version. + +ACAP Release | ACAP Native SDK Image version
ACAP CV SDK Image version | Compatible with AXIS OS version +:------------| :---------------------------- | :------------------------------------------- +4.0 | 1.0 | 10.7 and later +4.1 | 1.1 | 10.9 and later +4.2 | 1.2 | 10.10 and later +4.3 | 1.3 | 10.12 and later +4.4 | 1.4 | 11.0 and later +4.5 | 1.5 | 11.1 and later +4.6 | 1.6 | 11.2 and later +4.7 | 1.7 | 11.3 and later +4.8 | 1.8 | 11.4 and later +4.9 | 1.9 | 11.5 and later +4.10 | 1.10 | 11.6 and later How do I know if my device supports a specific AXIS OS version? Please check [firmware releases for supported