Skip to content

Commit

Permalink
Release 0.2.7 (#77)
Browse files Browse the repository at this point in the history
* Exposed Stereo Depth presets.

* Handle edge case where only one output is handled y the sdk. Applicable for OAK-T

* TMP: Disable aarch build

* Added Custom config (UI only) stereo depth conf. Leave Default stereo depth config untouched by the viewer settings.

* Depthai 2.29

* Bump to version 0.2.7. Fix OAK-D-SR-PoE crash after latest syncing changes.

* CHANGELOG

* Re-enable aarch64 linux build.

---------

Co-authored-by: Filip Jeretina <[email protected]>
  • Loading branch information
zrezke and Filip Jeretina authored Nov 26, 2024
1 parent 18b2d90 commit 9ec20fe
Show file tree
Hide file tree
Showing 12 changed files with 248 additions and 200 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,36 @@ jobs:
name: Python lints (black, mypy, flake8)
runs-on: ubuntu-latest
steps:
- name: Skip lints
run: |
- name: Skip lints
run: |
echo "Skipping lints"
# - uses: actions/checkout@v3

# - uses: extractions/setup-just@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# just-version: 1.5

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: ${{ env.PYTHON_VERSION }}
# cache: "pip"
# cache-dependency-path: "rerun_py/requirements-lint.txt"

# - name: Install Python dependencies
# run: |
# pip install --upgrade pip
# pip install -r rerun_py/requirements-lint.txt

# - name: Lint Python
# run: |
# just py-lint

# - name: Check requirements
# run: |
# just py-requirements
# - uses: actions/checkout@v3

# - uses: extractions/setup-just@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# just-version: 1.5

# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: ${{ env.PYTHON_VERSION }}
# cache: "pip"
# cache-dependency-path: "rerun_py/requirements-lint.txt"

# - name: Install Python dependencies
# run: |
# pip install --upgrade pip
# pip install -r rerun_py/requirements-lint.txt

# - name: Lint Python
# run: |
# just py-lint

# - name: Check requirements
# run: |
# just py-requirements

# ---------------------------------------------------------------------------

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Depthai Viewer changelog

## 0.2.7
- Added stereo depth presets!
- Fixed syncing
- Support latest OAK-T

## 0.2.6
- Fix regression: Without an active stereo config the viewer would crash

Expand Down
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ec20fe

Please sign in to comment.