
Frame Grabber SDK (Windows-C) Developer Guide
3.7.15 MV_FG_SetCommandValue
Execute the commands of a command type node.
API Definition
int MV_FG_SetCommandValue(
PORTHANDLE
hPort,
const char
*strKey
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be only a device.
strKey
[IN] Node name.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
Remarks
This API is supported by Camera Link cameras.
3.7.16 MV_FG_SetConfigIntValue
Set a custom value for an integer type of node.
API Definition
int MV_FG_SetConfigIntValue(
PORTHANDLE
hPort,
MV_FG_CONFIG_CMD
enConfigCmd,
int64_t
nValue
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
enConfigCmd
[IN] Configuration command, see MV_FG_CONFIG_CMD for details.
nValue
[IN] Value to be set. Range: [MV_FG_BAUDRATE_9600, MV_FG_BAUDRATE_AUTOMAX], the default
value is MV_FG_BAUDRATE_115200.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
33





















































































































































