-
Notifications
You must be signed in to change notification settings - Fork 41
dependencies error #3
Comments
same issue as @josephh24 noticed. |
ok, so this one seems good: just need to change from demo_all -> mlkit_android_2 and demo_all -> camera_android_2 : firebase_ml_vision: camera: |
After adjust pubspec.yaml above. Some tiny compile issue: |
i see the error but i'm not sure how to fix it |
Maybe this:
not sure yet how you convert image to Uint8List for _runDetection |
it works the only thing is that the interface is just white |
CameraImage -> Uint8List bytes -> _runDetection : you are able to convert the CameraImage to bytes? CameraImage has planes, and each got Uint8List bytes , but not sure how that conversion supposed to happened. |
It does not work, it does not change the state of the emoji, I think something is wrong |
I tried the above. not working , but still debugging :) |
i can't make it work, but it is debugging |
there is exception coming from firebase making this : _isDetecting = false to never execute |
@josephh24 I've put the reason why it's not building/running in the open issue. hopefully we'll get the conversion from CameraImage to bytes and then the demo can work. |
I hope someone finds a way to fix it |
@josephh24 see issue #4. issue resolved. |
@rai2270 thank you it is working :) |
Git error. Command: git rev-list --max-count=1 demo_all
fatal: ambiguous argument 'demo_all': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
The text was updated successfully, but these errors were encountered: