Right now I'm just trying to get an average depth value for a block of pixels (like the region of interest opencv seems to have), and eventually an x,y as well. The values already in the ImgFrame don't seem to be correct or I'm misinterpreting them, taken as the raw uint8 values they're way too small but then reinterpreted into the uint16 format that the Stereo Depth node says it should be in, the values are all over the place.
I feel like I've just over complicated this somewhere, so I apologize if this is just a simple thing I'm overlooking