-
Notifications
You must be signed in to change notification settings - Fork 192
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 2.27.0.0 #1045
Release 2.27.0.0 #1045
Conversation
Remove frame_sync.py example as it's not needed with Sync node
Fix macos x86 wheels
fix: type stubs for overload getOutputQueue and getInputQueue
possibly improve IMU performance (FPS) as well - FW thread priority increased
fix setRawOutputPacked(False) for MonoCamera
Support for numpy2
@@ -154,7 +154,7 @@ jobs: | |||
if: startsWith(github.ref, 'refs/tags/v') != true | |||
run: echo "BUILD_COMMIT_HASH=${{github.sha}}" >> $GITHUB_ENV | |||
- name: Building wheel | |||
run: python3 -m pip wheel . -w ./wheelhouse/ --verbose | |||
run: CMAKE_ARGS='-DDEPTHAI_ENABLE_CURL=OFF' python3 -m pip wheel . -w ./wheelhouse/ --verbose |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RPi builds will lack curl & log support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only the 32 bit ones, but yes.
The build of OpenSSL
on the PIs was failing with obscure errors and we did not deem it worth it the effort, at least initially.
We can revisit though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Features
DEPTHAI_ENABLE_FEEDBACK_CRASHDUMP
is set.Bug fixes
PointCloud
generation when depth comes out of theImageAlign
nodePython only