Skip to content

Commit

Permalink
Deprecate cpp examples
Browse files Browse the repository at this point in the history
Change-Id: I45f1651ba61af5a61aa119197288ee568f95caed
  • Loading branch information
Angelo DelliSanti committed Apr 17, 2024
1 parent c3ff523 commit a5c3ddd
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 2,224 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/hello-world-cpp.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/object-detector-cpp.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/opencv-image-capture-cpp.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/parameter-api-cpp.yml

This file was deleted.

10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,15 @@ The examples support the following architectures:

Below is a list of examples available in the repository:

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

The examples are based on the [ACAP Computer Vision SDK](https://github.com/AxisCommunications/acap-computer-vision-sdk).
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.
This SDK is an image which contains APIs and tooling to build computer vision apps for running on camera, with support for Python.
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++.

## How to work with Github repository
Expand Down
65 changes: 0 additions & 65 deletions hello-world-cpp/Dockerfile

This file was deleted.

103 changes: 0 additions & 103 deletions hello-world-cpp/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions hello-world-cpp/app/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions hello-world-cpp/app/src/hello_world.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions hello-world-cpp/docker-compose.yml

This file was deleted.

Loading

0 comments on commit a5c3ddd

Please sign in to comment.