Skip to main content

4.0_beta1

Overview

This is the first ACAP version 4 beta release (limited availability). It contains:

ACAP Computer Vision SDK

Supported architectures:

Compatibility

Supported products:

  • Q1615 MkIII
  • P3255 LVE

Firmware

  • AXIS OS build version 21.27.3_1

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/liblarod.so.2.2.81:/lib/arm-linux-gnueabihf/liblarod.so.1 e.g.
    volumes:
- acap_dl-models:/models
- /run/dbus/system_bus_socket:/run/dbus/system_bus_socket
- /usr/acap-root/lib/liblarod.so.2.2.81:/lib/arm-linux-gnueabihf/liblarod.so.1

ACAP Native SDK

Supported architectures:

Compatibility

Supported products:

  • All products from ARTPEC-6

Firmware

  • Minimum AXIS OS version: 10.6

APIs supported in this release

  • AxEvent
  • AxOverlay
  • Cairo
  • Larod
  • Licensekey
  • OpenCL
  • Vdo

New tools

Docker Compose ACAP

Support for containerized applications as .eap files (classic ACAP applications) with Docker compose.