Search code examples
nativescriptnativescript-telerik-uinativescript-plugin

NativeScript: Overlay transparent PNG frame in camera view and save the picture with the frame effect


I need to take a picture with a frame effect. Can I preview camera image with the transparent PNG and later save the image?

Thanks!


Solution

  • Use nativescript-camera-plus plugin to add preview within your app, style it around with your frame.

    Once the picture is taken, use nativescript-bitmap-factory to create a new image that combines your frame and the actual image form camera.