
Machine Vision Camera SDK (C) Developer Guide
[IN] Memory address to be read, the address can be obtained from Camera.xml, in a form
similar to xml node value of xxx_RegAddr (Camera.xml will automatically generate in current
program directory after the device is opened).
nLength
[IN] Length of memory to be read
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
Access device, read the data from certain register.
See Also
MV_CC_WriteMemory
4.2.15 MV_CC_WriteMemory
Write data into device register.
API Definition
int MV_CC_WriteMemory(
void
*handle,
const void *pBuffer,
__int64
nAddress,
__int64
nLength
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pBuffer
[OUT] Memory value to be written (the value is to be stored according to big endian mode)
nAddress
[IN] Memory address to be written, the address can be obtained from Camera.xml, in a form
similar to xml node value of xxx_RegAddr (Camera.xml will automatically generate in current
program directory after the device is opened).
nLength
[IN] Length of memory to be written
39



































































































































































































































































































































































































