Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync 20230919 1 #97

Merged
merged 4 commits into from
Sep 19, 2023
Merged
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/build-dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-docs-in-docker-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and test pages
run: |
t0=testimage:0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check that no private Docker Hub URLs are used
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org/"
# here are only used for local development. Update the versions when needed to
# match GitHub Pages, see https://pages.github.com/versions for more info.
gem "github-pages", "~> 228"
gem "just-the-docs", "~> 0.5.0"
gem "just-the-docs", "~> 0.6.0"
5 changes: 4 additions & 1 deletion docs/api/native-sdk-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ The FastCGI API supports products with the following chips:

- ARTPEC-8
- ARTPEC-7
- CV25
- ARTPEC-6
- Ambarella CV25
- Ambarella S5L
- Ambarella S5
- i.MX 6SoloX
- i.MX 6ULL

Expand Down
3 changes: 2 additions & 1 deletion docs/release-notes/4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6
OpenCL | ARTPEC-8, ARTPEC-7
Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
FastCGI [^3] | ARTPEC-8, ARTPEC-7, CV25
FastCGI [^3] [^4] | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5

## Corrections in release notes

[^1]: The structure of the ACAP Computer Vision SDK compatible products has been updated and are now grouped in product families. As a result, some models have been added. Also, we are only including the new products in the release notes, you can still find the complete list in [compatibility information](../axis-devices-and-compatibility).
[^2]: The device AXIS Q1798-LE was added by mistake to the list of computer vision compatible devices.
[^3]: FastCGI was added in this release but did not enter the release notes at the release date. A new example [web-server-using-fastcgi](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/web-server-using-fastcgi) was also added and shows how to use the API.
[^4]: The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5.
6 changes: 5 additions & 1 deletion docs/release-notes/4.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,8 @@ Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6
OpenCL | ARTPEC-8, ARTPEC-7
Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
FastCGI | ARTPEC-8, ARTPEC-7, CV25
FastCGI [^1] | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5

## Corrections in release notes

[^1]: The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5.
8 changes: 6 additions & 2 deletions docs/release-notes/4.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ See also [compatibility information](../axis-devices-and-compatibility).
~~~text
/opt/axis/acapsdk/sysroots/armv7hf/usr/include/larod.h:26:2: warning: #warning "API version 1 is deprecated and will be removed soon. "
~~~

The following examples of the [acap-native-sdk-examples](https://github.com/AxisCommunications/acap-native-sdk-examples) repository have been updated to use the latest Larod version 3.
- [vdo-larod](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/vdo-larod)
- [object-detection](https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/object-detection)
Expand All @@ -84,4 +84,8 @@ Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6
OpenCL | ARTPEC-8, ARTPEC-7
Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5
FastCGI | ARTPEC-8, ARTPEC-7, CV25
FastCGI [^1] | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, S5L, S5

## Corrections in release notes

[^1]: The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5.
6 changes: 5 additions & 1 deletion docs/release-notes/4.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ Cairo | ARTPEC-8, ARTPEC-7, ARTPEC-6
OpenCL | ARTPEC-8, ARTPEC-7
Event API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5
License Key API | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5
FastCGI | ARTPEC-8, ARTPEC-7, CV25, i.MX 6SoloX, i.MX 6ULL
FastCGI [^1] | ARTPEC-8, ARTPEC-7, ARTPEC-6, CV25, i.MX 6SoloX, i.MX 6ULL, S5L, S5

## Corrections in release notes

[^1]: The list of chips that support FastCGI is now corrected to also include ARTPEC-6, S5L and S5.