Open JasenKrueger opened 1 year ago
Me too :/
Had the same issue. I edited ~/oprint/lib/python3.7/site-packages/octoprint_pushover/init.py and changed:
hflip = True #self._settings.global_get(["webcam", "flipH"])
vflip = True #self._settings.global_get(["webcam", "flipV"])
Seems as though with the new webcam method, the flip settings are no longer there. I basically hard coded the variables to True. Didn't work until I restarted octoprint.
Seems this project is dead so you can fork or just manually edit your files like I did.
After updating Opctoprint to 1.9.2 my Pushover images are now upside down. I have a Raspberry Pi cam mounted upside down and used the invert buttons on Octoprint and the image has alway been fine until 1.9.2. Am I missing something? I have 0.3.8 installed.