Possible Duplicate: Can I open camera in webview?
I'm having difficulty setting up the webview so that there can be javascript callbacks to access the android camera. Has anyone done this before, or have any advice?
Yyou can use PhoneGap, which provides Javascript hooks into native device functionality (i.e., the camera).
You can view a list of supported features here, and read their Camera API documentation here.