Rotate display in server

Line 80 of openflexure_microscope/camera/pi.py

Is where we get the PiCamera object.

You could see what happens if you add

self.picamera.rotation = 180

on line 81. Its pretty hacky, but may get yours working. If it does it should be a possible to add a config option for it at a later date.

3 Likes