You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a duplicate. Before opening a new issue, please search existing issues.
This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
This API still uses a version of the zed SDK older than 4.0. For me, this is mainly a problem in linting. If I use the sl.pyx file in here, it doesn't have the new updates. This is not a blocker for me at the moment
Steps to Reproduce
Open VS Code
Import and use pyzed.sl using import pyzed.sl as sl
You will see that linting is working
Download sl.pyx file in this repo and place it in pyzed (site-packages), but rename to sl.py
Restart VS Code
Linting will be available, but it will not use the new API calls for SDK 4.0 like sl.BodyTrackingParameters()
...
Expected Result
I expect the linting to be coherent with the docs and what actually runs
Actual Result
The linting shows outdated errors
ZED Camera model
ZED2
Environment
OS: Ubuntu 22.04
SDK Version: 4.0.1
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Preliminary Checks
Description
This API still uses a version of the zed SDK older than 4.0. For me, this is mainly a problem in linting. If I use the sl.pyx file in here, it doesn't have the new updates. This is not a blocker for me at the moment
Steps to Reproduce
import pyzed.sl as sl
sl.BodyTrackingParameters()
...
Expected Result
I expect the linting to be coherent with the docs and what actually runs
Actual Result
The linting shows outdated errors
ZED Camera model
ZED2
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: