[X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
[X] 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.
Preliminary Checks
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
Anything else?
No response