1

Researching if it is possible to create a web app with jruby and ruboto that has access to android camera where user can record, review, and upload clip to server as either a native app or web app.

Not much documentation for this type of functionality.

Would like to prototype a demo using ruby since syntax is easier to understand.

user2873003
  • 357
  • 4
  • 21

1 Answers1

0

There are several Ruboto tutorials that should help you:

https://github.com/ruboto/ruboto/wiki/Tutorials-and-examples

Use camera:

Post results:

The last uses the HTTP GET protocol, but switching to POST is trivial.

The server side is a regular JRuby web app using Sinatra, Rails, etc.

If you ned more help, file a ticket at https://github.com/ruboto/ruboto/issues

donV
  • 1,091
  • 7
  • 15