0.0.4 • Published 6 years ago

@ocular-interactive/cordova-plugin-ios-camerastream v0.0.4

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
6 years ago

cordova-plugin-ios-camerastream

Plugin made by combining multiple other plugins. Made for iOS because it doesn't support webRTC in wkWebview (yet).

##(Re)start the stream (camera, fps) Start the "back" or "front" camera with fps

cordova.iosStream.startCapture('back', 30);

##Pause the current stream Pauses the current stream

cordova.iosStream.pause();

##Process capture data Returns the stream as base64

cordova.iosStream.capture = function(data){
    //do something here for example:
    image.src = data;
}
0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago