RyanLee Hi Are there any solution to check its camera sensor type? for example, wide FOV OV9782 or wide FOV IMX378. Best regards, Ryan.
erik Hello RyanLee , You can't get direct sensor name in text, but you can get camera sensor intrinsics, which you could match to the name of the sensor (and whether it's wide or normal fov). Example code can be found here. Thoughts? Thanks, Erik
RyanLee Ok I got it. and i have one more question concerned with this. Is it possible to distingish between wide FOV OV9782 and wide FOV IMX378 with your example code as well? If so what is the printed messages for wide FOV OV9782? We have one OAK-D Pro wide. We hope to know which sensor it is now. Best regards, Ryan.
erik Hello RyanLee , You can distinguish them either by checking max resolution (12MP vs 1MP) or by checking their FOV (120° vs 150°). Both of these values can be obtained from calibration info, see example here. Thanks, Erik