Hi there,
I'm using the vuforia playback sample version 4.2.3, in xcode 6.2 for iOS. I haven't modified the sample in any way, yet I'm getting a black screen upon pressing "start" in the sample. The strange thing is this only happens after an initial build. On the initial build the sample seems to work just fine. When ran a second time, or subsequently, I get the black screen of death. This only happens on the rear camera, if I switch to the front, the camera works. I've been looking through the forums and a lot of things seem Unity related but this is the straight up example. Any ideas what could be causing this? Here is the Log from Xcode in case it helps.
2015-05-27 22:48:36.352 VidPlayback[2108:60b] debug: shaderName=(Simple), shaderFileTYpe=(vertsh)
2015-05-27 22:48:36.360 VidPlayback[2108:60b] debug: shaderPath=(/var/mobile/Applications/121AF21D-6B4C-42A0-9FC0-47BE1FD210E9/VidPlayback.app/Simple.vertsh)
2015-05-27 22:48:36.366 VidPlayback[2108:60b] debug: shaderName=(Simple), shaderFileTYpe=(fragsh)
2015-05-27 22:48:36.371 VidPlayback[2108:60b] debug: shaderPath=(/var/mobile/Applications/121AF21D-6B4C-42A0-9FC0-47BE1FD210E9/VidPlayback.app/Simple.fragsh)
2015-05-27 22:48:36.640 VidPlayback[2108:6c03] INFO/AR(2108) 2015-05-27 22:48:36: QCAR SDK version 4.2.3
2015-05-27 22:48:37.383 VidPlayback[2108:60b] AVPlayerItemStatusObservationContext -> AVPlayerItemStatusReadyToPlay
2015-05-27 22:48:37.434 VidPlayback[2108:60b] AVPlayerItemStatusObservationContext -> AVPlayerItemStatusReadyToPlay
2015-05-27 22:48:37.876 VidPlayback[2108:b203] loadAndActivateImageTrackerDataSet (StonesAndChips.xml)
2015-05-27 22:48:37.881 VidPlayback[2108:b203] INFO/AR(2108) 2015-05-27 22:48:37: ObjectTracker: Successfully created dataset
2015-05-27 22:48:37.887 VidPlayback[2108:b203] INFO: successfully loaded data set
2015-05-27 22:48:38.341 VidPlayback[2108:b203] INFO: successfully activated data set
2015-05-27 22:48:38.421 VidPlayback[2108:b203] *** -[AVCaptureVideoDataOutput setVideoSettings:] - videoSettings dictionary contains one or more unsupported (ignored) keys: (
Width,
AVVideoScalingModeKey,
Height
)
2015-05-27 22:48:38.444 VidPlayback[2108:b203] DEBUG/AR(2108) UIView has CAEAGLLayer class
2015-05-27 22:48:38.449 VidPlayback[2108:b203] DEBUG/AR(2108) UIView responds to selector renderFrameQCAR</pre>
I'm having the same issue.
Unity 4.6.5
Vuforia 4.2.3
First time loaded up is fine. Here is the crash log: