https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
z

Zoff

10/27/2023, 6:38 PM
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

Alexander Maryanovsky

10/27/2023, 8:03 PM
Try SwingPanel maybe
7 Views