VCEANCB_SetColorKiller

ImperX VCEANCB Functions

VCEANCB_SetColorKiller

The VCEANCB_SetColorKiller sets level of chrominance subcarrier to detect color.

VCEANCB_Error VCEANCB_SetColorKiller (
  HANDLE hVCEANCB, // Handle to card
  DWORD dwColorKiller // Killer level
);

Parameter:

hVCEANCB
[in] Handle to FrameGrabber.
dwColorKiller
[in] Color Killer level

Return values:

If function succeeds, the return value is VCEANCB_Err_Success.

If function fails, the return value can be one of the following values.

VCEANCB_Err_badArgument hVCEANCB handle or pCameraConfig pointer is bad (possibly NULL).
VCEANCB_Err_UnknownError Error is unknown (possibly system error). To get extended error information, call VCEANCB_SystemLastError.

Remarks:

Set level of chrominance subcarrier to detect color.
0 - minimum level: color is switched on at low subcarrier levels
7 - recommended value
15 - maximum

See also: