Hi yeo
What do you mean by OAK-D-Pro W
custom model? If you mean that the color camera is 150deg FOV OV9782, then you can tell them apart using the code below:
with dai.Device(pipeline) as device:
cams = device.getCameraSensorNames()
print('Available sensors on OAK:', cams)
Thanks, Erik