Software Archive
Read-only legacy content
17061 Discussions

FaceExpressions in Java

Aleksandar_S_
Beginner
296 Views

Hello all,

I wanted to develop an application with FaceExpression in Java and started with the sample for FaceDetection in the Intel Realsense SDK framework source folder. I modified according to the documentation the following things:

Added Configuration for FaceExpressions in Java

  PXCMFaceConfiguration.ExpressionsConfiguration expc=faceConfig.QueryExpressions(); 

expc.Enable();  expc.EnableAllExpressions();

faceConfig.ApplyChanges();

Also, added a QueryExpressions to get the Expressions following the documentation with:

   PXCMFaceData.ExpressionsData expData = face.QueryExpressions();

QueryExpressions keeps returning null... Please help me! I am sending the source code of the class along with the message

0 Kudos
0 Replies
Reply