In iOS 6 you could use something like this:
<input type="file" accept="image/*" capture="camera">
<input type="file" accept="video/*" capture="camera">
http://jsfiddle.net/GAbW8/embedded/result/
But in iOS 7 you cannot access the camera anymore. Ideas?