Problem connecting to Arducam OV9281 with ArducamSDK on Windows 11

Hello,

I have Arducam OV9281 model camera. I’m trying to take pictures with python on windows 11. I can do this with libraries like OpenCV. But when I use OpenCV, it takes about 10 seconds to connect to a single camera and 1.5 seconds to receive a single frame. I decided to use ArducamSDK to make my transactions faster. But I can’t access the camera with ArducamSDK. You can see the code from the photos I have attached.

Thanks