commit | a7170999d2d3a08740fb6dedab554912c3bf8a37 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad.ansari@intel.com> | Fri Apr 15 21:36:01 2022 +0000 |
committer | Shad Ansari <shad.ansari@intel.com> | Fri Apr 15 22:30:58 2022 +0000 |
tree | 68c26038e59261785d28d7ac298a1537f16e0e1d | |
parent | 2948cc0e854a119b3698a3d3db097ddda13079d2 [diff] |
Sample systemd config Make num cameras configurable Change-Id: I4e1bbaf548dc366e7d9e8e3b8a0c369be9eef1e2
Person-detection-app is a demo application that runs in the Aether edge and showcases Aether's support for for low-latency, AI/ML driven IOT applications that make use of Aether's support for end-to-end slicing.
The person-detection-app consists of a client component that runs on Raspberry-Pi camera and a server component that runs on a server in the Aether Edge.
The camera directory contains scripts that run on the Raspberry Pi camera.
It is recommended that these two scripts be started by systemd on startup.
The person-detection app runs as a docker container.
docker pull registry.aetherproject.org/aether-apps/person-detection-app:master docker run -itu root:root --rm --name %n --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:master --url "http://roc.demo.aetherproject.net/aether-roc-api/aether/v2.0.0/connectivity-service-v2/" --keycloak "http://keycloak.demo.aetherproject.net/auth/realms/aether/protocol/openid-connect/token" --enterprise "ase-4g-enterprise" --site "ase-site-4g" --devicegroup "ase-4g-device-group2" --user "onfadmin" --password "changeme" --num 1