Camera display lens

Hi all,
I wnat to display camera using python code/opencv without using zed sdk at all, how can I display only one lens I dont want to display both, is it possible?
Cam is zed 2i

Hi @ashfaq,

Your out-of-the-box options are limited without using the SDK. We have a C++ repository dedicated to camera controls without the SDK: ZED Open Capture

Apart from that, the ZEDs are UVC-compliant, you can look in this direction to open them like any camera device with Python and OpenCV. I think the views will be side-by-side and not rectified, so you will have to crop them with your preferred method to get only one view.