ACAP version 4.3 – August 31, 2022
Overview
It contains:
Code examples for both SDKs:
New features
- Step up container base images to Ubuntu 22.04
New examples
Custom OpenSSL and curl - This example shows how to build custom versions of OpenSSL and curl from source by using the ACAP Native SDK, and how to bundle them for use in an ACAP application.
Parameter-API in C++ - This example in C++ shows how to use Parameter-API, a service exposed by ACAP Runtime using gRPC to read the values of a set of parameters. Beta
Parameter-API in Python - This example in Python shows how to use Parameter-API, a service exposed by ACAP Runtime using gRPC to read the values of a set of parameters. Beta
Fixes
- Documentation for larger EAP file size installations in container-example
ACAP Computer Vision SDK
Supported architectures:
- 32 and 64 bit, see images on Docker Hub
Compatibility
New supported products: 1
- AXIS P3267 Dome Cameras
- AXIS P3267-LV Dome Camera, Product page
- AXIS P3267-LVE Dome Camera, Product page
- AXIS P3268 Dome Cameras
- AXIS P3268-LV Dome Camera, Product page
- AXIS P3268-LVE Dome Camera, Product page
See also compatibility information for the complete list of supported products and more product information.
Firmware
- Minimum AXIS OS version: 10.12
See Firmware releases for all supported products.
Limitations
- All examples using the larod-inference-server container image currently require the following volume mount to be added to the compose file:
/usr/acap-root/lib:/host/lib
e.g.
volumes:
- acap_dl-models:/models
- /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
- /usr/acap-root/lib:/host/lib
- The Parameter-API in Python example is not currently working on aarch64 cameras but is expected to be fixed for next release.
ACAP Native SDK
Supported architectures:
- 32 and 64 bit, see images on Docker Hub
Compatibility
Supported products:
- All products with chipsets: ARTPEC-6, ARTPEC-7, ARTPEC-8, S5 and S5L.
See also compatibility information.
Firmware
- Minimum AXIS OS version: 10.12
See Firmware releases for all supported products.
APIs supported in this release
- Video capture API
- Machine learning API
- Overlay API
- Cairo
- OpenCL
- Event API
- License Key API
Corrections in release notes
-
The structure of the ACAP Computer Vision SDK compatible products has been updated and are now grouped in product families. As a result, some models have been added. Also, we are only including the new products in the release notes, you can still find the complete list in compatibility information. ↩