Skip to content

Commit

Permalink
Update limitations section in examples README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pataxis committed Feb 14, 2024
1 parent 1aa9c3b commit 4ed77a5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 20 deletions.
4 changes: 0 additions & 4 deletions axevent/send_event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ send_event
- **Dockerfile** - Docker file with the specified Axis toolchain and API container to build the example "send_event".
- **README.md** - Step by step instructions on how to run the example.

### Limitations

- The example is done for the armv7hf architecture, but it is possible to update to aarch64 architecture.

### How to run the code

Below is the step by step instructions on how to execute the program. So basically starting with the generation of the .eap files to running it on a device:
Expand Down
4 changes: 0 additions & 4 deletions axevent/subscribe_to_event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ subscribe_to_event
- **Dockerfile** - Docker file with the specified Axis toolchain and API container to build the example "subscribe_to_event".
- **README.md** - Step by step instructions on how to run the example.

### Limitations

- The example is done for the armv7hf architecture, but it is possible to update to aarch64 architecture.

### How to run the code

Below is the step by step instructions on how to execute the program. So basically starting with the generation of the .eap files to running it on a device:
Expand Down
6 changes: 4 additions & 2 deletions axevent/subscribe_to_events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ subscribe_to_events

### Limitations

- The example is done for the armv7hf architecture, but it is possible to update to aarch64 architecture.
- Which events that are available varies between Axis products, but events that will never be sent are possible to subscribe to and does not give any error.
- Which events that are available varies between Axis products, e.g.
video-related events will not be available on a loudspeaker. It's however
possible to subscribe to such events that will never be sent, this doesn't
give any error.

### How to run the code

Expand Down
4 changes: 0 additions & 4 deletions licensekey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ licensekey
- **Dockerfile** - Docker file with the specified Axis toolchain and API container to build the example specified.
- **README.md** - Step by step instructions on how to run the example.

### Limitations

- The example is done for the armv7hf architecture, but it is possible to update to aarch64 architecture.

### How to run the code

Below is the step by step instructions on how to execute the program. So basically starting with the generation of the .eap file to running it on a device:
Expand Down
3 changes: 2 additions & 1 deletion reproducible-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ reproducible-package

### Limitations

- The support to create reproducible packages was introduced in acap-sdk 3.4.
- The support to create reproducible packages was introduced in `acap-sdk` 3.4
and is supported in all versions of `acap-native-sdk`.

### Build the application

Expand Down
6 changes: 3 additions & 3 deletions vdo-larod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ vdo-larod

## Limitations

- ARTPEC-7 based device with edge TPU
- ARTPEC-8
- CV25
- The example shows how to run on a device's DLPU or CPU, but for good
performance it's recommended to use products with DLPU. See links to search
for products with DLPU support in [Axis device compatibility](https://www.axis.com/support/tools/product-selector/shared/%5B%7B%22index%22%3A%5B4%2C1%5D%2C%22value%22%3A%22DLPU%22%7D%5D).
- This application was not written to optimize performance
- The pretrained models only outputs the confidence of two classes i.e., person and car. For options on pretrained models that classify a higher number of classes, visit the [Axis Model Zoo](https://github.com/AxisCommunications/axis-model-zoo).

Expand Down
4 changes: 2 additions & 2 deletions vdostream/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ vdostream

### Limitations

- The example is done for the armv7hf architecture, but it is possible to update to aarch64 architecture.
- Supported video compression formats for an Axis video device are found in the data-sheet of the device.
- Supported video compression formats for an Axis video device are found in the
data-sheet of the device.

### How to run the code

Expand Down

0 comments on commit 4ed77a5

Please sign in to comment.