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

Just getting white screen iOS 8.3 #2033

Closed
Tagalong opened this issue Jun 24, 2015 · 2 comments
Closed

Just getting white screen iOS 8.3 #2033

Tagalong opened this issue Jun 24, 2015 · 2 comments

Comments

@Tagalong
Copy link

Added code as described in "Filtering Live Video" but changed filter to Sepia and added GPUImageView as subview of main view. All I get is white screen. What gives?

Also, if you turn off camera access while app is running, app crashes on connected device. Is this normal behavior in release version?

@BradLarson
Copy link
Owner

I can't tell you more without seeing your code, but I'm guessing that you're not providing a strong reference to your GPUImageVideoCamera object and that it's being deallocated by ARC. You need to hold on to this, or the video processing will fail once this object is deallocated.

@Tagalong
Copy link
Author

It still isn't working. I copied code directly from examples (SimplePhotoFilter) - white screen or crash from loading filters. Running 8.4 on 5S.

I also get this error when running sample app SimplePhotoFilter
Unable to run command 'PBXCp GPUImage.framework' - this target might include its own product.

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

2 participants