mrmobile
Posts: 0
Joined: Wed Mar 05, 2014 6:27 pm

Video Capture, Return & Database?

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Video Capture, Return & Database?

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.

mrmobile
Posts: 0
Joined: Wed Mar 05, 2014 6:27 pm

Video Capture, Return & Database?

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

mrmobile
Posts: 0
Joined: Wed Mar 05, 2014 6:27 pm

Video Capture, Return & Database?

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Video Capture, Return & Database?

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.

mrmobile
Posts: 0
Joined: Wed Mar 05, 2014 6:27 pm

Video Capture, Return & Database?

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

Return to “Issues”