nativescript-camera icon indicating copy to clipboard operation
nativescript-camera copied to clipboard

Support for custom preview

Open slsumathi opened this issue 8 years ago • 4 comments

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 avatar Nov 16 '17 13:11 slsumathi

@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 avatar Nov 23 '17 14:11 NickIliev

@NickIliev is there any nativescript plugin available with custom preview feature ?

JijeshP avatar Apr 29 '18 14:04 JijeshP

Hi @JijeshP , you can check the available plugins on the NativeScript Marketplace

radeva avatar May 18 '18 07:05 radeva

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:

image

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.

quixote15 avatar Aug 28 '19 13:08 quixote15