PySpin.IImageList

class IImageList(*args, **kwargs)

The interface file for ImageList class.

Add(self, image)

Parameters

image: Spinnaker::ImagePtr

Append(self, list)

Parameters

list: Spinnaker::ImageList const &

Clear(self)
GetByIndex(self, index) ImagePtr

Parameters

index: unsigned int

GetByPayloadType(self, payloadType) ImagePtr

Parameters

payloadType: enum Spinnaker::ImagePayloadType const

GetByPixelFormat(self, pixelFormat) ImagePtr

Parameters

pixelFormat: enum Spinnaker::PixelFormatEnums

GetByStreamIndex(self, streamIndex) ImagePtr

Parameters

streamIndex: uint64_t const

GetImagesByPayloadType(self, payloadType) ImageList

Parameters

payloadType: enum Spinnaker::ImagePayloadType const

GetImagesByPixelFormat(self, pixelFormat) ImageList

Parameters

pixelFormat: enum Spinnaker::PixelFormatEnums

GetSize(self) unsigned int
Release(self)
RemoveByIndex(self, index)

Parameters

index: unsigned int

RemoveByPayloadType(self, payloadType)

Parameters

payloadType: enum Spinnaker::ImagePayloadType const

RemoveByPixelFormat(self, pixelFormat)

Parameters

pixelFormat: enum Spinnaker::PixelFormatEnums

RemoveByStreamIndex(self, streamIndex)

Parameters

streamIndex: uint64_t const

Save(self, filename)

Parameters

filename: char const *