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: epfl-cs358/2024sp-helping-hand
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: epfl-cs358/2024sp-helping-hand
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/camerasetup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on May 13, 2024

  1. first version of camera setup

    nourguermazi authored and violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    62b1dc2 View commit details
    Browse the repository at this point in the history
  2. 📦 NEW: setup arduino project with all (provided sample) files for it …

    …to compile
    
    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0e9402d View commit details
    Browse the repository at this point in the history
  3. 📦 NEW: add Readme with setup instructions

    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    15b51cd View commit details
    Browse the repository at this point in the history
  4. 👌 IMPROVE: remove manual attempt at activating the flash

    this can already be done currently over the following (default) endpoint:
    /control?var=led_intensity&val=255
    
    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f24d1e1 View commit details
    Browse the repository at this point in the history
  5. 👌 IMPROVE: remove unused face detection/recognitio code

    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f1a6357 View commit details
    Browse the repository at this point in the history
  6. add discovery endpoint

    yoan authored and violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    68713d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac0e8f8 View commit details
    Browse the repository at this point in the history
  8. 📦 NEW: add led-flash intensity endpoint

    this alows to disable and enable the led
    allowed intensity values are from 0 to 255
    
    `/led-flash?intensity=255`
    
    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    38dce8c View commit details
    Browse the repository at this point in the history
  9. 👌 IMPROVE: set default flash value to halph intensity

    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    895f2ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    099caf9 View commit details
    Browse the repository at this point in the history
  11. 🐛 FIX: remove unused include

    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    d20db7d View commit details
    Browse the repository at this point in the history
  12. 📦 NEW: add wiring schema for esp32cam

    Signed-off-by: Jonas Sulzer <[email protected]>
    violoncelloCH committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ea73dfd View commit details
    Browse the repository at this point in the history
Loading