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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Below is the list of examples available in the repository.
52
52
-[utility-libraries](./utility-libraries/)
53
53
- These examples covers how to build, bundle and use external libraries with ACAP.
54
54
-[vdo-larod](./vdo-larod/)
55
-
- The example code is written in C and loads a pretrained person-car classification model to the [Machine learning API (Larod)](https://help.axis.com/acap-3-developer-guide#machine-learning-api) and then uses the [Video capture API (VDO)](https://help.axis.com/acap-3-developer-guide#video-capture-api) to fetch video frames in YUV format and finally run inference.
55
+
- The example code is written in C and loads a pretrained person-car classification model to the [Machine learning API (Larod)](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/api#machine-learning-api) and then uses the [Video capture API (VDO)](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/api#video-capture-api) to fetch video frames in YUV format and finally run inference.
56
56
-[vdo-opencl-filtering](./vdo-opencl-filtering/)
57
57
- This example illustrates how to capture frames from the vdo service, access the received buffer, and finally perform a GPU accelerated Sobel filtering with OpenCL.
Copy file name to clipboardExpand all lines: axevent/send_event/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Standing in your working directory run the following commands:
58
58
> Depending on the network you are connected to, you may need to add proxy settings.
59
59
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
60
60
> https://docs.docker.com/network/proxy and a
61
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
61
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
Copy file name to clipboardExpand all lines: axevent/subscribe_to_event/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Standing in your working directory run the following commands:
49
49
> Depending on the network you are connected to, you may need to add proxy settings.
50
50
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
51
51
> https://docs.docker.com/network/proxy and a
52
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
52
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
Copy file name to clipboardExpand all lines: axevent/subscribe_to_events/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Standing in your working directory run the following commands:
49
49
> Depending on the network you are connected to, you may need to add proxy settings.
50
50
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
51
51
> https://docs.docker.com/network/proxy and a
52
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
52
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
Copy file name to clipboardExpand all lines: axoverlay/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Standing in your working directory run the following commands:
53
53
> Depending on the network you are connected to, you may need to add proxy settings.
54
54
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
55
55
> https://docs.docker.com/network/proxy and a
56
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
56
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
Copy file name to clipboardExpand all lines: hello-world/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Standing in your working directory run the following commands:
41
41
> Depending on the network you are connected to, you may need to add proxy settings.
42
42
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
43
43
> https://docs.docker.com/network/proxy and a
44
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
44
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
Copy file name to clipboardExpand all lines: licensekey/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@ This README file explains how to build an ACAP application that uses the license
6
6
7
7
Together with this README file, you should be able to find a directory called app. That directory contains the application source code which can easily be compiled and run with the help of the tools and step by step below.
8
8
9
-
This example illustrates how to check the license key status. A license key is a signed file which has been generated for a specific device ID and application ID. The ACAP Service Portal is maintaining both license keys and application IDs, see [Online manual](https://help.axis.com/acap-3-developer-guide#acap-service-portal-for-administrators)
10
-
9
+
This example illustrates how to check the license key status. A license key is a signed file which has been generated for a specific device ID and application ID. The ACAP Service Portal is maintaining both license keys and application IDs, see [Online manual](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/services-for-partners/acap-service-portal-for-administrators.html)
11
10
License key status i.e. valid or invalid is logged in the Application log.
12
11
13
12
## Getting started
@@ -49,7 +48,7 @@ Standing in your working directory run the following commands:
49
48
> Depending on the network you are connected to, you may need to add proxy settings.
50
49
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
51
50
> https://docs.docker.com/network/proxy and a
52
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
51
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
53
52
54
53
```sh
55
54
docker build --tag <APP_IMAGE>.
@@ -134,7 +133,7 @@ or by clicking on the "**App log**" link in the device GUI.
134
133
10:31:43.058 [ INFO ] licensekey_handler[14660]: Licensekey is invalid
135
134
```
136
135
137
-
A valid license key for a registered application ID is only accessible through ACAP Service Portal, see [Online manual](https://help.axis.com/acap-3-developer-guide#acap-service-portal-for-administrators).
136
+
A valid license key for a registered application ID is only accessible through ACAP Service Portal, see [Online manual](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/services-for-partners/acap-service-portal-for-administrators.html).
138
137
139
138
Support for installing license key though device web page is available, if acapPackageConf.copyProtection.method is set to "axis" in the **manifest.json** file, by the following steps:
Copy file name to clipboardExpand all lines: reproducible-package/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Standing in your working directory follow the commands below:
57
57
> Depending on the network you are connected to, you may need to add proxy settings.
58
58
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
59
59
> https://docs.docker.com/network/proxy and a
60
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
60
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
61
61
62
62
In all examples the option `--no-cache` is used to ensure that image is rebuilt.
Copy file name to clipboardExpand all lines: using-opencv/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ building-opencv
32
32
> Depending on the network you are connected to, you may need to add proxy settings.
33
33
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
34
34
> https://docs.docker.com/network/proxy and a
35
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
35
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
36
36
37
37
1. Standing in your working directory run the following commands:
Copy file name to clipboardExpand all lines: utility-libraries/custom_lib_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Standing in your working directory run the following commands:
44
44
> Depending on the network you are connected to, you may need to add proxy settings.
45
45
> The file that needs these settings is: `~/.docker/config.json`. For reference please see
46
46
> https://docs.docker.com/network/proxy and a
47
-
> [script for Axis devices](https://help.axis.com/acap-3-developer-guide#configure-network-proxy-settings) in the ACAP documentation.
47
+
> [script for Axis devices](https://axiscommunications.github.io/acap-documentation/docs/acap-sdk-version-3/develop-applications/build-install-and-run-the-application.html#configure-network-proxy-settings) in the ACAP documentation.
0 commit comments