Currently, we have successfully done it for android by creating a native module for snapchat camera kit (it launches camera kit on pressing a button). But we are facing issues in doing same thing for ios.
Recording video in chunks means: record something for a while, then pause for sometime, again record something and so on..
We want to create our own function to record video from snapchat camera kit using android media recorder. But we are not able to figure this out. Please help us as soon as possible.
Many apps have written that they have partnered with Snapchat for filters and AR experiences. They have their customised camera interface layout with the lenses powered by Snapchat. So, we want to know the procedure for such partnership as we are also trying to develop a customised camera interface layout with snapchat…
Basically, we have our own camera module written in kotlin for Android. Now, we want to attach camera kit lenses in that module. Information given on camera-kit-refernce github repository is not sufficient. You can consider the kotlin code given in the below link (taken from the react-native-vision-camera) LINK