ACAP version 4.10 – September 26, 2023
Overview
It contains:
- ACAP Computer Vision SDK 1.10
- ACAP Native SDK 1.10
- ACAP Runtime 1.3.1 (Release notes)
- Docker ACAP 1.4.1 (Release notes)
- Docker Compose ACAP 1.3.1 (Release notes)
Code examples for both SDKs:
- Code examples ACAP Computer Vision SDK v1.10 (Release notes)
- Code examples ACAP Native SDK v1.10 (Release notes)
New features
- From AXIS OS 11.5, an interface is added to VAPIX to control whether an Axis device only accepts root-privileged access for ACAP applications or not, improving the device’s security. For more information regarding the reasoning for this change, and its timeline, see the article on Developer Community.
- From AXIS OS 11.6, ACAP applications can acquire VAPIX service account credentials in runtime. With these credentials, the ACAP application can call a local virtual host to make VAPIX requests on the device. Read more in VAPIX access for ACAP applications - BETA.
Firmware
- Minimum AXIS OS version: 11.6
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 M4317-PLVE Panoramic Camera, Product page
- AXIS M4318-PLVE Panoramic Camera, Product page
- AXIS M4327-P Panoramic Camera, Product page
- AXIS M4328-P Panoramic Camera, Product page
- AXIS P1465-LE-3 License Plate Verifier Kit, Product page
- AXIS P1468-XLE Explosion-Protected Bullet Camera, Product page
- AXIS P3265-LVE-3 License Plate Verifier Kit, Product page
- AXIS P3827-PVE Panoramic Camera, Product page
- AXIS Q2101-TE Thermal Camera, Product page
- AXIS XFQ1656 Explosion-Protected Camera, Product page
See also compatibility information for the complete list of supported products and more product information.
Fixes
- The ACAP Computer Vision SDK examples are now using Docker Compose V2 since V1 is no longer receiving updates nor is it available in new releases of Docker Desktop. This means that the previous
docker-compose
that required separate installation has been replaced bydocker compose
which is part of the Docker client.
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
acap-build
has now more granular build options to allow different build setups of ACAP applications. Runacap-build --help
for more information. The new options are:- Skipping the build step (
--build no-build
). - Disabling manifest validation (
--disable-manifest-validation
). - Disabling package creation (
--disable-package-creation
).
- Skipping the build step (
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 | ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX, i.MX 6ULL |