"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

AVFoundation QR Reader With Vuforia

Hi!I have a problem trying to integrate a QR Reader (AVFoundation) with Vuforia.The problem is:I create the AVCaptureSession in order to initialize a AVCaptureMetadataOutput object and then be able to  delegate the function of decoding the QRs to a Function. After doing that, I initialize the AR session.  (Everything in the same VC, i'm using the FrameMarkers Sample, FrameMarkersViewController.mm)

The problem is that the AVCaptureMetadataOutputObjectsDelegate method implementation (it is in the same VC), isn't being called. It seems like the VC isn't responding.When I don't initialize the AR session I'm able to read the QRs. But when I start the AR session, the QR decoder stop working.Any suggestions???Thanks in advance!Sebastian

Hi Sebastien,

Ok I talked to the development team and it seems the issue is that both your QR solution and Vuforia want to get a feed from the same camera.