Skip to content

Commit a5c3ddd

Browse files
author
Angelo DelliSanti
committed
Deprecate cpp examples
Change-Id: I45f1651ba61af5a61aa119197288ee568f95caed
1 parent c3ff523 commit a5c3ddd

33 files changed

Lines changed: 1 addition & 2224 deletions

.github/workflows/hello-world-cpp.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/object-detector-cpp.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/opencv-image-capture-cpp.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/parameter-api-cpp.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,15 @@ The examples support the following architectures:
4545

4646
Below is a list of examples available in the repository:
4747

48-
* [hello-world-cpp](./hello-world-cpp/)
49-
* A C++ example which cross compiles a simple OpenCV hello-world application.
5048
* [hello-world-python](./hello-world-python/)
5149
* A Python example which builds a simple hello-world application.
5250
* [minimal-ml-inference](./minimal-ml-inference/)
5351
* A Python example to build a minimal machine learning inference application.
54-
* [object-detector-cpp](./object-detector-cpp/)
55-
* A C++ example which runs object detection on the camera.
5652
* [object-detector-python](./object-detector-python/)
5753
* A Python example which implements object detection on a
5854
video stream from the camera.
59-
* [opencv-image-capture-cpp](./opencv-image-capture-cpp/)
60-
* A C++ example which captures camera frames and properties such as time stamps, zoom, focus etc., through OpenCV.
6155
* [opencv-qr-decoder-python](./opencv-qr-decoder-python/)
6256
* A Python example which detects and decodes QR codes in the video stream using OpenCV.
63-
* [parameter-api-cpp](./parameter-api-cpp/)
64-
* A C++ example which reads camera parameters using the beta version of the Parameter-API.
6557
* [parameter-api-python](./parameter-api-python/)
6658
* A Python example which reads camera parameters using the beta version of the Parameter-API.
6759
* [pose-estimator-with-flask](./pose-estimator-with-flask/)
@@ -72,7 +64,7 @@ Below is a list of examples available in the repository:
7264
### Docker Hub images
7365

7466
The examples are based on the [ACAP Computer Vision SDK](https://github.com/AxisCommunications/acap-computer-vision-sdk).
75-
This SDK is an image which contains APIs and tooling to build computer vision apps for running on camera, with support for C/C++ and Python.
67+
This SDK is an image which contains APIs and tooling to build computer vision apps for running on camera, with support for Python.
7668
Additionally, there is the [ACAP Native SDK](https://github.com/AxisCommunications/acap-native-sdk), which is more geared towards building ACAPs that uses AXIS-developed APIs directly, and primarily does so using C/C++.
7769

7870
## How to work with Github repository

hello-world-cpp/Dockerfile

Lines changed: 0 additions & 65 deletions
This file was deleted.

hello-world-cpp/README.md

Lines changed: 0 additions & 103 deletions
This file was deleted.

hello-world-cpp/app/Makefile

Lines changed: 0 additions & 15 deletions
This file was deleted.

hello-world-cpp/app/src/hello_world.cpp

Lines changed: 0 additions & 7 deletions
This file was deleted.

hello-world-cpp/docker-compose.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)