ACAP version 4.9 – June 26, 2023
Overview
It contains:
- ACAP Computer Vision SDK 1.9
- ACAP Native SDK 1.9
- ACAP Runtime 1.3.1
- Docker ACAP 1.4.0
- Docker Compose ACAP 1.3.0
Code examples for both SDKs:
New features
- From 1.4.0, the Docker ACAP application will also be distributed as a signed ACAP application, available on GitHub. From 1.5.0, the application will only be distributed through GitHub, i.e. it will no longer be distributed as a Docker image.
- From 1.3.0, the Docker Compose ACAP application will also be distributed as a signed ACAP application, available on GitHub. From 1.4.0, the application will only be distributed through GitHub, i.e. it will no longer be distributed as a Docker image.
Firmware
- Minimum AXIS OS version: 11.5
See Firmware releases for all supported products.
ACAP Computer Vision SDK
Supported architectures:
- armv7hf and aarch64, see images on Docker Hub
Compatibility
New supported products:
- AXIS Q3626-VE Dome Camera, Product page
- AXIS Q3628-VE Dome Camera, Product page
See also compatibility information for the complete list of supported products and more product information.
ACAP Native SDK
Supported architectures:
- armv7hf and aarch64, see images on Docker Hub
Compatibility
Supported products:
- All products with chipsets: ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L and S5.
See also compatibility information.
Updates
-
The tensorflow-to-larod example (also for ARTPEC-8 and CV25) previously consisted of creating a model and deploying it in an ACAP application. The last part, deploying the model in an ACAP application was a copy of the vdo-larod example and has been removed.
-
Audio products are now supported, which means you will now be able to find two extra chipsets:
- i.MX 6SoloX
- i.MX 6ULL
Fixes
- Parameters in param.conf with empty values were not converted when using
packageconf2manifest.py
. This has now been fixed.
APIs supported in this release
API | Chip |
---|---|
Video capture API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5 |
Machine learning API | ARTPEC-8, ARTPEC-7, CV25, S5L |
Overlay API | ARTPEC-8, ARTPEC-7, ARTPEC-6 |
Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6 |
OpenCL | ARTPEC-8, ARTPEC-7 |
Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
FastCGI 1 | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
Corrections in release notes
-
The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5. ↩