You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
Hi,
I'm trying to find a way to call CameraController -> startByteStream with Uint8List.
In your branch I can find : startByteStream(CameraImage image) , and I saw that you use it like that in the demo. But Firebase changes show FirebaseVisionImage.fromBytes( Uint8List bytes, ... ) receive Uint8List.
I assume Firebase need to stay with byte stream , so we need a way to convert CameraImage to Uint8List.
Can you share the way you make that conversion?
Thanks.
The text was updated successfully, but these errors were encountered:
Yes, I just updated this demo a little while ago. Once the PRs go through I will also update the firebase_ml_vision example with a live camera view example.
Hi,
I'm trying to find a way to call CameraController -> startByteStream with Uint8List.
In your branch I can find : startByteStream(CameraImage image) , and I saw that you use it like that in the demo. But Firebase changes show FirebaseVisionImage.fromBytes( Uint8List bytes, ... ) receive Uint8List.
I assume Firebase need to stay with byte stream , so we need a way to convert CameraImage to Uint8List.
Can you share the way you make that conversion?
Thanks.
The text was updated successfully, but these errors were encountered: