herosdevices.hardware.ids.pixelformat ===================================== .. py:module:: herosdevices.hardware.ids.pixelformat .. autoapi-nested-parse:: Various methods to unpack pixel formats supported by the IDS cameras. Module Contents --------------- .. py:function:: ipl_image_to_ndarray(ipl_image: ids_peak_ipl.ids_peak_ipl.Image) -> numpy.ndarray Convert a IDS Peak image to a numpy array and perform pixel format conversion if necessary. :param ipl_image: the IDS peak image object()