• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CoreImage filters spam the log on El-Capitan?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CoreImage filters spam the log on El-Capitan?


  • Subject: Re: CoreImage filters spam the log on El-Capitan?
  • From: Ken Thomases <email@hidden>
  • Date: Mon, 08 Feb 2016 14:55:47 -0600

On Feb 8, 2016, at 2:41 PM, Motti Shneor <email@hidden> wrote:
>
> […] I see strange warnings in the console: "Fallingback to pbuffer. FBO status is 36054” for every captured video frame (30 a sec…).

> Can someone tell me what is the source of this error line? what is FBO, and what has fallen-back? where is a documentation of the error, and is there a workaround the problem?

FBO is framebuffer object, a feature of OpenGL, which Core Image is using under the hood.  The status is GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT.  Due to the problem using an FBO, Core Image has switched (fallen back) to using a PBuffer (pixel buffer), an old, deprecated feature of OpenGL, instead.

I'm afraid I don't know why using an FBO has failed.  You might try the mac-opengl or quartz-dev mailing lists.  You can also open a bug report with Apple and then open a developer technical support incident with them asking for a workaround for the bug.

Regards,
Ken


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: CoreImage filters spam the log on El-Capitan?
      • From: Motti Shneor <email@hidden>
References: 
 >CoreImage filters spam the log on El-Capitan? (From: Motti Shneor <email@hidden>)

  • Prev by Date: CoreImage filters spam the log on El-Capitan?
  • Next by Date: Just a quick verification on a bad access cause.
  • Previous by thread: CoreImage filters spam the log on El-Capitan?
  • Next by thread: Re: CoreImage filters spam the log on El-Capitan?
  • Index(es):
    • Date
    • Thread