Hey everyone! How could I go about making a video camera feature inside my app, with the capabilities of saving/storing the video files in specific folders within my app?
Thanks,
guannstar
to request the camera you'd need the user-media object
https://www.scirra.com/manual/144/user-media
I'm not sure how to record video though and saving it might even be more of a struggle..
Yeah, I need it all to be within the app itself. I don't want people to have to leave the app in order to use the video cam feature. How do I get it to work within the app? Is there a tutorial anywhere?
Bump...
Develop games in your browser. Powerful, performant & highly capable.
If you can't find anything searching or within the plugin section, it may be the case that you will have to write your own plugin to do what you want.
If you Google, you will find many discussions on capturing video using HTML5.