I'm working off the newer SDK.
When I launch the barcode, with nearly identical initialization as the sample project (specifically the scanPressed method and a completely identical OverlayViewController class) I just receive the camera rendering. If I comment out "[parentPicker setCameraView:cameraView];" in viewDidLoad of OverlayController.m I do wind up seeing the overlay assets.
Any ideas on what could be going wrong? Just to clarify this is just a visual problem, i.e. although I can't see the targeting box, I can eventually get it to scan with just the camera display up.
I am also init'ing my OverlayController programmatically with this call "overlayController = [[OverlayController alloc] initWithNibName:@"ScanOverlay" bundle:nil]; " in my RLSampleViewController.m equivalent class.
It looks like you're new here. If you want to take part in the discussions, click one of these buttons!