how can i display a java.awt.image.BufferedImage i...
# compose-desktop
z
how can i display a java.awt.image.BufferedImage in some compose component? that changes content quickly. its incoming video frames. or is there a better/good way to have a rectangular area (some compose component) when i can paint raw RGB pixel data into? the video frame pixel data is available as byte[] or as ByteBuffer
a
Try SwingPanel maybe
100 Views