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

Bug when importing pyzed.sl #227

Open
2 tasks done
Rudiio opened this issue Jul 4, 2023 · 1 comment
Open
2 tasks done

Bug when importing pyzed.sl #227

Rudiio opened this issue Jul 4, 2023 · 1 comment
Labels

Comments

@Rudiio
Copy link

Rudiio commented Jul 4, 2023

Preliminary Checks

  • 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

After installing the ZED python API, I keep getting an error when trying to import pyzed.sl.
This is the error message that I get :
Traceback (most recent call last):
File "", line 1, in
File "pyzed/sl.pyx", line 7940, in init pyzed.sl
File "pyzed/sl.pyx", line 5976, in pyzed.sl.InitParameters.cinit
TypeError: Argument is not of right type.

Steps to Reproduce

Importing pyzed.sl in python

Expected Result

Importing pyzed.sl and using the ZED python API

Actual Result

I get the error :
Traceback (most recent call last):
File "", line 1, in
File "pyzed/sl.pyx", line 7940, in init pyzed.sl
File "pyzed/sl.pyx", line 5976, in pyzed.sl.InitParameters.cinit
TypeError: Argument is not of right type.

ZED Camera model

ZED2

Environment

OS : Ubuntu 22
Graphics: Nvidia RTX 3060
CUDA: 11.8
Python: 3.10
Zed SDK: 4.0.5

Anything else?

No response

@Rudiio Rudiio added the bug label Jul 4, 2023
@imdsafi09
Copy link

imdsafi09 commented Jul 4, 2023

Hi @Rudiio , did you find any solution for this problem? I am facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants