commit | 717d0d04d0b29f0b9c06c053f2a01cbc0f382597 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Thu Jan 20 08:44:05 2022 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Fri Jan 21 00:36:10 2022 +0000 |
tree | b4a9338030be581e7f34adb78dce1e02a8bdfd82 | |
parent | f64b92a01bc07681d044e848a13f5b94438abcde [diff] |
Add support for multiple web clients Change-Id: I7efb6c179a18c6baace08db544fee5e15af28056
person-detection 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.
git clone git@github.com:openvinotoolkit/docker_ci.git cd docker_ci python3 docker_openvino.py build -d cpu -os ubuntu18 --distribution runtime --product_version 2021.4
make docker-build
gst-launch-1.0 rpicamsrc bitrate=1000000 ! video/x-raw,width=640,height=480,framerate=25/1,profile=baseline ! jpegenc ! rtpjpegpay ! udpsink host=10.128.99.49 port=5000
gst-launch-1.0 rpicamsrc bitrate=1000000 ! video/x-h264,width=640,height=480,framerate=15/1 ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=10.128.99.49 port=5000
make docker-run
docker pull registry.aetherproject.org/aether-apps/person-detection-app:<tag> docker run -itu root:root --privileged --network host registry.aetherproject.org/aether-apps/person-detection-app:<tag>
./bin/person_detection.sh -i resources/run.mp4
or
make run-native-test