Preliminary Checks
Description
I have installed successfully Cuda 12.9 on Windows 11 platform, ZED SDK 5.0 and zed sdk python API. The problem happens when I execute spatial_mapping.py sample program.
import pyzed.sl as sl is correctly imported but when I run script I get this error:

Don't know why this happen. I can run successfully "ZED Explorer.exe":

and other .exe apps. Output from "Zed Diagnostic.exe" is:

I have also tried to run script as administrator but got same error.
Steps to Reproduce
...
Expected Result
Open camera and execute spatial_mapping.py sample script successfully
Actual Result
Unable to open camera
ZED Camera model
ZED2i
Environment
OS: Windows 11
CUDA: 12.9.86
ZED SDK: 5.0.3
Python: 3.8
Python dependencies:
certifi==2025.6.15
charset-normalizer==3.4.2
cython==3.1.2
idna==3.10
numpy==1.24.4
PyOpenGL @ file:///C:/Users/-/PyOpenGL-3.1.5-cp38-cp38-win_amd64.whl
PyOpenGL-accelerate @ file:///C:/Users/-/PyOpenGL_accelerate-3.1.5-cp38-cp38-win_amd64.whl
pyzed @ file:///C:/Users/-/pyzed-5.0-cp38-cp38-win_amd64.whl
requests==2.32.4
urllib3==2.2.3
Anything else?
No response