Skip to content
  • Richard Bowman's avatar
    Now works with new picamera fork · 55d13cd2
    Richard Bowman authored
    The updated picamera fork returns a memoryview object for the
    lens_shading_table property, in order to avoid being numpy-
    specific (a request from the maintainer of picamera).  This
    commit explicitly converts the table back to a numpy array
    before dumping it to the YAML settings file, which keeps
    behaviour consistent between the two versions.
    
    This fixes #8
    55d13cd2