I'm working on a React Native app and exploring options to implement face AR filters similar to Snapchat. Currently, I am using React Native Vision Camera, but I am uncertain about its suitability. I am looking for objective information on available free Face AR Filters SDKs for React Native.
Can anyone provide insights into different Face AR Filters SDKs available for React Native? I need a solution that is easy to integrate, offers a variety of filters, and supports video recording capabilities. Any factual information or experiences shared would be highly valuable. Thank you for your assistance!
You can use react-native-deepAR
OR
You can use React Native Skia - Image Filter
For using react native skia
you need to have react-native-vision-camera for controlling camera.
Read
Apply filter to photos - github discussion to understand better.