Alex Li
Alex Li
Also, I don't know about features necessity with this.
AFAIK the `InputImage` accept `Uint8List`. 
You can use the `.file` getter at present for your request, though it didn't provide any thumbnail options.
> tried this but doesn't work > > ``` > Uint8List? list = await assetEntity.thumbDataWithSize(400, 400); > File file = File.fromRawPath(list!); > ``` Regarding the first question, how it behave...
Can you make a minimal repo that includes ML Kit and this plugin to reproduce this issue?
See comments above. `InputImage` accepts `Uint8List`.
Also, given the fact that `refreshRate` is converted to `int` in `toString()` should we apply the change to itself too?
测试官方camera后确认是否有同样问题。
确认是否和 #104 为同一个问题。
可以使用 demo 运行 `flutter run -v` 将从运行到出现错误的完整日志保存为 txt 后赋于此处,我再将问题进行反馈。