Hi,
I am trying to use the leap motion controller to perform 3D position sensing. For this purpose, I need to use the raw images since the object whose position I am sensing is not a hand/fingers.
I could get the raw images and isolate the object of interest, thanks to leap motion's camera API and a bit of open CV. Now for the final depth calculation from the disparity, I need the pixel size in mm of the leap motion raw image. I am aware that cameras usually have this value in the order of 0.003 mm. However I don't find the exact value in the datasheet. Please can anyone tell me this value?
Best,
AB