Machine Vision Camera SDK (C) Developer Guide
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pnProcess
[OUT] Current upgrade progress, from 0 to 100
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
See Also
MV_CC_LocalUpgrade
4.7.2 MV_CC_LocalUpgrade
Upgrade the device locally.
API Definition
int MV_CC_LocalUpgrade(
void
*handle,
const void *pFilePathName
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pFilePathName
[IN] Upgrade pack path, including folder absolute path or relative path.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Call this API to send the upgrade firmware to the device for upgrade. This API waits for return
until the upgrade firmware is sent to the device, this response may take a long time.
For CameraLink device, it keeps sending upgrade firmware continuously.
See Also
MV_CC_OpenDevice
MV_CC_GetUpgradeProcess
123
    "