Return: Returns true if the list was written successfully. Otherwise, false is returned.
Error Safety: Can throw exceptions if the communication with the camera fails.
The camera stores all defect pixels in a sorted list. The list will be normalized, see NormalizePixelList, before it is written to the camera. For more details, consult the camera's documentation.
pixelList : The pixel list to normalize. The normalized pixel list will be returned.
Return: True if the normalization runs correctly. Otherwise, false is returned.
Exceptions: May throw a RuntimeException if the camera doesn't support user-specific defect pixel lists or if there are too many entries in the pixel list.
Normalizing the list is optional. The list will be normalized automatically when SetDefectPixelList is called.