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

Release v2.17.0 #518

Merged
merged 99 commits into from
Jul 11, 2022
Merged

Release v2.17.0 #518

merged 99 commits into from
Jul 11, 2022

Commits on Nov 23, 2021

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

Commits on Nov 26, 2021

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

Commits on Dec 13, 2021

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

Commits on Dec 20, 2021

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

Commits on Dec 24, 2021

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

Commits on Feb 20, 2022

  1. Configuration menu
    Copy the full SHA
    796211b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abe0aad View commit details
    Browse the repository at this point in the history
  3. Applied style

    themarpe committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    1c2b305 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

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

Commits on Mar 16, 2022

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

Commits on Mar 21, 2022

  1. Update FW - [ImageManip][bug fix] Properly align the maximum size of …

    …the calculated parameters for the warp filter
    OanaMariaVatavu committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    d36cee0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    ae77410 View commit details
    Browse the repository at this point in the history
  2. Update FW - [ImageManip][bug fix][setCropRotatedRect] Adding a fix fo…

    …r the case when the center of the rectangle crop is very close to the image border
    OanaMariaVatavu committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    93e13ee View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

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

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    2440f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    950d116 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. 1. Merge remote-tracking branch 'origin/develop' into image_manip_ref…

    …actor
    
    2. Update FW
       - Merge remote-tracking branch 'origin/develop' into image_manip_refactor
       - [BUG FIXED] YUV420/NV12 -> RGB conversion produces artefacts(for classification scenario)
       - [BUG FIXED] large resize unsupported on YUV420/NV12 format(for classification scenario)
       - [BUG FIXED] CMX memory corruption when output format is YUV420/NV12
       - [FEATURE ADDED] Adding support for 4K input/output resolution
    OanaMariaVatavu committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    15ddf55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5e05ba View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

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

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    021ded0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435b25a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Updated bootloader examples

    themarpe committed May 6, 2022
    Configuration menu
    Copy the full SHA
    dc780b6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

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

Commits on May 8, 2022

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

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    7b51e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88a69cf View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

Commits on May 16, 2022

  1. [ImageManip] - FW update:

        [API maintained]
            [setKeepAspectRatio]
                - resize with keeping aspect ratio + crop the input field of view to match the output aspect ratio
                - using the "setKeepAspectRatio" API in conjunction with the "setResizeThumbnail" API, the "setKeepAspectRatio" API will not have any effect because the "setResizeThumbnail" API has priority
                - keepAspectRatio config is True by default
    
        [bugs fixed]
            [artifacts/memory coruption]
                Properly extract the chroma rect
                Properly compute the luma/chroma cached memory size
                Input interleaved -> planar conversion + rect rotation
            [hang]
                input rectangle outside frame
    OanaMariaVatavu committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c74aa86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713dd08 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

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

Commits on May 20, 2022

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

Commits on Jun 3, 2022

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

Commits on Jun 4, 2022

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

Commits on Jun 5, 2022

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

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    758875b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06725f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f34ac1d View commit details
    Browse the repository at this point in the history
  4. Update FW: support for new devices with 3x 4-lane cam ports,

    TMP: enable RGB-depth alignment for 12MP full FoV (hardcoded)
    alex-luxonis committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    2855b4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28dfd08 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    026ba02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60c496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ccabbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4eab23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c033718 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    e13e4d7 View commit details
    Browse the repository at this point in the history
  2. Windows - added required DLL copying for tests and examples to be run…

    …nable outside of CMake
    themarpe committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4c28706 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #496 from luxonis/lens_position_from_calib

    Set lens position from calibration data
    SzabolcsGergely committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    a4a385a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6a132 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a386197 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4736833 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef79c6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #498 from luxonis/stereo_extended_subpixel

    Stereo: Add support for extended and subpixel together
    SzabolcsGergely committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9ee214d View commit details
    Browse the repository at this point in the history
  9. Apply style

    SzabolcsGergely committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    acafc4f View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Refactored main CI workflow

    themarpe committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1cb8b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d754fe9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17aa8e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

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

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    15da903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59700a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40be59b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. FW: fix for Right cam on the new OAK-D-Pro-PoE and OAK-D-PoE S2,

    fix RGB-depth alignment when RGB streams at 12MP 4:3 full FoV (downscaled)
    alex-luxonis committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d216ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d9906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a92c82c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87ac985 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86cd814 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a261cc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    2edc55a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde4b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ad19aa View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Fixed integration test

    themarpe committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c4f0488 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Fixed Win32 integration test

    themarpe committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9350401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de503e4 View commit details
    Browse the repository at this point in the history
  3. EEPROMv7 fixes

    themarpe committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    0139f91 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

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

Commits on Jun 25, 2022

  1. 3 Configuration menu
    Copy the full SHA
    55066c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

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

Commits on Jun 30, 2022

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

Commits on Jul 1, 2022

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

Commits on Jul 4, 2022

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

Commits on Jul 5, 2022

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

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    def822f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #512 from luxonis/stereo_pixel_shift

    StereoDepth: Add option for disparity shift
    SzabolcsGergely committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c98471e View commit details
    Browse the repository at this point in the history
  3. Added checks for Source Code downloaded package as well as package ex…

    …tracted under a parent git repo
    themarpe committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f8bbd42 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #514 from luxonis/build_from_sources_error

    Fix build from sources error
    themarpe committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a6e7319 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55daf87 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    8315655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5136a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1589735 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faaaeff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    100cfcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f55eda1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e0180e View commit details
    Browse the repository at this point in the history
  8. Release v2.17.0

    SzabolcsGergely committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b63ee54 View commit details
    Browse the repository at this point in the history