"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

Vuforia SDK: how to take screenshots?

I realize this has been covered many times on this forum, but I can only get this working on a 5.0 device and not a 6.0 device. Not sure what the issue is!

The closest I've gotten it to working is by using the code found in this thread:

https://ar.qualcomm.at/content/take-screenshot

In fact, it works every time on my 5.0 device, but never works on my 6.0 device.

Any clues?

jacksmash

Tue, 11/20/2012 - 13:14

I'm going to try to describe this a little more succinctly.

1. I downloaded and ran the sample Vuforia SDK (ImageTargets) project as found in the samples directory.

Hi jacksmash,

When I run your sample it crashes in main()

        return UIApplicationMain(argc, argv, nil, NSStringFromClass([ImageTargetsAppDelegate class]));