Skip to content

Commit

Permalink
error resolved: app crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
SidharthMudgil committed Aug 16, 2023
1 parent 952b965 commit d4ec561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/sidharth/lg_motion/util/KMLUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object KMLUtils {
<overlayXY x="0" y="1" xunits="fraction" yunits="fraction"/>
<screenXY x="0.02" y="0.95" xunits="fraction" yunits="fraction"/>
<rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/>
<size x="0.3" y="0.32" xunits="fraction" yunits="fraction"/>
<size x="0.15" y="0.3" xunits="fraction" yunits="fraction"/>
</ScreenOverlay>
</Folder>
</Document>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ object SpeechLandmarkerResultParser {
resultBundle: FaceLandmarkerHelper.ResultBundle
): LiquidGalaxyManager.State {
val categoryNames = listOf(
"neutral", "jawOpen", "jawLeft", "jawRight", "mouthRollUpper", "mouthRollLower",
"eyeBlinkRight", "eyeBlinkLeft", "eyeSquintLeft", "eyeSquintRight"
"neutral", "jawOpen", "jawLeft", "jawRight", "mouthLeft", "mouthRight",
"mouthRollUpper", "mouthRollLower", "eyeBlinkRight", "eyeBlinkLeft",
)
val blendshapes = resultBundle.result.faceBlendshapes().get()[0]
.associateBy { it.categoryName().trim('_') }
Expand Down

0 comments on commit d4ec561

Please sign in to comment.