ICImagingControl.MemorySnapImageSequence Method [Deprecated] |
|||||||||||||||||
This method captures a sequence of still images from a live video stream and stores the images in a list of internal buffers. The images can be saved to individual files using the ICImagingControl.MemorySaveImageSequence method. | |||||||||||||||||
Syntax: | [C#] |
||||||||||||||||
|
|||||||||||||||||
Remarks: | When LiveCaptureContinuous is true, MemorySnapImageSequence throws a ICException with the error code NotAvailableOutsideSnapMode. |
||||||||||||||||
Information: | This method is deprecated since version 3.5. | ||||||||||||||||
Sample: | The following code snippet shows how to snap 10 images from the video live stream using a timeout of 3000ms. The snapped images will be shown in a PictureBox: [C#] |
||||||||||||||||
See also: | ICImagingControl, ICImagingControl.MemorySaveImageSequence, ICImagingControl.ImageRingBufferSize |