Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
luke jones
8,915 Points5 blank images without filters shown.
It seems no images are showing rather than the 5 smaller images that should be showing(7:30). The error occurs at this line i believe:
ciContext.draw(image, in: rect, from: image.extent)
It has been updated to swift 3 syntax but cant image it doing anything different from swift 2 in the video.
The output i receive is FaceSnap[5103:3985585] -[CIContext drawImage:inRect:fromRect:] requires a CIContext created with a GL context or a CG context!
Not sure where the problem is