Hi, should I be able to see the IR projector of an OAK-D Pro through an IPhone camera? (For a realsense D435, I clearly see the IR from the projector through my phone camera)
The reason I am asking is that I don't see any difference in depth quality with and without IR projector (I simply cover the projector with my thumb)
I use the following two lines in python to activate the IR projector:
pipeline.getDefaultDevice().setIrLaserDotProjectorIntensity(1.0)
pipeline.getDefaultDevice().setIrFloodLightIntensity(1.0)
Is this correct?
Best regards