XnModuleDepthGeneratorInterface Struct Reference
#include <XnModuleInterface.h>
List of all members.
Detailed Description
Depth generator additional methods.
Member Data Documentation
Gets the current depth-map. This map is updated after a call to WaitAndUpdateData().
- Parameters:
-
| hGenerator | [in] A handle to the instance. |
Gets the maximum depth the device can produce.
- Parameters:
-
| hGenerator | [in] A handle to the instance. |
Gets the field of view of the sensor, in radians. This value will be used for translation between projective and real-world coordinates. It is assumed that the sensor is a pinhole camera.
- Parameters:
-
| hGenerator | [in] A handle to the instance. |
| pFOV | [in] A struct to be filled with data. |
Contains map generator interface.
Contains User Position Capability interface.
Registers a callback function to field of view changes.
- Parameters:
-
| hGenerator | [in] A handle to the instance. |
| handler | [in] A pointer to a function that will be called when field of view changes. |
| pCookie | [in] A user cookie that will be passed to the callback function. |
| phCallback | [out] Optional. Will be filled with a handle to be passed to UnregisterFromFieldOfViewChange(). |
The documentation for this struct was generated from the following file: