更新目录

main
Matthew 8 months ago
parent ce8972f584
commit b03d2d729c

@ -497,7 +497,7 @@ public class Camera2RawFragment extends Fragment
String currentDateTime = generateTimestamp();
File jpegFile = new File(Environment.
getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM),
"Camera/IMG_" + currentDateTime + ".jpg");
"IMG_" + currentDateTime + ".jpg");
// Look up the ImageSaverBuilder for this request and update it with the file name
// based on the capture start time.

Loading…
Cancel
Save