This repository was archived by the owner on Jun 19, 2019. It is now read-only.
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
CameraController -> startByteStream missing Uint8List #4
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels