|
|
@ -197,7 +197,7 @@ public class CameraHelper {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Create a media file name
|
|
|
|
// Create a media file name
|
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyyMMdd_HHmmss", Locale.CHINA);
|
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyyMMddHHmmss", Locale.CHINA);
|
|
|
|
String timeStamp = format.format(time);
|
|
|
|
String timeStamp = format.format(time);
|
|
|
|
String endTimeStamp = format.format(time + duration);
|
|
|
|
String endTimeStamp = format.format(time + duration);
|
|
|
|
File mediaFile;
|
|
|
|
File mediaFile;
|
|
|
|