Software Archive
Read-only legacy content
17061 Discussions

<input type="file" accept="video/*" capture=camcorder"/>

proxsys
Beginner
1,125 Views

Is the input tag <input type="file" accept="video/*" capture=camcorder"/> supported by XDK?

Thanks

0 Kudos
3 Replies
Vidura_Dhananjaya
New Contributor II
1,125 Views

yes it support 

Thank You.!

0 Kudos
proxsys
Beginner
1,125 Views

Do you have a sample that works?

I put this in my index.html and it doesn't stream the camcorder but instead it requests to upload a video from the device storage.

I appreciate your help.

Thank you!

0 Kudos
PaulF_IntelCorp
Employee
1,125 Views

If you want to access local devices you need to use a Cordova plugin. There are many third-party options out there. Search for something like "cordova phonegap plugin video player" and also see this doc page: https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app

0 Kudos
Reply