ari

Results 2 comments of ari

pip install Pillow failed to build the wheel, giving the error: "RequiredDependencyException: The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from...

Actually managed to make it work by hacking: /usr/lib/python3/dist-packages/picamera2/previews/drm_preview.py and changing self.fb = pykms.DumbFramebuffer(self.card, width, height, "XB24") to self.fb = pykms.DumbFramebuffer(self.card, width, height, "XR24") so should be same as #1231