修复通过app和配置工具手动拍照时不延时关电

rtmpsuck
XI.CHEN 5 months ago
parent 35ad7d8d25
commit a76b654593

@ -501,7 +501,7 @@ public class MicroPhotoService extends Service {
long ts = System.currentTimeMillis() / 1000; long ts = System.currentTimeMillis() / 1000;
Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually"); Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually");
mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, ts, photoOrVideo); mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, 0, photoOrVideo);
} else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) { } else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) {
int what = intent.getIntExtra("what", 0); int what = intent.getIntExtra("what", 0);

Loading…
Cancel
Save