stereolabs / zed-opencv

ZED SDK interface sample for OpenCV
https://www.stereolabs.com/docs/opencv/
MIT License
139 stars 79 forks source link

attribute error ZED installation #80

Closed BraedenCu closed 4 years ago

BraedenCu commented 4 years ago

Traceback (most recent call last): File "zed-opencv.py", line 178, in main() File "zed-opencv.py", line 122, in main init.camera_resolution = sl.RESOLUTION.HD1080 File "/usr/lib/python3.6/enum.py", line 326, in getattr raise AttributeError(name) from None AttributeError: HD1080

I have no clue why it is throwing this error.

abastie commented 4 years ago

Hi @BraedenCullenCodes ,

Can you tell me which version of the ZED SDK are you using?

BraedenCu commented 4 years ago

resolved

wxue1201 commented 4 years ago

how to solve the problem?