You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest code expects the "fmt" dictionary to be present in camera's "model", while it is a string, hence the below AttributeError is raised:
File "/project/PiDNG/src/pidng/core.py", line 120, in convert
unpacked = self.__unpack_pixels__(image)
File "/project/PiDNG/src/pidng/core.py", line 173, in __unpack_pixels__
if "CSI2P" in self.model.fmt.get("format", ""):
AttributeError: 'RaspberryPiHqCamera' object has no attribute 'fmt'
The text was updated successfully, but these errors were encountered:
The latest code expects the "fmt" dictionary to be present in camera's "model", while it is a string, hence the below AttributeError is raised:
The text was updated successfully, but these errors were encountered: