ios - Suggestions for activating front facing camera within Safari on iPad -


i'm trying create kiosk-style customer registration process ipad, doing an entirely web-based environment, rather purpose-built app.

during registration process, user required take photo of own face using ipad camera.

i have been experimenting html5 media capture tools, unfortunately, defaults ipad's camera, rather front-facing camera. means user must switch front facing camera, isn't ideal part of user experience.

i can't see way of forcing ipad default front camera in device settings, , searches haven't revealed way of doing html only.

i've had @ apps such "picup", don't seem offer more achievable html5 regard camera control.

can offer suggestions? know of other ios apps (like picup) might give ability activate camera uploading images in form, can configured use front facing camera default?

or going have go down path of creating purpose-built app control need?

any suggestions welcomed, , in advance reply.

the media api doesn't allow distinguish between front , rear cameras, there no method (that know of) allows select front camera.

however suggest perhaps building app way are, using phonegap build (which can package app ios app) , camera plugin (http://docs.phonegap.com/en/2.6.0/cordova_camera_camera.md.html) allow specify front camera (see options->cameradirection) apparently (i haven't tried myself).


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -