You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[1.3.1][1.3.1-release]| 10.12 | Legacy release AXIS OS 2022 LTS |
24
+
16
25
> [!NOTE]
17
26
>
18
-
> Up until release v1.3.1 ACAP Runtime was distributed both as an ACAP Application eap-file and as a Docker Image.
19
-
> All comming releases will be done only as Docker Images.
27
+
> Up until release 1.3.1 ACAP Runtime was distributed both in the form of an ACAP application eap-file and as a Docker image.
28
+
> From release 2.0.0 and onwards ACAP Runtime will be distributed as a Docker image only.
20
29
21
30
<!-- omit in toc -->
22
31
## Table of contents
@@ -53,7 +62,7 @@ A client for the ACAP Runtime gRPC server could be developed either using the
53
62
[ACAP Computer Vision SDK][acap-documentation-cv]. See the [Examples](#examples)
54
63
section for examples of how ACAP Runtime is used together with ACAP Computer Vision SDK.
55
64
56
-
> **Note**
65
+
> [!NOTE]
57
66
>
58
67
> The ACAP Runtime service can run with TLS authentication or without.
59
68
> Be aware that running without TLS authentication is extremely insecure and we
@@ -66,8 +75,8 @@ authentication when using ACAP Runtime.
66
75
The following requirements need to be met.
67
76
68
77
- Axis device:
69
-
-[Docker ACAP][docker-acap] or [Docker Compose ACAP][docker-compose-acap] installed and running.
70
-
- AXIS OS version 10.12 or higher.
78
+
-[Docker ACAP][docker-acap] or [Docker Compose ACAP][docker-compose-acap]version 2.0.0 or higher, installed and running.
79
+
- AXIS OS version 11.10 or higher.
71
80
- Certificate files if [TLS](#tls) is used.
72
81
73
82
- Computer:
@@ -255,7 +264,7 @@ where `<ARCH>` is either `armv7hf` or `aarch64`.
255
264
256
265
## Building protofiles for Python
257
266
258
-
The repository includes a Dockerfile (`Dockerfile.proto`) for building the APIs protofiles for Python. The Dockerfile generates the necessary Python files from the protobuf definitions, allowing gRPC communication with the ACAP Runtime service. This means that applications can copy these prebuilt files from ACAP Runtime container image instead of having to build the protofiles themselves.
267
+
The repository includes a Dockerfile (`Dockerfile.proto`) for building the APIs protofiles for Python. The Dockerfile generates the necessary Python files from the protobuf definitions, allowing gRPC communication with the ACAP Runtime service. This means that applications can copy these prebuilt files from `axisecp/acap-runtime:<Release version>-protofiles` image instead of having to build the protofiles themselves.
259
268
260
269
To build the protofiles:
261
270
@@ -308,6 +317,7 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file.
0 commit comments