From 817b6afcefc7bc4a558429f7db6dd048720df895 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 19 Jul 2011 14:35:17 -0400 Subject: [PATCH] Revert "Revert fe80cecab757c74ef3ec097b958922c9b0d1105c^..HEAD" This reverts commit 771abe669ae930018f8ba708c914769cb54ca3fe. --- src/OSCeleton.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/OSCeleton.cpp b/src/OSCeleton.cpp index cf7a37e..42f9a8d 100644 --- a/src/OSCeleton.cpp +++ b/src/OSCeleton.cpp @@ -154,7 +154,6 @@ void XN_CALLBACK_TYPE pose_detected(xn::PoseDetectionCapability& capability, con // Callback: Started calibration void XN_CALLBACK_TYPE calibration_started(xn::SkeletonCapability& capability, XnUserID nId, void* pCookie) { printf("Calibration started for user %d\n", nId); - lo_send(addr, "/calib_start", "i",(int)nID); } @@ -172,8 +171,6 @@ void XN_CALLBACK_TYPE calibration_ended(xn::SkeletonCapability& capability, XnUs else { printf("Calibration failed for user %d\n", nId); userGenerator.GetSkeletonCap().RequestCalibration(nId, TRUE); - - lo_send(addr, "/calib_fail","i",(int)nId); } }