nativescript-asitsvideorecorder
by saurav0915 | v1.0.5
Nativescript 7 ASITS Camera Video Recorder
npm i --save nativescript-asitsvideorecorder

NativeScript ASITS VIDEO RECORDER Plugin

A dead-simple plugin to use the camera functionalities of your NativeScript app.

Installation

npm install nativescript-asitsvideorecorder

Usage For Angular

registerElement("AsitsVideoRecorder", () => require("nativescript-asitsvideorecorder").AsitsVideoRecorder);
<AsitsVideoRecorder height="250" debug="true"
galleryPickerMode="single" showFlashIcon="true" showToggleIcon="true"
showCaptureIcon="true" showGalleryIcon="true" confirmSaveText="CONFIRM!" confirmRetakeText="RETAKE!" (loaded)="camLoaded($event)"
(toggleCameraEvent)="toggleCameraEvent($event)" (photoCapturedEvent)="photoCapturedEvent($event)"
(imagesSelectedEvent)="imagesSelectedEvent($event)">
</AsitsVideoRecorder>

License

MIT