"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

VideoPlayback App

I am getting the following warning on this line:

 [qUtils addTargetName:@"Stones & Chips" atPath:@"StonesAndChips.xml"];

/Applications/QCAR_AR/qcar-ios-1-5-3-beta1/samples/VideoPlayback/VideoPlayback/VideoPlaybackAppDelegate.mm:123:5: Instance method '-addTargetName:atPath:' not found (return type defaults to 'id')

 

Which results in this error for the following line

 if ([QCARutils getInstance].videoStreamStarted == YES)

/Applications/QCAR_AR/qcar-ios-1-5-3-beta1/samples/VideoPlayback/VideoPlayback/VideoPlaybackAppDelegate.mm:150:33: Property 'videoStreamStarted' not found on object of type 'QCARutils *'

 

Are the setup instructions (file installation path) correct in the readme.txt file?

 

Thank!

 

golden_gate

Sat, 06/23/2012 - 14:24

[quote=golden_gate]

Are the setup instructions (file installation path) correct in the readme.txt file?

Thank!

[/quote]

 

This problem has been resolved. There where no issues with the instructions provided for setup and installation of the sample.