Replies: 3 comments 4 replies
-
Would displaying an image from base64 work for your case? |
Beta Was this translation helpful? Give feedback.
-
Yes, now it's possible with |
Beta Was this translation helpful? Give feedback.
-
As the encoding process will introduce extra cost, it will still be very nice if flet could pass the original mem buffter to the dart Control as it will be converted back to a Uint8List. Especially if we want to implement real time video stream, which requires encoding & docoding. Since Dart, Python, and Go supports C-API model, it should be possible to go over the gap. And there exists some libs like Darpy.
I am still reading the src code of Flet and I wonder if this issue is related to the C/S arch and IPC protocol design. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to show an image only existing in ram? like an opencv image or a PIL image? but not saving it before.
I want do to show a camera stream, where i only get single images. (ROS)
Beta Was this translation helpful? Give feedback.
All reactions