
Machine Vision Camera SDK (C) Developer Guide
4.7.3 MV_XML_GetGenICamXML
Get the camera description file in XML format.
API Definition
int MV_XML_GetGenICamXML(
void
*handle,
unsigned char
*pData,
unsigned int
nDataSize,
unsigned int
*pnDataLen
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pData
[IN][OUT] The XML file buffer address
nDataSize
[IN] The XML file buffer size
pnDataLen
[OUT] The XML file length
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
● When pData is NULL or when the value of nDataSize is larger than the actual XML file size, no
data will be copied, and the XML file size is returned by pnDataLen.
● When pData is valid and the buffer size is enough, the complete data will be copied and stored
in the buffer, and the XML file size is returned by pnDataLen.
4.7.4 MV_XML_GetNodeInterfaceType
Get the current node type.
API Definition
int MV_XML_GetNodeInterfaceType(
void
*handle,
const char
*pstrName,
124



































































































































































































































































































































































































