Re: Revert Camera Image

2011-08-16 Thread Siegfried
On 16/08/2011, at 17:37, Nick Zitzmann wrote: > On Aug 16, 2011, at 12:44 PM, Siegfried wrote: > >> If not, how can I revert (mirror) the image coming from the camera? > > You have to implement that delegate method, and in the method, you can use a > CoreImage filter to transform the image & ret

Re: Revert Camera Image

2011-08-16 Thread Nick Zitzmann
On Aug 16, 2011, at 12:44 PM, Siegfried wrote: > It's the first time I'm dealing with QTKit, and up to the current moment I've > successfully created my preview for user's camera device, using QTCaptureView. > > However, I'd like to let users choose between reverting the image coming from > th

Revert Camera Image

2011-08-16 Thread Siegfried
It's the first time I'm dealing with QTKit, and up to the current moment I've successfully created my preview for user's camera device, using QTCaptureView. However, I'd like to let users choose between reverting the image coming from their camera or not. And here's the problem. Maybe I'm missin