Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/axevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/axoverlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/axparameter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/axserialport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/axstorage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bounding-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- arch: aarch64
platformarch: "linux/arm64/v8"
axis-os: 12.1.60
axis-os: 12.2.52
env:
EXREPO: acap-native-examples
EXNAME: container-example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/curl-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hello-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licensekey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/message-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/object-detection-cv25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- arch: aarch64
chip: cv25
axis-os: 12.1.60
axis-os: 12.2.52
env:
EXREPO: acap-native-examples
EXNAME: object-detection-cv25
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build ${{ env.example }} application
env:
example: ${{ env.EXNAME }}
imagetag: ${{ env.EXREPO }}_${{ env.EXNAME }}-${{ matrix.chip }}:${{ matrix.arch }}
imagetag: ${{ env.EXREPO }}_${{ env.EXNAME }}_${{ matrix.chip }}:${{ matrix.arch }}
run: |
docker image rm -f $imagetag
cd $EXNAME
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/object-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ jobs:
include:
- arch: armv7hf
chip: cpu
axis-os: 12.1.60
axis-os: 12.2.52
- arch: armv7hf
chip: edgetpu
axis-os: 12.1.60
axis-os: 12.2.52
- arch: aarch64
chip: artpec8
axis-os: 12.1.60
axis-os: 12.2.52
- arch: aarch64
chip: artpec9
axis-os: 12.2.52
env:
EXREPO: acap-native-examples
EXNAME: object-detection
Expand All @@ -32,7 +35,7 @@ jobs:
- name: Build ${{ env.example }} application
env:
example: ${{ env.EXNAME }}-${{ matrix.chip }}
imagetag: ${{ env.EXREPO }}_${{ env.EXNAME }}-${{ matrix.chip }}:${{ matrix.arch }}
imagetag: ${{ env.EXREPO }}_${{ env.EXNAME }}_${{ matrix.chip }}:${{ matrix.arch }}
run: |
docker image rm -f $imagetag
cd $EXNAME
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remote-debug-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell-script-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tensorflow-to-larod-artpec8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
matrix:
include:
- arch: aarch64
chip: artpec8
axis-os: 12.1.60
env:
EXREPO: acap-native-examples
EXNAME: tensorflow-to-larod-artpec8
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/tensorflow-to-larod-artpec9.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is a dummy file for linters, the real test is run in
# tensorflow-to-larod-artpec8
name: Build tensorflow-to-larod-artpec9 application
on:
workflow_dispatch:
push:
branches:
- 'dummy-branch-that-does-not-exist'

jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: echo "This is a dummy workflow"
2 changes: 0 additions & 2 deletions .github/workflows/tensorflow-to-larod-cv25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
matrix:
include:
- arch: aarch64
chip: cv25
axis-os: 12.1.60
env:
EXREPO: acap-native-examples
EXNAME: tensorflow-to-larod-cv25
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tensorflow-to-larod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
matrix:
include:
- arch: armv7hf
chip: edgetpu
axis-os: 12.1.60
env:
EXREPO: acap-native-examples
EXNAME: tensorflow-to-larod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/using-opencv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/utility-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vapix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/vdo-larod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,19 @@ jobs:
include:
- arch: armv7hf
chip: cpu
axis-os: 12.1.60
axis-os: 12.2.52
- arch: armv7hf
chip: edgetpu
axis-os: 12.1.60
axis-os: 12.2.52
- arch: aarch64
chip: artpec8
axis-os: 12.1.60
axis-os: 12.2.52
- arch: aarch64
chip: artpec9
axis-os: 12.2.52
- arch: aarch64
chip: cv25
axis-os: 12.1.60
axis-os: 12.2.52
env:
EXREPO: acap-native-examples
EXNAME: vdo-larod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vdo-opencl-filtering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vdostream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
vdo-format: ["h264", "h265", "y800", "jpeg", "nv12"]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-server-using-fastcgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
axis-os: ["12.1.60"]
axis-os: ["12.2.52"]
arch: ["armv7hf", "aarch64"]
env:
EXREPO: acap-native-examples
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Below is the list of examples available in the repository.
- An example that shows model conversion, model quantization, image formats and custom models.
- [tensorflow-to-larod-artpec8](./tensorflow-to-larod-artpec8/)
- An example that shows model conversion, model quantization, image formats and custom models on AXIS ARTPEC-8 devices.
- [tensorflow-to-larod-artpec9](./tensorflow-to-larod-artpec9/)
- An example that shows model conversion, model quantization, image formats and custom models on AXIS ARTPEC-9 devices. Note that this example is pointing to [tensorflow-to-larod-artpec8](./tensorflow-to-larod-artpec8).
- [tensorflow-to-larod-cv25](./tensorflow-to-larod-cv25/)
- An example that shows model conversion, model quantization, image formats and custom models on AXIS CV25 devices.
- [using-opencv](./using-opencv/)
Expand Down
2 changes: 1 addition & 1 deletion axevent/send_event/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axevent/send_event/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"acapPackageConf": {
"setup": {
"friendlyName": "send_event",
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_event/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_event/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"acapPackageConf": {
"setup": {
"friendlyName": "subscribe_to_event",
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_events/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_events/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"acapPackageConf": {
"setup": {
"friendlyName": "subscribe_to_events",
Expand Down
2 changes: 1 addition & 1 deletion axoverlay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axoverlay/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"resources": {
"dbus": {
"requiredMethods": [
Expand Down
2 changes: 1 addition & 1 deletion axparameter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axparameter/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"acapPackageConf": {
"setup": {
"friendlyName": "axparameter",
Expand Down
2 changes: 1 addition & 1 deletion axserialport/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
2 changes: 1 addition & 1 deletion axserialport/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": "1.7.2",
"schemaVersion": "1.7.3",
"resources": {
"linux": {
"user": {
Expand Down
2 changes: 1 addition & 1 deletion axstorage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG ARCH=armv7hf
ARG VERSION=12.1.0
ARG VERSION=12.2.0
ARG UBUNTU_VERSION=24.04
ARG REPO=axisecp
ARG SDK=acap-native-sdk
Expand Down
Loading
Loading