fix 移除旧美颜初始化代码

This commit is contained in:
zlzw 2022-10-20 11:16:03 +08:00
parent ca03a8f23e
commit e4ba0b7f80

View File

@ -59,7 +59,7 @@ public class BeautyManager implements IMMRenderModuleManager.CVModelStatusListen
public BeautyManager(Context context) {
this.context = context.getApplicationContext();
this.appId = cosmosAppid;
initSDK();
//initSDK();
}
public int renderWithOESTexture(int texture, int texWidth, int texHeight, boolean mFrontCamera, int cameraRotation) {