Small changes
This commit is contained in:
parent
958780b57e
commit
c45a0d2e7f
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ public class AchievementCollection {
|
|||
if(hit.target.value == 100) {
|
||||
// if target was 100, but player only showed less
|
||||
// then 13..s/he's playing with microexpressions ;-)
|
||||
if(hit.emotions.get(hit.target.emotion) < 13) {
|
||||
if(hit.emotions.get(hit.target.emotion) < 20) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -211,7 +211,6 @@ public class GamingActivity extends AppCompatActivity implements Detector.ImageL
|
|||
// SurfaceView surfaceView = (SurfaceView) findViewById(R.id.surfaceView);
|
||||
|
||||
detector = new CameraDetector(this, CameraDetector.CameraType.CAMERA_FRONT, cameraPreview, 1, Detector.FaceDetectorMode.LARGE_FACES);
|
||||
detector.setLicensePath("emotionhero_dev.license");
|
||||
|
||||
detector.setDetectAllEmotions(true);
|
||||
detector.setDetectAllAppearances(true);
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/achievementsLayout"
|
||||
android:layout_margin="@dimen/fab_margin">
|
||||
android:layout_margin="@dimen/fab_margin"
|
||||
android:layout_marginBottom="32dp">
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
Loading…
Reference in a new issue