化妆切换完成

This commit is contained in:
xsl
2025-11-12 15:13:55 +08:00
parent 43b00c8446
commit 84d567674f
3 changed files with 12 additions and 0 deletions
@@ -122,6 +122,12 @@ public class FaceActivity extends GameActivity implements FaceLandmarkerHelper.L
}
}
public void Stop(){
StopRunning();
}
private native void StopRunning();
// Native 方法
private native void processImageNative(ByteBuffer buffer, int width, int height,
int format, int rowStride, int pixelStride,