NuiImageStreamSetImageFrameFlags
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Sets the image frame flags for the specified stream.
Syntax
HRESULT NuiImageStreamSetImageFrameFlags(
HANDLE hStream,
DWORD dwImageFrameFlags
)
Parameters
- hStream
Type: HANDLE
[in] A handle to the stream. - dwImageFrameFlags
Type: DWORD
[in] Specifies the image frame options, as a bitwise-OR combination of the NUI_IMAGE_STREAM_FLAG constants.
Return Value
Type: HRESULT
Returns S_OK if successful; otherwise, returns one of the failure codes in the following table.
Error | Description |
---|---|
E_INVALIDARG | The value of hStream is NULL or invalid. |
E_NUI_DEVICE_NOT_READY | The device has not been initialized. Refer to NuiInitialize. |
Remarks
The maximum number of output frames you can set is defined by NUI_IMAGE_STREAM_FRAME_LIMIT_MAXIMUM.
Requirements
Header: Declared in NuiImageCamera.h; however, include NuiApi.h in your project.