Abdul haq
Abdul haq
Hey Samyotech, Glad that my code was helpful to you. As I wanted to build something similar to Snapchat, thus I did not added Zoom in/out in this project. I...
Good luck with it!
@abdullahNagori See this [link](http://writingminds.github.io/ffmpeg-android-java/)
Image data is stored in Bitmap variable. See line number [341 of CameraPreview.](https://github.com/abdulhaq/SnapchatLikeCamera/blob/afd3bc193d4548a18efd94809965d7cedf3a6d47/app/src/main/java/life/haq/it/android/snapchatlikecamera/CameraPreview.java#L341)
Hey jimfo92, Video stickers do disappear on upload as I merged stickers layer with videos on server side and not in android app. However images should work properly.
To save video with a sticker on it you need to use FFMPEG library for it. I did not added it in the code because it FFMPEG made my app...