Found the problem
movieLayer = [[self mMovieView] layer];
must be preceeded by
[[self mMovieView] setWantsLayer:Yes]
Joseph
On Aug 1, 2012, at 6:05 PM, lobs...@neu.edu wrote:
> I'm having trouble getting AVCaptureVideoPreviewLayer to work in OSX 10.8,
> XCode 4.4 .
I'm having trouble getting AVCaptureVideoPreviewLayer to work in OSX 10.8,
XCode 4.4 . I'm trying to use the NSView mMovieView as the port.
@property (nonatomic, strong) IBOutlet NSView *mMovieView;
@property (nonatomic, strong) IBOutlet CALayer *movie