Convert Depth Pixel Coordinates to UV Coordinates

Description:

This function accepts pixel coordinates on the Depth Stream, and returns the UV coordinates which match this position on the Depth Stream texture.

Inputs:

  • Target [KinectInterfaceComponent]: The Unreal Engine/Kinect interface object.
  • Depth Pixel Coordinates [Vector2D]: The pixel coordinates (x, y) which should be converted to the UV coordinates at this location on the Depth Stream image.

Outputs:

  • Input Is Valid [Boolean]: Returns true if the input coordinate is contained within the Depth Stream image, otherwise returns false.
  • Return Value [Vector2D]: The UV coordinates which match the location of the given pixel coordinates on the Depth Stream image.