ACAP version 4.8 – April 24, 2023
Overview
It contains:
- ACAP Computer Vision SDK 1.8
- ACAP Native SDK 1.8
- ACAP Runtime 1.2.0
- Docker ACAP 1.3.0
- Docker Compose ACAP 1.3.0
Code examples for both SDKs:
Firmware
- Minimum AXIS OS version: 11.4
See Firmware releases for all supported products.
ACAP Computer Vision SDK
Supported architectures:
- armv7hf and aarch64, see images on Docker Hub
Compatibility
No new supported products.
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, S5L and S5.
See also compatibility information.
Updates
-
The Machine Learning API (Larod) version 1 is soon to be deprecated and developers will in build time see this warning:
/opt/axis/acapsdk/sysroots/armv7hf/usr/include/larod.h:26:2: warning: #warning "API version 1 is deprecated and will be removed soon. "
The following examples of the acap-native-sdk-examples repository have been updated to use the latest Larod version 3.
Deprecation
- After the update to Larod 3, the example vdo-larod now covers the use cases that required separate examples on Larod usage. The following examples are therefore deprecated and removed in this release, but found in previous release tag:
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, S5L, S5 |
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5 |
FastCGI 1 | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5 |
Corrections in release notes
-
The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5. ↩