Coder Social home page Coder Social logo

Comments (4)

caternuson avatar caternuson commented on June 12, 2024 1

I ran into same thing running the camera example.

It's possible to fix in user code with:

pycam.camera.hmirror = False

hmirror is a property of the camera object within the pycam instance, not pycam itself.

I just added it after the constructor like this:

pycam = adafruit_pycamera.PyCamera()
pycam.camera.hmirror = False

from adafruit_circuitpython_pycamera.

jedgarpark avatar jedgarpark commented on June 12, 2024

i was able to set the hmirror to False in the library itself to get a non-mirrored live view and stored photo by changing it to self.camera.hmirror = False so maybe this could be a choice in the constructor when we create the pycam object in code?

from adafruit_circuitpython_pycamera.

dhalbert avatar dhalbert commented on June 12, 2024

Maybe pycam.camera.hmirror = False should be the default?

from adafruit_circuitpython_pycamera.

caternuson avatar caternuson commented on June 12, 2024

Yep. Agree. But don't know reasoning behind current default in library.

from adafruit_circuitpython_pycamera.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.