PySpin.IImageList¶
- class IImageList(*args, **kwargs)¶
The interface file for ImageList class.
- Clear(self)¶
Spinnaker::IImageList::Clear
- GetByPayloadType(self, payloadType) ImagePtr¶
Parameters¶
payloadType: enum Spinnaker::ImagePayloadType const
Spinnaker::IImageList::GetByPayloadType
- GetByPixelFormat(self, pixelFormat) ImagePtr¶
Parameters¶
pixelFormat: enum Spinnaker::PixelFormatEnums
Spinnaker::IImageList::GetByPixelFormat
- GetByStreamIndex(self, streamIndex) ImagePtr¶
Parameters¶
streamIndex: uint64_t const
Spinnaker::IImageList::GetByStreamIndex
- GetImagesByPayloadType(self, payloadType) ImageList¶
Parameters¶
payloadType: enum Spinnaker::ImagePayloadType const
Spinnaker::IImageList::GetImagesByPayloadType
- GetImagesByPixelFormat(self, pixelFormat) ImageList¶
Parameters¶
pixelFormat: enum Spinnaker::PixelFormatEnums
Spinnaker::IImageList::GetImagesByPixelFormat
- GetSize(self) unsigned int¶
Spinnaker::IImageList::GetSize
- Release(self)¶
Spinnaker::IImageList::Release
- RemoveByPayloadType(self, payloadType)¶
Parameters¶
payloadType: enum Spinnaker::ImagePayloadType const
Spinnaker::IImageList::RemoveByPayloadType
- RemoveByPixelFormat(self, pixelFormat)¶
Parameters¶
pixelFormat: enum Spinnaker::PixelFormatEnums
Spinnaker::IImageList::RemoveByPixelFormat