Skip to main content
Version: ACAP version 4

Axis devices & compatibility

Compatibility means that if an ACAP application can be installed and run on a specific device, then the ACAP application is compatible with the device. Compatibility depends on both hardware and software.

Hardware compatibility

ACAP applications are supported on a large portion of all Axis devices. For an ACAP application to be hardware compatible with a specific device, it must be compiled using the SDK corresponding to the chip architecture in the device.

Software compatibility

An ACAP application is software compatible with AXIS OS if the APIs and other runtime features are available in the specific AXIS OS release. The availability of APIs in AXIS OS depends on both the AXIS OS version and the device itself since some APIs are only relevant for certain devices. For example, the Video capture API is only available on devices with an image sensor.

SDK and device compatibility

Device compatibility differs depending on which SDK you want to use.

The ACAP Native SDK is supported on all products for the chips listed in the hardware compatibility table that support the minimum AXIS OS version required. So, for this SDK it is important to make sure that the selected product or products support the minimum required AXIS OS version. See software compatibility table.

The ACAP Computer Vision SDK is supported on a limited set of devices. So, for this SDK, it's important to select one of the products listed in the ACAP Computer Vision SDK hardware compatibility section.

ACAP Native SDK hardware compatibility

ChipArchitecture
ARTPEC-6armv7hf
ARTPEC-7armv7hf
ARTPEC-8aarch64
CV25aarch64
i.MX 6SoloXarmv7hf
i.MX 6ULLarmv7hf
S5aarch64
S5Laarch64

ACAP Computer Vision SDK hardware compatibility

info

Note on ACAP Computer Vision SDK:

ACAP Computer Vision SDK is deprecated in ACAP version 12 and its components has been refactored. For more information see Develop container applications in the ACAP version 12 documentation.

To get a list of devices that are compatible with the ACAP Computer Vision solution, you can use Axis Product Selector.

More than one filter can be combined in a search, for example in the Hardware platform section it's possible to filter on:

  • Products equipped with DLPU using the field Compute capabilities
  • Products with aarch64 by choosing ARTPEC-8 in field System-on-chip
  • Products with container support by checking the Container support checkbox.

For convenience, here are direct links to a few specific filters you can apply:

See detailed information in the 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 application.

How do I know if my device supports a specific AXIS OS version? Please check the web page for download of device software.

info

Device software has previously been named firmware.

The Image version referred to in the table below is the Docker image release tag available from Docker Hub:

The tag format is <image-version>-<architecture>-<container-distribution>. An example of a tag is axisecp/acap-native-sdk:1.15-aarch64-ubuntu22.04 where 1.15 maps to the image version.

ACAP version 4 releases

ACAP ReleaseACAP Native SDK Image versionCompatible with AXIS OS version
4.01.010.7 and later until LTS
4.11.110.9 and later until LTS
4.21.210.10 and later until LTS
4.31.310.12 (LTS)
4.41.411.0 and later until LTS
4.51.511.1 and later until LTS
4.61.611.2 and later until LTS
4.71.711.3 and later until LTS
4.81.811.4 and later until LTS
4.91.911.5 and later until LTS
4.101.1011.6 and later until LTS
4.111.1111.7 and later until LTS
4.121.1211.8 and later until LTS
4.131.1311.9 and later until LTS
4.141.1411.10 and later until LTS
4.151.1511.11 (LTS)

ACAP Computer Vision SDK software compatibility

info

Note on ACAP Computer Vision SDK:

ACAP Computer Vision SDK is deprecated in ACAP version 12 and its components has been refactored. For more information see Develop container applications in the ACAP version 12 documentation.

The Image version referred to in the table below is the Docker image release tag available from Docker Hub:

The tag format is <image-version>-<architecture>-<sdk_type>. In the tag examples below, 1.5 maps to the image version.

  • axisecp/acap-computer-vision-sdk:1.5-aarch64
  • axisecp/acap-computer-vision-sdk:1.5-aarch64-devel
  • axisecp/acap-computer-vision-sdk:1.5-aarch64-runtime
ACAP ReleaseACAP CV SDK Image versionCompatible with AXIS OS version
4.01.010.7 and later
4.11.110.9 and later
4.21.210.10 and later
4.31.310.12 (LTS)
4.41.411.0 and later
4.51.511.1 and later
4.61.611.2 and later
4.71.711.3 and later
4.81.811.4 and later
4.91.911.5 and later
4.101.1011.6 and later
4.111.1111.7 and later
4.121.1211.8 (breaking change)
4.131.1311.9 and later
4.141.1411.10 and later
4.151.1511.11 (LTS)

Forward compatibility

An ACAP application is forward compatible for the AXIS OS related to a specific SDK version. This means that the ACAP application is compatible for the listed AXIS OS version and future versions until the next AXIS OS LTS (Long Term Support) version. After an LTS, there may be changes that break compatibility, for example when a deprecated API is removed. Breaking changes are always announced in advance.

An ACAP application built with an SDK that is based on an older AXIS OS version should always work on a newer AXIS OS version within the same LTS window.

Feature growth between LTS releases

To get new features, always use the latest ACAP SDK release. A new feature could be, for example, a new version of an API.

New SDK versions between LTS releases always add functionality in a way that an ACAP built using a previous version will still compile with the new version of the SDK.

Read more about AXIS OS release tracks and related information here.

Supporting older AXIS OS

If you want an ACAP application to be compatible with older AXIS OS, you need to choose an SDK for an older AXIS OS.

To support AXIS OS older than 10.7, build your ACAP application with ACAP version 3.

Camera loan tool

Find information about virtual loan.