Hey! With the new api that allows us to pass arbitrary data from app to camera kit lens, is it possible to pass a 3D model and instantiate it inside lens? Today there’s a gltf asset used to download a remote Bitmoji in lens studio. Can we use something similar to load an arbitrary 3D model ? Thanks
Hi, I made a simple lens with voiceML. It works fine on snap but doesn't work inside camerakit app. The onListeningEnabledHandler event is never fired. If I manually call "script.vmlModule.startListening" I get an error "Commands are not available until listening is enabled". How to get voiceML to start listening on a…
Hi! Is text to speech not supported by camera kit? thanks
Hey, I see the iOS samples are in swift. Does it support objective c as well? If so would you be able to share a basic sample of using camera kit in objective c? Thanks
Hi, When sharing to Snapchat from CameraKit are we able to have an attachmentUrl like with dynamic lenses? Thanks
Hey! Very new to CamKit and just curious if you can point me to the part of the SDK responsible for passing data from the app to the lens similar to how dynamic lenses use launchParams. I see there’s launchParams on camkit as well but I’m looking for a more advanced way that allows us to pass for example an image or any…