I want to boolean value or something else if the camera found to the image in ARViewController class. I don't to use opengl because cannot combine other library. sorry for bad grammar.
thanks.
Hi teetangs,
If I understand correctly, if you do not want EAGLView to render, then look in - (void)renderFrameQCAR
and comment out any rendering code, .begin .end and QCAR::Renderer::getInstance().drawVideoBackground();
..which will avoid drawing the camera.
Instead focus on the trackables, and their matrices which you can use in your other library.
N
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Hi teetangs,
If I understand correctly, if you do not want EAGLView to render, then look in - (void)renderFrameQCAR
and comment out any rendering code, .begin .end and QCAR::Renderer::getInstance().drawVideoBackground();
..which will avoid drawing the camera.
Instead focus on the trackables, and their matrices which you can use in your other library.
N