Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Revert "Revert fe80cec^..HEAD"
Browse files Browse the repository at this point in the history
This reverts commit 771abe6.
  • Loading branch information
MylesBorins committed Jul 19, 2011
1 parent 771abe6 commit 817b6af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/OSCeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}


Expand All @@ -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);
}
}

Expand Down

0 comments on commit 817b6af

Please sign in to comment.