Methods
calculate(depthFrame) → {Points|undefined}
Calculate to get a frame of type Points, from the data of specified DepthFrame
Parameters:
| Name | Type | Description |
|---|---|---|
depthFrame |
DepthFrame | the depth frame |
Returns:
- Type
- Points | undefined
destroy()
Destroy all resources associated with the object
mapTo(mappedFrame) → {undefined}
Align texture coordinate to the mappedFrame
Parameters:
| Name | Type | Description |
|---|---|---|
mappedFrame |
Frame | the frame being mapped to |
Returns:
- Type
- undefined