Retrieve extended camera information in Ubuntu

Hi there! Is there a way to get extended camera information to find out what specific camera model is used in a certain machine - in my case ZED2i (2.1mm, 4mm, w/ or w/o polarizer)? As far as I can see the commands

hwinfo

and

v4l2-ctl --device=/dev/video0 --all

don’t show this info, right? Any help is appreciated :slight_smile:

Hi @Marcus
Welcome to the Stereolabs community.

Unfortunately, it is not possible to retrieve such information with OS commands, ZED SDK API calls are required. You can create a Python script to open all the available connected devices and retrieve the required information.
This example is a good starting point: