I'm trying to use the built in camera to capture a video but when I
specify the URI I want the file saved to (using
videoCaptureIntent.putExtra (MediaStore.EXTRA_OUTPUT, Uri.fromFile
(fileLocation)); ) the 'Retake' and 'Play' buttons crash my app. I am
trying to switch and let the Intent store the file where it wants but
I can't figure out how to recover the URI where it is saved to. The
docs say this:

"The caller may pass in an extra EXTRA_OUTPUT to control where the
video is written. If EXTRA_OUTPUT is not present the video will be
written to the standard location for videos, and the Uri of that
location will be returned in the data field of the Uri."


But what is "the data field of the Uri"?

Thanks!

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to