herosdevices.hardware.ids.pixelformat¶ Various methods to unpack pixel formats supported by the IDS cameras. Module Contents¶ herosdevices.hardware.ids.pixelformat.ipl_image_to_ndarray(ipl_image: ids_peak_ipl.ids_peak_ipl.Image) → numpy.ndarray[source]¶ Convert a IDS Peak image to a numpy array and perform pixel format conversion if necessary. Parameters: ipl_image – the IDS peak image object()