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

Cast node #1019

Merged
merged 27 commits into from
May 20, 2024
Merged

Cast node #1019

merged 27 commits into from
May 20, 2024

Commits on Feb 21, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 23, 2024

  1. Add cast node

    SzabolcsGergely committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    21a2dc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Handle multi input NN

    SzabolcsGergely committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    10e6107 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

Commits on May 8, 2024

  1. FW, BL: fix a potential bootup/reboot failure,

    that required power cycle to recover from
    alex-luxonis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fde473e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    a295f44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42121bb View commit details
    Browse the repository at this point in the history
  3. Revert "DataQueue: catch packet parsing errors and return a null pack…

    …et instead, with an `error` log". Note:
    
    reason for revert was underlying cause likely fixed, we'll probably revisit in future and keep exception throwing but not closing the queues on these potential bad packets
    
    This reverts commit 1a48df9.
    alex-luxonis committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cba9e06 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    7381dea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22141d7 View commit details
    Browse the repository at this point in the history
  3. StreamMessageParser: check end-of-packet bytes, warn on mismatch,

    the warning usually can be ignored, but may indicate some issues
    alex-luxonis committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0b70c02 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    9176486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b6b688 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1020 from luxonis/bootup_stability_fixes

    Bootup/stability fixes
    alex-luxonis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    84cf333 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Remove CMake 3.10 test on macos-latest
    moratom authored May 15, 2024
    Configuration menu
    Copy the full SHA
    3672f78 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    2ac4531 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b4b8b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8d1976 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    0126c7a View commit details
    Browse the repository at this point in the history
  2. Update FW

    SzabolcsGergely committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6f85d04 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. FW: ToF double raw stream FPS internally to get depth at configured FPS,

    for the default case (non-burst mode). Other ToF changes:
    - fix timestamps and sequence numbers
    - reduce device CPU load when ToF streams, depending on FPS
    - set the proper ToF exposure time in ImgFrame metadata, 796us max
    - warnings for FPS capping, 80 max recommended, 88 max possible (with reduced depth quality far away)
    alex-luxonis committed May 20, 2024
    Configuration menu
    Copy the full SHA
    acc1ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e50521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ab82d3 View commit details
    Browse the repository at this point in the history