We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0296a32 commit b40e40dCopy full SHA for b40e40d
adafruit_pycamera/__init__.py
@@ -311,7 +311,7 @@ def make_debounced_expander_pin(pin_no):
311
self._camera_device = I2CDevice(self._i2c, self.camera.address)
312
# display.auto_refresh = False
313
314
- self.camera.hmirror = True
+ self.camera.hmirror = False
315
self.camera.vflip = True
316
317
self._bigbuf = None
examples/camera/code.py
@@ -12,7 +12,6 @@
12
import adafruit_pycamera
13
14
pycam = adafruit_pycamera.PyCamera()
15
-pycam.camera.hmirror = False
16
pycam.autofocus_init()
17
# pycam.live_preview_mode()
18
0 commit comments