ACAP version 13.0 Preview – May 21 2026
Overview
This is a preview release intended for early testing and feedback. It is not intended for production use. APIs and behavior may change in subsequent releases.
This is a release of an SDK based on the AXIS OS 13 Preview. The main purpose is to verify that ACAP applications can be built for AXIS OS 13.
ACAP application specific breaking changes can be found in the Extend compatibility to future AXIS OS major versions page. For a full walk-through of the breaking changes in AXIS OS 13, see Breaking changes in AXIS OS 13.
Device software:
- Minimum AXIS OS version: 13.0.0.12110022.
Getting started
To use this SDK, update the Dockerfile of your ACAP application to use one of the following images:
axisecp/acap-native-sdk:13.0.0-preview-aarch64-ubuntu25.10axisecp/acap-native-sdk:13.0.0-preview-armv7hf-ubuntu25.10
Below is an example based on the Hello World application showing how to update the build arguments. Change the ARCH argument to armv7hf for devices using that architecture. The rest of the Dockerfile remains unchanged.
ARG ARCH=aarch64
ARG VERSION=13.0.0-preview
ARG UBUNTU_VERSION=25.10
ARG REPO=axisecp
ARG SDK=acap-native-sdk
New additions
- ACAP documentation:
- New FAQ page covering ACAP Native SDK 13 preview information, compatibility aspects, practical guidance, and the implications of using internal flash memory for data storage.
Known limitations
- The Device Data Hub API is not yet available in this preview. It will be included in a later alpha release.
- You will not be able to use the
DLPUresource in CV25 cameras. This will be included in a later alpha release.
APIs supported in this release
| Axis API | Chip |
|---|---|
| Axoverlay API (Legacy) | ARTPEC-9, ARTPEC-8, ARTPEC-7 |
| Axoverlay2 API | ARTPEC-9, ARTPEC-8, ARTPEC-7 |
| Bounding Box API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25 |
| Edge storage API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Event API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| License Key API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Machine learning API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25 |
| Parameter API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Serial port API | ARTPEC-9, ARTPEC-8, ARTPEC-7 |
| Video capture API | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25 |
| Open source API | Chip |
|---|---|
| Cairo | ARTPEC-9, ARTPEC-8, ARTPEC-7 |
| cURL | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| FastCGI | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Jansson | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| OpenCL | ARTPEC-9, ARTPEC-8, ARTPEC-7 |
| OpenSSL | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Pipewire | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| Special API | Chip |
|---|---|
| VAPIX APIs | ARTPEC-9, ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX |
| HIDRAW APIs | N/A |