|
@@ -64,8 +64,7 @@ public:
|
|
|
ErrorCodeEnum Error;
|
|
|
bool bRet = false;
|
|
|
m_facecapture = new Clibfacecapture(&bRet, this, this, REC_COMMON_VIDEO_ENV_SHM_RTP_QUEUE, REC_COMMON_VIDEO_ENV_SHM_SNAPSHOT_QUEUE, REC_COMMON_VIDEO_OPT_SHM_RTP_QUEUE);
|
|
|
- if (!bRet)
|
|
|
- {
|
|
|
+ if (!bRet) {
|
|
|
DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("load libface capture failed!");
|
|
|
pTransactionContext->SendAnswer(Error_Resource);
|
|
|
return;
|
|
@@ -229,7 +228,7 @@ public:
|
|
|
{
|
|
|
CSmartPointer<IEntityFunction> spFunction = GetFunction();
|
|
|
CSimpleStringA strValue;
|
|
|
- //DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM)("OnTimeout, check value, eCamera = %d", status.stCustomerPos.eCamera);
|
|
|
+ DbgWithLink(LOG_LEVEL_DEBUG, LOG_TYPE_SYSTEM)("OnTimeout, check value, eCamera = %d", status.stCustomerPos.eCamera);
|
|
|
spFunction->GetSysVar(SYSVAR_ACTIVETRACKINGCAMERA, strValue); // E or O
|
|
|
if (status.stCustomerPos.eCamera == EnvironCamera)
|
|
|
{
|