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
I have searched the opened issues and there are no duplicates
Describe the requested feature
Happy new year! I hope the Image control can provide a way to directly convert image byte data, thereby avoiding unnecessary base64 encoding and decoding in some scenarios. Here is a common real-time video display example for deep learning, which requires the installation of opencv-python module. If the base64 encoding and decoding are omitted, the frame rate is expected to increase by 5%.
This discussion was converted from issue #4665 on January 26, 2025 07:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the requested feature
Happy new year! I hope the Image control can provide a way to directly convert image byte data, thereby avoiding unnecessary base64 encoding and decoding in some scenarios. Here is a common real-time video display example for deep learning, which requires the installation of opencv-python module. If the base64 encoding and decoding are omitted, the frame rate is expected to increase by 5%.
Suggest a solution
My idea is to add bytes format to the src attribute, so that the src: Union[None, str, bytes].
Screenshots
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions