
Machine Vision Camera SDK (C) Developer Guide
bFilterEnable
[IN] Whether to enable the smoothing function of interpolation algorithm: true (enable), false
(disable).
Return Value
Return MV_OK on success, and return Error Code on failure.
Remarks
This API is used to enable or disable the smoothing function of Bayer interpolation, which is used
in the APIs of MV_CC_ConvertPixelType and MV_CC_SaveImageEx2 .
4.6 Advanced Settings
4.6.1 General APIs
MV_CC_InvalidateNodes
Clear GenICam node cache.
API Definition
int MV_CC_InvalidateNodes(
void
*handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API is used in the situation that GenICam node is not updated in time.
115



































































































































































































































































































































































































