seqSplit
Top  Previous  Next

seqSplit ( integer Sequence, integer Output )

Use this function to split a sequence to a series of single images.

Parameters
 
Sequence  
 
An integer between 1 and 116 specifying the number of the sequence. Values in the range of 100-116 correspond to hidden sequences.  
 
Output  
 
An integer between 1 and 116 specifying the number of the first image, starting from which the output images will be created. This image corresponds to the first frame of the sequences. The rest of the frames will be copied to the images with the numbers following this value  
 
Error flags

ERR_OK  
 
The flag set if successful.  
 
ERR_FAILED  
 
The flag set if failed.  
 
Example

This set of statements grabs a sequence from the video device and splits it into single images.  
 
grabSeq(1,8,100)  
seqSplit (1,2)