JoergPf

Results 6 comments of JoergPf

I'm running into the same problem. I tried several ways to downgrade to TensorflowLiteC 2.2.0. I did a flutter clean, a flutter pub get and a pod install but it...

Thanks for the quick replies. > ``` > - TensorFlowLiteC (2.2.0) > - tflite (1.1.1): > - Flutter > - TensorFlowLiteC > ``` This throws me an error unfortunately. I...

I just did a `pod install --repo-update` and get the same error: ``` "[!] CocoaPods could not find compatible versions for pod "TensorFlowLiteC": In snapshot (Podfile.lock): TensorFlowLiteC (= 2.2.0) In...

Yes, this is what I have: ``` firebase_core: ^0.7.0 #firebase_core: ^0.5.3 firebase_ml_custom: ^0.2.0 tflite: ^1.1.1 ```

Same here on Android Pixel2. When I try to get a still at a timeMs I get the error `getFrameAtTime: videoFrame is a NULL pointer` Is there a fix?

Hi, did you manage to solve this issue?