holdfoot

Results 8 comments of holdfoot

With 'com.google.android.gms:play-services:11.0.1' I also get the problem about LocationCallback. But it can be fixed by WeakReference. my old code: ``` LocationCallback mLocationCallback = new LocationCallback() { @Override public void onLocationResult(LocationResult...

![微信图片_20220712113619](https://user-images.githubusercontent.com/12047708/178403230-07b800aa-91b3-42fa-a28e-7b522fe261ad.jpg)

CameraXPreviewHelper have a very complex way to use camera by camerax api, Because of this, It is difficault for me to change cameraX to old version camera api or camera2...

I have read some relate issues, such as: [Run Mediapipe on background service (Android) #3439 ](https://github.com/google/mediapipe/issues/3439) [How to use mediapipe with camera1.0 or 2.0 #490](https://github.com/google/mediapipe/issues/513) [How can I use webcam...

If there have some c++ so lib file and doc, which will help me a lot to integrate on android. But I can't find pure so lib and java caller....

I read this issue. [How to use mediapipe with camera1.0 or 2.0 #490](https://github.com/google/mediapipe/issues/490) But i can't agree the comment by @[eknight7](https://github.com/eknight7) > We don't have any plans presently to provide...

After my analyse, I find override java file in aar way to run. Just get com.google.mediapipe.components.CameraXPreviewHelper file and create it package and file in the same way. Add com.example.CameraXCapture.MainActivity.MyCameraFilter file....

As I have solve it with above solution. Now I close it.