Support for custom preview
Does this plugin support custom camera preview? where we can show the selected portion of image in some blue color line ?
Is it something like while scanning QR code some apps open square selection area for picture.
@slsumathi the plugin does not have this functionality. You can provide your own implementation by using native Android or iOS solutions by either creating an entirely new plugin or using a native solution with marshaling directly in your application.
@NickIliev is there any nativescript plugin available with custom preview feature ?
Hi @JijeshP , you can check the available plugins on the NativeScript Marketplace
Is this feature coming any soon? I have been working with NS for a while and now I have to create a custom preview like so:

I tried looking for other available camera plugins as @radeva suggested but they are basically forks of this repo and have no major changes (Therefore no progress on custom preview).
The nativescript-camera-plus is the only one that proposes some sort of customization but only for flash button, camera button etc.
Anyway, I'd appreciate if someone could point me some workaround for doing this while this feature is not released.