[ZED][ERROR] [ZED] sl::Camera::Open has not been called, no Camera instance running

Dear StereoLabs Team:

Im trying to retrieve live video from Jupyter Notebook, however, I got the following error code:
[ZED][ERROR] [ZED] sl::camera::Open has not been called, no Camera instance running.

My python codes are as follow:

Could you please check what went wrong for me?

Thank you!

Sincerely,
Tse Lin

Hello and thank you for reaching out to us,

It means that you never called the open function. Check out our first tutorial to understand that :
https://github.com/stereolabs/zed-examples/blob/master/tutorials/tutorial%201%20-%20hello%20ZED/python/hello_zed.py

Best regards,

Antoine Lassagne
Senior Developer - ZED SDK
Stereolabs Support

Thank you! You’re the best! :smiley: