Page 1 of 1

Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 11:39 am
by mrmobile

I was able to have my app access the video on native, however I am not clear of what I must do with the Apache Cordova Doc on how the video is returned. Do I create a database? And will the Camera Device Service return the file? Are there more detailed instructions? -Thanks


Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 12:25 pm
by Alena Prykhodko

Hello Ron,

Not sure I crearly understand.
Here is more about Video component http://docs.appery.io/documentation/u...
Please specify about Camera Device Service.


Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 4:26 pm
by mrmobile

I was given the following link | (http://cordova.apache.org/docs/en/3.0...) after getting my video camera to capture video, however I am unclear of which sections in the Apache Cordova Docs apply to me? I just need some explanation. - Thanks


Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 6:23 pm
by mrmobile

Here is a specific question that may help me to understand. For example: where would I input the following code to build my app? $ cordova plugin add https://git-wip-us.apache.org/repos/a...
$ cordova plugin rm org.apache.cordova.core.media-capture


Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 6:37 pm
by Igor

Hello Ron,

This tutorial shows how to work with camera component and store photo to the DB.
http://docs.appery.io/tutorials/using...

Using Apache Cordova doc you can find all properties and examples which you can use in your camera app.

[quote:]
Do I create a database?
[/quote]
If you want to save video in Database then you should create it.
[quote:]
And will the Camera Device Service return the file?
[/quote]
Yes, you can use camera device service to get the file.
[quote:]
Are there more detailed instructions?
[/quote]
You can start from camera component tutorial. Then please read Apache Cordova doc which help you to understand how to capture the video.


Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 6:43 pm
by Igor

Video Capture, Return & Database?

Posted: Sat Mar 15, 2014 11:59 pm
by mrmobile

Thank you for explaining! This has been a great help....