I'm loading button on ImageTargetsEAGLView. when i click the button it will pick the image from gallery and to ImageTargetsEAGLView. I use [image setHiddent:YES]; for remove the image picker image and go back to EAGLView. But the EAGLView doesn't load the ImageTargetsViewController. It load the EAGLView only. Why it won't load the renderFrameQCAR
ImageTargetsEAGLView.mm:
-(void)click:(id)sender{
[Image setHidden:YES];
}
When i click the button i need to load ImageTargetsViewcontroller also. Log values:
2014-06-17 15:04:20.538 Featherlite[22655:907] debug: shaderName=(Simple), shaderFileTYpe=(vertsh)
2014-06-17 15:04:20.540 Featherlite[22655:907] debug: shaderPath=(/var/mobile/Applications/FDA5BBA7-B629-4D8E-8129-7FA51043096F/Featherlite.app/Simple.vertsh)
2014-06-17 15:04:20.543 Featherlite[22655:907] debug: shaderName=(Simple), shaderFileTYpe=(fragsh)
2014-06-17 15:04:20.544 Featherlite[22655:907] debug: shaderPath=(/var/mobile/Applications/FDA5BBA7-B629-4D8E-8129-7FA51043096F/Featherlite.app/Simple.fragsh)
But when i load the first time it loads the :
2014-06-17 15:03:51.519 Featherlite[22655:907] debug: shaderName=(Simple), shaderFileTYpe=(vertsh)
2014-06-17 15:03:51.521 Featherlite[22655:907] debug: shaderPath=(/var/mobile/Applications/FDA5BBA7-B629-4D8E-8129-7FA51043096F/Featherlite.app/Simple.vertsh)
2014-06-17 15:03:51.536 Featherlite[22655:907] debug: shaderName=(Simple), shaderFileTYpe=(fragsh)
2014-06-17 15:03:51.537 Featherlite[22655:907] debug: shaderPath=(/var/mobile/Applications/FDA5BBA7-B629-4D8E-8129-7FA51043096F/Featherlite.app/Simple.fragsh)
2014-06-17 15:03:51.604 Featherlite[22655:907] self.navigationController.navigationBarHidden:1
2014-06-17 15:03:51.606 Featherlite[22655:907] ARVC: Rotating to Portrait
2014-06-17 15:03:51.653 Featherlite[22655:4807] INFO/AR(22655) 2014-06-17 15:03:51: QCAR SDK version 2.8.7
2014-06-17 15:03:51.872 Featherlite[22655:907] Successfully initialized ImageTracker.
2014-06-17 15:03:51.873 Featherlite[22655:6507] loadImageTrackerDataSet (StonesAndChips.xml)
2014-06-17 15:03:51.875 Featherlite[22655:6507] INFO/AR(22655) 2014-06-17 15:03:51: ImageTracker: Successfully created dataset
2014-06-17 15:03:51.876 Featherlite[22655:6507] INFO: successfully loaded data set
2014-06-17 15:03:52.115 Featherlite[22655:6507] loadImageTrackerDataSet (Tarmac.xml)
2014-06-17 15:03:52.116 Featherlite[22655:6507] INFO/AR(22655) 2014-06-17 15:03:52: ImageTracker: Successfully created dataset
2014-06-17 15:03:52.118 Featherlite[22655:6507] INFO: successfully loaded data set
2014-06-17 15:03:52.281 Featherlite[22655:6507] Successfully activated data set.
2014-06-17 15:03:52.432 Featherlite[22655:6507] *** -[AVCaptureVideoDataOutput setVideoSettings:] - videoSettings dictionary contains one or more unsupported (ignored) keys: (
Width,
AVVideoScalingModeKey,
Height
)
2014-06-17 15:03:52.437 Featherlite[22655:6507] DEBUG/AR(22655) UIView has CAEAGLLayer class
2014-06-17 15:03:52.438 Featherlite[22655:6507] DEBUG/AR(22655) UIView responds to selector renderFrameQCAR