Heads up! We're sunsetting this forum to streamline our community space.
join us on Discord for support, updates, and all things Snap AR! See you there!
join us on Discord for support, updates, and all things Snap AR! See you there!
Comments
-
Hi @arashp, I have integrated the Camera Kit SDK into a new IOS project. I was able to integrate the SDK successfully and tried the different Lenses that we built. Now What I want is when I click the button the Camera Kit View has to exit and it has to go to the App's Main View (i.e ViewController). I have tried the below…
-
Hi @arashp, I have tried to start and stop the AVSessionInput as you mentioned but I am getting the exception while calling the stopCameraKitSession method, Please check the below screenshot for exception logs: Below are the steps that I have followed: Created startCameraKitSession and stopCameraKitSession in…
-
Also, Can I get your email support so that I can explain the steps that I am following to fix the Camera View running in the background.
-
Hi @"Bakari Mustafa", Thank you so much for your help. I have tried all of your suggestions but still, the Camera view running in the background issue was not fixed. Also, the Lens that we have opened is still running in the background along with the camera after changing the view. Please check the below screenshots : *…
-
Hi @"Bakari Mustafa", Thank you so much for all your responses. I have tried all your suggestions but the Camera Kit view has not closed properly. Please check the below screenshot: The Camera View still running in the background even after changing the view from CameraView to Main View, please check the arrow indications…
-
Hi @"Bakari Mustafa", Thank you so much for your response. I have tried the solution that you have shared but the Camera Kit view has not closed properly. The Camera View is still running in the background on my ViewController. public func stopCameraKitSession() { cameraKit.stop(); AVSessionInput().stopRunning(); } This is…
-
@arashp, Also one more help from your side How can I close the Camera Kit View when I click the button so that it can redirect to the ViewController? (i.e Main Storyboard) I have tried changing the rootViewController from cameraViewController to a ViewController and tried to stop AVCaptureSession but still, the Camera Kit…
-
Hi @arashp, The breakpoint hits when I put at flipCameraButton. I have tried adding a .png extension to an image name but still, the icons are missing. I am attaching the breakpoint screenshot, please check: The button actions are working fine only icons are missing. Can you please help me out with this? Thank you.
-
Hi @arashp, Thank you so much for your response. I was able to integrate the Camera Kit into a new IOS app based on your suggestions but I am not able to see the top-right icons. Please check the screenshot that I have attached: Is there any setting that I am missing? Can you please help me out with this? Thank you.
-
Yes, it is working on Android but I am facing the issue in IOS that @Tushar faced. i.e Backtrace: [error] Error, [LSAGLView::drawTexture] LS::Exception : [LSAGLView] attempt to use deleted framebuffer I am facing the above issue when I try to integrate a Camera Kit into a new IOS project.
-
Hi @stevenxu and @arashp, Thank you so much for the response. I am using the Camera Kit SDK version 1.18.1 and tested the app on iPhone 13. @arashp, Below are the steps that I am following to integrate Camera Kit into a new app. * Added and installed all the pods mentioned in this link…
-
Hi @Tushar, and @stevenxu, We are also facing this issue. Did you guys find any solution for this issue?