Skip to content

Commit

Permalink
Merge pull request #139 from AxisCommunications/sync-20240703-1
Browse files Browse the repository at this point in the history
sync 20240703 1
  • Loading branch information
pataxis authored Jul 3, 2024
2 parents 77b435a + 696ebef commit 749ba0e
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ nav_order: 4

From AXIS OS 11.6, ACAP applications can acquire VAPIX service account credentials in runtime. With these credentials, the ACAP application can call a local virtual host to make VAPIX requests on the device. A username and a password with high complexity are created for every credential acquisition. These credentials are only valid on the local virtual host (127.0.0.12) and aren't stored in any file. It should only be kept in memory by the ACAP application.

> [!IMPORTANT]
> **Important**
>
> - In AXIS OS 11.6, a first beta version of VAPIX access was provided.
> - In AXIS OS 11.8, the following updates were made:
> - The D-Bus object path changed from `/com/axis/HTTPConf1/Auth1` to `/com/axis/HTTPConf1/VAPIXServiceAccounts1`.
> - The D-Bus interface changed from `com.axis.HTTPConf1.Auth1` to `com.axis.HTTPConf1.VAPIXServiceAccounts1`.
> - The method name changed from `GetVapixServiceAccountCredentials` to `GetCredentials`.
> - In AXIS OS 11.9 the VAPIX access feature reached General Availability.
> - Starting from AXIS OS 11.11, an ACAP application user can get SSH access by
> enabling [Developer Mode](../../get-started/set-up-developer-environment/set-up-device-advanced.md#developer-mode).
## Example application

Expand Down
57 changes: 0 additions & 57 deletions docs/computer-vision-on-device/dlpu-model-conversion.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/computer-vision-on-device/optimization-tips.md

This file was deleted.

84 changes: 0 additions & 84 deletions docs/computer-vision-on-device/quantization.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/computer-vision-on-device/recommended-model-architecture.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/develop/VAPIX-access-for-ACAP-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ After obtaining the credentials, it's ready to make the actual VAPIX call. The A
SSH into a device and make a D-Bus call using a command-line to get VAPIX service account credentials.
> - **Note** Starting from AXIS OS 11.11, an ACAP application user can get SSH access by enabling [Developer Mode](../get-started/set-up-developer-environment/set-up-device-advanced#developer-mode).
Example call:
```bash
Expand Down
Loading

0 comments on commit 749ba0e

Please sign in to comment.