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

Linux infrastructure fixes. Kernels v4.16+ #5751

Merged
merged 8 commits into from
Feb 3, 2020

Commits on Jan 30, 2020

  1. Fix UVC and metadata node matching in v4l using non-lexicographic sor…

    …t. Applicable for kernels 4.16+
    
    Enforce Video/Metadata sync by using two-stage blocking calls. This replaces I/O multiplexing to ensure the pairing of video and meta nodes payloads
    ev-mp committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c41c209 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    f0acb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db4807 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    826d736 View commit details
    Browse the repository at this point in the history
  4. Adjust metadata validation heuristics in SKU-neutral manner to allow …

    …for SR300 and L500 md payloads
    ev-mp committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    4da97fd View commit details
    Browse the repository at this point in the history
  5. Verification for Metadata/Video extaction with kernel 5.3

    Verify that metadata extraction is performed when invalid video buffer is encountered to ensure Video/Metadata node sync
    Check  Metadata/Video nodes buffers synchronization by comparing the kernel sequence buffers
    Label the v4l backend debug messages separately for fast on/off toggling
    ev-mp committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    65ef78c View commit details
    Browse the repository at this point in the history
  6. Fix hardware fps calculation when the frame number being reset intern…

    …ally by the FW, such as in SCP Overflow case
    ev-mp committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    9a68a8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e46b06b View commit details
    Browse the repository at this point in the history