Class FrameDataToImage


  • public class FrameDataToImage
    extends java.lang.Object
    In progress
    Author:
    Ken Larson
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.awt.image.BufferedImage createImage​(byte[] bytes, int w, int h)
      Assumes frame data from ffmpeg with format AVCodecLibrary.PIX_FMT_RGB24
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameDataToImage

        public FrameDataToImage()
    • Method Detail

      • createImage

        public static java.awt.image.BufferedImage createImage​(byte[] bytes,
                                                               int w,
                                                               int h)
        Assumes frame data from ffmpeg with format AVCodecLibrary.PIX_FMT_RGB24