Enumeration ImageSourceState
ImageSourceState
describes the state of an object that conforms to the ImageSourceAdapter
interface and is designated as the image source in a CaptureVisionRouter
object.
class EnumImageSourceState(IntEnum): #The buffer of ImageSourceAdapter is temporarily empty. ISS_BUFFER_EMPTY #The source of ImageSourceAdapter is empty. ISS_EXHAUSTED