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: cornway/ComputerVisionEmbedded
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cornway/ComputerVisionEmbedded
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: roman/development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 118 files changed
  • 2 contributors

Commits on Sep 30, 2025

  1. Adding smile detection

    Refactoring
    cornway committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    702eaaa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Refactoring, improvements, tweaks with memory

    Face and Smile detection works more or less reliable now
    Needs further work
    cornway committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    48a58c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Adding gpio to indicate smile detected

    Refactoring, improving performance
    Adding FLIP_Y in case different camera is used: some OV2640 produce y-flipped image
    cornway committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    0e64547 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Adding UVC sample to test opencv using host application

    Adding separate application gf_dkx to run on hardware
    Refactoring, cleanup
    cornway committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    dd2ce83 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. More improvements

    Adding opencv pipeline to preprocess mouth area
    Found best possible configuration for smile detection
    Code formatting, cleanup
    cornway committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    4883a0c View commit details
    Browse the repository at this point in the history
  2. Adding opencv pipeline for mouth area

    Tweaking libc alloc buffer
    Adding properly aligned second video buffer (jpeg format only)
    cornway committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    ab3b93a View commit details
    Browse the repository at this point in the history
  3. Some fine tuning

    Adding release overlay to rip off display
    cornway committed Oct 17, 2025
    Configuration menu
    Copy the full SHA
    8bfa327 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. Opencv : gate 3d party libraries

    Adding pure opencv frame preprocessing: crop/resize
    Some memory tweaks
    cornway committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    05e64c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Bugfixing in opencv pipeline

    Refactoring, cleanup
    cornway committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    e7510a8 View commit details
    Browse the repository at this point in the history
  2. Adding git revision to print

    cornway committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    433ea8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83111aa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

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

Commits on Nov 24, 2025

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

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    a9c7bc9 View commit details
    Browse the repository at this point in the history
  2. More tweaks to add stm32n6 support

    Phase #2
    I required to add
    CONFIG_DISPLAY_INIT_PRIORITY=100
    Otherwise spi4, somehow, interfered with XSPI or something ?
    Causing device to brick
    cornway committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    995db56 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Adding stm32n6 camera application

    enabling dcmipp
    some tweaks
    cornway committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    8b684e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Updating readme

    cornway committed Nov 29, 2025
    Configuration menu
    Copy the full SHA
    07362ca View commit details
    Browse the repository at this point in the history
  2. Update README.md

    cornway authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    a7830b3 View commit details
    Browse the repository at this point in the history
Loading