- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page