Hello Developers, i am building a  mobile webpage in which when the user 
clicks on a button it opens the camera in the browser. i tried using HTML5 
as 
     
       <form action="server.cgi" method="post" enctype="multipart/form-data"
>

  <input type="file" name="video" accept="video/*" capture>
  <input type="submit" value="Upload"></form>



but it opens the native camera.But i need a custom camera where i can make some 
changes accordingly.i have created a custom camera in java. 


How do i link them , ie the button in the browser to the custom camera of 
android?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to