Dear guys,

This is Zhipeng Wang. I recently had a problem.

Is it possible to start a camera with a intent, for example:


Intent takeVideoFromCameraIntent = new
Intent(MediaStore.ACTION_VIDEO_CAPTURE);
startActivityForResult(takeVideoFromCameraIntent, camer_code);


and when the camera starts, it starts recording without press the recording
button.

Best wishes,
Zhipeng

-- 
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

Reply via email to