Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WebSerial Camera Preview #822

Merged
merged 38 commits into from
Jan 18, 2024
Merged

Commits on May 23, 2023

  1. Send bytes in chunks

    sebromero committed May 23, 2023
    Configuration menu
    Copy the full SHA
    229f167 View commit details
    Browse the repository at this point in the history
  2. Add web serial camera app

    sebromero committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ea9c545 View commit details
    Browse the repository at this point in the history
  3. Catch edge case

    sebromero committed May 23, 2023
    Configuration menu
    Copy the full SHA
    940cf82 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Remove unused code

    sebromero committed May 24, 2023
    Configuration menu
    Copy the full SHA
    70f6b23 View commit details
    Browse the repository at this point in the history
  2. Working version for RGB

    sebromero committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d54dba8 View commit details
    Browse the repository at this point in the history
  3. Working version for both

    sebromero committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3d0fb5e View commit details
    Browse the repository at this point in the history
  4. Add image processor

    sebromero committed May 24, 2023
    Configuration menu
    Copy the full SHA
    599e764 View commit details
    Browse the repository at this point in the history
  5. Add save function

    sebromero committed May 24, 2023
    Configuration menu
    Copy the full SHA
    66f1a02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ced73c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2789f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a85053c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Better error reporting

    sebromero committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fe1cef1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    a7a35a0 View commit details
    Browse the repository at this point in the history
  2. Add auto config for camera

    sebromero committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2313636 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Better error handling

    sebromero committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fb8a54f View commit details
    Browse the repository at this point in the history
  2. Extract magic strings

    sebromero committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7149a1b View commit details
    Browse the repository at this point in the history
  3. Add references

    sebromero committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    e2e949b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815151d View commit details
    Browse the repository at this point in the history
  5. Fix deadlock

    sebromero committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    084393b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    302c8a6 View commit details
    Browse the repository at this point in the history
  7. Add docs to config file

    sebromero committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8d7a3fa View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Use default serial values

    sebromero committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1e5cdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a3ca3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29adcd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7d0819 View commit details
    Browse the repository at this point in the history
  5. Add more documentation

    sebromero committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c656793 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    28d4e37 View commit details
    Browse the repository at this point in the history
  2. Add filters

    sebromero committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b6d20c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41fbc7a View commit details
    Browse the repository at this point in the history
  4. Add documentation

    sebromero committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e343588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    354a32b View commit details
    Browse the repository at this point in the history
  6. Restore original sketch

    sebromero committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4c58a74 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    e9aa024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9299d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f72204 View commit details
    Browse the repository at this point in the history
  4. Refactor example sketch

    sebromero committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5aa18d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6ea68f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Clarify sketch instructions

    sebromero committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b696b59 View commit details
    Browse the repository at this point in the history