LMImgCapSrcImagesEndOp Constants

Summary

Specifies the operation to be performed when the image collection generates the last image during a graph run.

Syntax

typedef enum LMImgCapSrcImagesEndOp 
{ 
   LMImgCapSrcImagesEndOp_Restart, 
   LMImgCapSrcImagesEndOp_RepeatFirst, 
   LMImgCapSrcImagesEndOp_RepeatLast, 
   LMImgCapSrcImagesEndOp_Stop, 
} LMImgCapSrcImagesEndOp; 

Members

LMImgCapSrcImagesEndOp_Restart

Specifies that the image collection should restart at the first image when it reaches the end.

LMImgCapSrcImagesEndOp_RepeatFirst

Specifies that the image collection should repeat the first image when it reaches the end.

LMImgCapSrcImagesEndOp_RepeatLast

Specifies that the image collection should repeat the last image when it reaches the end.

LMImgCapSrcImagesEndOp_Stop

Specifies that the image collection should stop generating images reaches the end.

Usage

Help Version 23.0.2025.1.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.