Tom Baker
Posts: 0
Joined: Thu Jan 23, 2014 6:03 pm

Creating Video recording service in appery.io

In the mobilecameraservice, is it possible to modify the sourcetype to video so that when the service is invoked it lauches the video recorder and not the camera, would this be a javascript code added to the sourcetype and are there any examples of how to do this anywhere?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Creating Video recording service in appery.io

You cannot make changes to the Camera component. The Camera component is a wrapper on top of PhoneGap API. You can always use PhoneGap API directly and see if such options exists.

Thapelo Radebe7078391
Posts: 0
Joined: Mon Sep 01, 2014 2:09 pm

Creating Video recording service in appery.io

Please create a camcorder component

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Creating Video recording service in appery.io

Hello!

Could you post a link to this component description?

David Justice
Posts: 0
Joined: Mon Jun 15, 2015 12:07 am

Creating Video recording service in appery.io

Yeah, I need to be able to control the video camera with my app - Appery.io does me no good to not be able to do so. I guess it's back to the drawing board to find a builder that allows access to the video camera.

David Justice
Posts: 0
Joined: Mon Jun 15, 2015 12:07 am

Creating Video recording service in appery.io

So don't you think that advising us to use the PhoneGap API directly might be a little beyond the scope of the average non-programmer who uses your product because they... (drum roll) - don't know how to code?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Creating Video recording service in appery.io

Hello David,

Unfortunately we don't have native component for video recording now, but you may use some phonegap plugin for this:
https://devcenter.appery.io/documenta...

Michael Lombardo
Posts: 0
Joined: Sat Jun 13, 2015 12:45 pm

Creating Video recording service in appery.io

They should create likes for users comments cause i want to like David's reply. I felt like I was promised more for the amount i payed..

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Creating Video recording service in appery.io

David, you can capture video with navigator.device.capture.captureVideo() More information here:
http://docs.phonegap.com/en/edge/cord...

Return to “Issues”