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