|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +parent: Release notes |
| 4 | +title: "4.13" |
| 5 | +nav_order: 15 |
| 6 | +--- |
| 7 | + |
| 8 | +# ACAP version 4.13 – March 4, 2024 |
| 9 | + |
| 10 | +> **ACAP Computer Vision SDK delay** |
| 11 | +> |
| 12 | +> In AXIS OS 11.9 ACAP Computer Vision SDK applications built with ACAP |
| 13 | +> Computer Vision SDK 1.12 or earlier and has a dependency on library |
| 14 | +> libvdostream.so, directly or indirectly, as the setup in various |
| 15 | +> [acap-computer-vision-sdk-examples](https://github.com/AxisCommunications/acap-computer-vision-sdk-examples) |
| 16 | +> instruct, will get a runtime error. This despite having run on AXIS OS 11.8 |
| 17 | +> and earlier. An update of such an application will be required. |
| 18 | +> |
| 19 | +> An updated ACAP Computer Vision SDK is currently being worked on and more |
| 20 | +> information will come. |
| 21 | +
|
| 22 | +## Overview |
| 23 | + |
| 24 | +The release contains: |
| 25 | + |
| 26 | +- [ACAP Native SDK 1.13](#acap-native-sdk) |
| 27 | +- [Docker Compose ACAP 1.3.1](https://github.com/AxisCommunications/docker-compose-acap/tree/1.3.1) |
| 28 | + ([Release notes](https://github.com/AxisCommunications/docker-compose-acap/releases/tag/1.3.1)) |
| 29 | + |
| 30 | +Code examples: |
| 31 | + |
| 32 | +- [Code examples ACAP Native SDK v1.13](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/v1.13) |
| 33 | + ([Release notes](https://github.com/AxisCommunications/acap-native-sdk-examples/releases/tag/v1.13)) |
| 34 | + |
| 35 | +Device Software: |
| 36 | + |
| 37 | +- Minimum [AXIS OS](https://www.axis.com/support/device-software) version: 11.9 |
| 38 | + |
| 39 | +### New features |
| 40 | + |
| 41 | +- Manifest schema [1.6.0](../develop/manifest-schemas/schema-field-descriptions-v1.6.0): |
| 42 | + - Add support for characters `$` and `\` in `apiPath` of the reverse proxy |
| 43 | + configuration. |
| 44 | + |
| 45 | + ```json |
| 46 | + "acapPackageConf": { |
| 47 | + "configuration": { |
| 48 | + "reverseProxy": [ |
| 49 | + { |
| 50 | + "apiPath": "config/.+\\.cgi$", |
| 51 | + "target": "http://localhost:4567", |
| 52 | + "access": "admin" |
| 53 | + } |
| 54 | + ] |
| 55 | + } |
| 56 | + } |
| 57 | + ``` |
| 58 | + |
| 59 | + - Add optional field `$schema` that can point out a manifest schema to use |
| 60 | + for manifest validation and auto-completion. See how this can be done in |
| 61 | + [Setting up Visual Studio Code](../develop/setting-up-visual-studio-code.md#manifest-validation). |
| 62 | + - Allow strings in `requiredMethods` and `conditionalMethods` under `dbus` to contain `-`. |
| 63 | + |
| 64 | + ```json |
| 65 | + "resources": { |
| 66 | + "dbus": { |
| 67 | + "requiredMethods": [ |
| 68 | + "com.axis.policykit-cert.certset.getpath" |
| 69 | + ], |
| 70 | + "conditionalMethods": [ |
| 71 | + "com.axis.policykit-cert.*" |
| 72 | + ] |
| 73 | + } |
| 74 | + } |
| 75 | + ``` |
| 76 | + |
| 77 | +### New tutorials and documentation |
| 78 | + |
| 79 | +- A guide on how to create a Yolov5 model for Artpec-8 have been added to the [Axis model zoo](https://github.com/AxisCommunications/axis-model-zoo/blob/main/docs/yolov5-on-artpec8.md) repository. |
| 80 | +- Examples of object detection models have been added to the [Axis model zoo](https://github.com/AxisCommunications/axis-model-zoo) |
| 81 | +- A new section [User and group](../develop/application-project-structure#user-and-group) has been added to the documentation and explains **dynamic users** which is the recommended user to use. |
| 82 | +- A new section [Computer vision on device](../computer-vision-on-device/) has been added to the documentation, giving more insight into the computer vision capabilities and nuances of different Axis devices. |
| 83 | + |
| 84 | +### Updates |
| 85 | + |
| 86 | +## ACAP Native SDK |
| 87 | + |
| 88 | +Supported architectures: |
| 89 | + |
| 90 | +- armv7hf and aarch64, see [images on Docker Hub](https://hub.docker.com/r/axisecp/acap-native-sdk) |
| 91 | + |
| 92 | +### Compatibility |
| 93 | + |
| 94 | +Supported products: |
| 95 | + |
| 96 | +- All products with chipsets: ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L and S5. |
| 97 | + |
| 98 | +See also [compatibility information](../axis-devices-and-compatibility). |
| 99 | + |
| 100 | +### Fixes |
| 101 | + |
| 102 | +- A bug found in AXIS OS 11.8 where VAPIX APIs with anonymous access couldn't |
| 103 | + be accessed from an ACAP application has been fixed in AXIS OS 11.9. |
| 104 | + |
| 105 | +### Updates |
| 106 | + |
| 107 | +- The following APIs have been added to the ACAP Native SDK: |
| 108 | + - [Axparameter API](../api/native-sdk-api.md#axparameter-api) - Allows the application to save data and application settings so that they are not lost during a restart or software upgrade of the Axis product. |
| 109 | + - [Metadata Broker API](../api/native-sdk-api.md#metadata-broker-api) - Allows the application to consume metadata from another ACAP application running on the same device. |
| 110 | +- The feature [VAPIX access for ACAP applications](../develop/VAPIX-access-for-ACAP-applications) has two updates: |
| 111 | + - The D-Bus API moved from **Beta** to **General Availability (GA)** and is from AXIS OS 11.9 considered stable. |
| 112 | + - An example called [vapix](https://github.com/AxisCommunications/acap-native-sdk-examples/vapix) has been added to acap-native-sdk-examples. The example retrieves VAPIX credentials over D-Bus and makes calls to an VAPIX API. |
| 113 | + |
| 114 | +### APIs supported in this release |
| 115 | + |
| 116 | +API | Chip |
| 117 | +:-- | :-- |
| 118 | +Video capture API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5 |
| 119 | +Machine learning API | ARTPEC-8, ARTPEC-7, CV25, S5L |
| 120 | +Overlay API | ARTPEC-8, ARTPEC-7, ARTPEC-6 |
| 121 | +Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6 |
| 122 | +OpenCL | ARTPEC-8, ARTPEC-7 |
| 123 | +Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
| 124 | +License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
| 125 | +FastCGI | ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX, i.MX 6ULL |
| 126 | +Edge storage API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
| 127 | +Serial port API | ARTPEC-8, ARTPEC-7 |
| 128 | +Axparameter API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
| 129 | +Metadata Broker API | ARTPEC-8, ARTPEC-7, CV25 |
| 130 | + |
| 131 | +Special API | Chip |
| 132 | +:-- | :-- |
| 133 | +VAPIX APIs | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5 |
0 commit comments