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 was 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.
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.