Skip to content

Commit

Permalink
Merge pull request #108 from AxisCommunications/sync-20231019-1
Browse files Browse the repository at this point in the history
Updated software compatibility section (#226)
  • Loading branch information
pataxis authored Oct 19, 2023
2 parents 34e604b + 0533cda commit d0aebac
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 45 deletions.
17 changes: 2 additions & 15 deletions docs/api/computer-vision-sdk-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 2 additions & 15 deletions docs/api/native-sdk-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
40 changes: 25 additions & 15 deletions docs/axis-devices-and-compatibility/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **`<image-version>-<architecture>-<container-distribution>`**.
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<br>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
Expand Down

0 comments on commit d0aebac

Please sign in to comment.