The CCamera::CCameraAdvancedSettings::EDriveModeTimeNudgeCapture mode
+allows you to specify the amount of images to be captured both before and
+after the capture button key press. The numbers of pre- or post-capture images
+to be captured are set by the CCamera::CCameraPreImageCaptureControl::TDriveModeDependentAttributes values,
+with the total number of images being calculated as follows:
Total
+number of captured images = iParam1 + 1 + iParam2 where iParam1 and iParam2 represent
+pre and post capture images respectively, and 1 represents the present image.
+