Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cnadler86/micropython-camera-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: cnadler86/micropython-camera-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 16 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 22, 2025

  1. Add esp32 camera dir (#23)

    minor change
    that allows to override the directories where the includes exist for
    the esp32-camera component. It should function the same as before, if you do not provide an override.
    
    ---------
    
    Signed-off-by: John Gentilin <gentijo@gmail.com>
    gentijo authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    1f030d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. README.md aktualisieren

    cnadler86 authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    eaca8ee View commit details
    Browse the repository at this point in the history
  2. README.md aktualisieren

    cnadler86 authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d42adda View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. asyncio support for capture method and get rid of convert methods (#28)

    Adds `acamera `instance supporting async capture method 
    Use [mp_jpeg](https://github.com/cnadler86/mp_jpeg) instead of convert
    methods.
    
    Fix #25
    Fix #26
    cnadler86 authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    7fbb414 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Configuration menu
    Copy the full SHA
    6a03743 View commit details
    Browse the repository at this point in the history
  2. Update example

    cnadler86 committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    84d3b0f View commit details
    Browse the repository at this point in the history
  3. README.md aktualisieren

    cnadler86 authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    0cc4247 View commit details
    Browse the repository at this point in the history
  4. README.md aktualisieren

    cnadler86 authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    5befb52 View commit details
    Browse the repository at this point in the history
  5. micropython.cmake aktualisieren

    Add new function to register usermodule only once
    cnadler86 authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    7567703 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    2b63e51 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. README.md aktualisieren

    cnadler86 authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f34fcc9 View commit details
    Browse the repository at this point in the history
  2. README.md aktualisieren

    cnadler86 authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    9c6cd12 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. Update example

    cnadler86 committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    71c868e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Update readme

    cnadler86 committed Apr 15, 2025
    Configuration menu
    Copy the full SHA
    4334c80 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Release version

    cnadler86 committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    33328e8 View commit details
    Browse the repository at this point in the history
  2. Fix pipeline

    cnadler86 committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    2dd9711 View commit details
    Browse the repository at this point in the history
Loading