Android Intent for Capturing both Images and Videos? -


is there intent starting camera options capture both pictures , videos on android?

i've used both mediastore.action_video_capture , mediastore.action_image_capture capture either audio or video, can't find intent option switching between both of them, in example app:

enter image description here

thanks!

i capture both image , video using below code.

intent intent = new intent(mediastore.intent_action_still_image_camera);


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -