Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1.         if(_qcSDKEnabled && faceProc == null)
  2.         {          
  3.             Log.e("TAG", "Feature is supported");                
  4.             faceProc= FacialProcessing.getInstance(); // Calling the Facial Processing Constructor.                
  5.         }
  6.         else
  7.         {
  8.             Log.e("TAG", "Feature is NOT supported");
  9.             return;
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement