Menu

Bug in frame grabber

user
2008-10-29
2013-05-09
  • Nobody/Anonymous

    There's a trivial but annoying bug in Java2DRenderer where it does all the work but never assigns the result to buf so always returns null.

      public Buffer grabFrame() {
        Buffer buf = null;
        if(lastImage != null) ImageToBuffer.createBuffer(lastImage,(float)0);
        return buf;
      }

    -Rolf

     
    • Jose San Pedro

      Jose San Pedro - 2008-11-05

      Cheers mate!! Will include this in the src repo.

      Jose San Pedro

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.