ProcUnit::CameraSetting
Sets camera setting
Parameters
None.
Return Value
Returns 0 when sets camera setting is successfully set.
Otherwise returns a non-zero value.
Description
Performs the setting of the camera.
Example
int Sample::CameraSetting(ProcUnit *ptrProcUnit)
{
// Get the pointer to the inner processing unit
ProcUnit *ptrInnerUnit = ptrProcUnit->GetInnerUnit(0);
// Performs the setting of the camera
ptrInnerUnit->CameraSetting()
}