cabaret.Camera.bin_image# Camera.bin_image(image: ndarray) → ndarray[source]# Bin the image according to the camera’s binning factors. Parameters: image (np.ndarray) – The image to be binned. Returns: The binned image. Return type: np.ndarray