Can you provide more context to why you need to do this? Why can't you just create a region in the depth frame that you analyze?
You are still going to consume the same amount of bandwidth since the depth data is generated on the GPU from the IR data from the camera.
Carmine Sirignano - MSFT
Hi, about horizontal/vertical FieldofView:
I would like to denormalize
the distance x, y of a
joint of the body, because i would be able to
express x and y in meters (or mm).
Can i use the framedescriptor of depth source for do this?
Dim frameDescription = Sensor.DepthFrameSource.FrameDescription
Dim hfv = frameDescription.HorizontalFieldOfView
Dim vfv = frameDescription.VerticalFieldOfView
If i want the position X, in meter of the head of a tracked person for example: Should I use the rotation X angle ( Yaw ) of this person, or Can i use the generic
HorizontalFieldOfView.
I do not understand
this very well.
then, I would apply the process
to the Y coordinate in order to extract
the approximate height of the
player, it's correct idea?