Hi
I have created separate methods for starting QCAR and stopping QCAR based on below forum thread
https://ar.qualcomm.at/arforums/showthread.php?t=724
It starts and stops QCAR fine but when again I restart QCAR using onResume method it pause or hang the video and it shows the last frame that it captured before stop.
Can you help me to point to out that what I m doing wrong or do I need do anything else?
Thanks,
Hardik
Hi MoSR,
Actually, What i was doing is that I was showing image when marker gets scanned so when i tried to stop QCAR while scanning the marker, it was not able to find image view because on QCAR stop, I was releasing image view :(. Then I finally figure it out that i need to set image view as nil rather than releasing it, so now it is working fine.
Thanks for you help as always :)
-Hardik