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

Release 0.1.5 #37

Merged
merged 3 commits into from
Dec 8, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ perf.data*

# Screenshots from samples etc.
screenshot*.png
venv*
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Depthai Viewer changelog

## 0.1.5

- UI improvements
- Added support for OAK-D-SR POE (tof)
- Fixed some bugs:
- https://discuss.luxonis.com/d/2425-depthai-viewer-not-working-with-ffc-4p-based-setup/3
- Blob download failure in dependency installer

## 0.1.4

- Added depdendency installer.
- Added auto device selection on startup:
- On startup: If a preferred device is set, try to connect to that device. Else (if preferred device not found or not set) connect to the first available device.
- Whenever a device is selected it is designated as the preferred device. A preferred device is persisted between runs of depthai-viewer.


## 0.1.4-alpha.0

- Added dependency installer.
Expand Down
Loading
Loading