AttributeError: module 'pyzed.sl' has no attribute 'get_camera_information'

Dear StereoLabs Team:

Im trying to get the depth map from Jupyter Notebook, however, it says:
“AttributeError: module ‘pyzed.sl’ has no attribute ‘get_camera_information’”

Here’re my codes:

Could you please provide me with some guidance?

Thank you!

Sincerely,
Tse Lin

Hi,
It looks like a typo. It should be ‘zed.get_camera_information()’ instead of ‘sl.get_camera_information()’

Ok, thank you for the clearification!

Sincerely,
Tse Lin