Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVPixelBufferGetWidthOfPlane Bad Access #88

Open
persian-thunder opened this issue Jan 6, 2025 · 0 comments
Open

CVPixelBufferGetWidthOfPlane Bad Access #88

persian-thunder opened this issue Jan 6, 2025 · 0 comments

Comments

@persian-thunder
Copy link

Hi all,

I'm working on the dev branch of ofxARKit, and after about a minute of usage, I'm getting a EXC_BAD_ACCESS breakpoint for the
const size_t width = CVPixelBufferGetWidthOfPlane(pixelBuffer, planeIndex);

line of code in ofApp.mm. I have. a feeling this is ARC related. I have to turn of automatic reference counting to get the examples working after the recently pushed fix, but I'm unsure as to how to resolve this.

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant