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

Azure kinect #51

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

Azure kinect #51

wants to merge 17 commits into from

Commits on Aug 16, 2019

  1. Working with Azure Kinect but without body and only single sensor per…

    … machine
    Marek Kowalski committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f49bcaf View commit details
    Browse the repository at this point in the history
  2. Added support for multiple Azure Kinects on same machine

    Marek Kowalski committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    e2a03f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Changed to next version of Kinect SDK

    Marek Kowalski committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    4dfb576 View commit details
    Browse the repository at this point in the history
  2. Fixed memory leak

    Marek Kowalski committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9c219fb View commit details
    Browse the repository at this point in the history
  3. Synchronized mode gets slightly better framerate when multiple device…

    …s connected
    Marek Kowalski committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    4a4f9ae View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Added Temporal Sync functionality

    Christopher Remde committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    da2c304 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Finalized depth_image_to_Color_Camera mapping, added dynamic resize o…

    …f the Color Image via OpenCV for improved performance and improved performance on the StoreFrame function by avoiding "vector.push_back"
    Christopher Remde committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    00383d8 View commit details
    Browse the repository at this point in the history
  2. Removed some comments and unused headers

    Christopher Remde committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    4a7e990 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Finished Temporal Sync Feature

    Christopher Remde committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    1544abd View commit details
    Browse the repository at this point in the history
  2. Cleaned up

    Christopher Remde committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    2b15ed0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Change snake_case to camelCase, removed unused code, change interpola…

    …tion to INTER_LINEAR, removed .exe files
    Christopher Remde committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    df80603 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request #48 from ChristopherRemde/AzureKinect_Mapping_Fix

    Changed Color Image Mapping to be more accurate
    MarekKowalski committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    13e634f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Added new UI for the Temporal Sync Feature, made the software more ro…

    …bust including:
    
        -Settings window can only be opened once
        -When the client can't open a device, it tries multiple times
        -Recording bins are now saved with a unique ID per device, to allow multiple clients to record on the same PC
        -Synchronized & Unsynchronized devices can be both used in one server
        -Included a workaround for a bug in the Azure Kinect SDK regarding exposure (microsoft/Azure-Kinect-Sensor-SDK#1378)
    Christopher Remde committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    76bf5e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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

Commits on Dec 14, 2020

  1. Readme Update

    Added docs for the "Temporal Sync" and "Exposure Control" Feature
    ChristopherRemde committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    3192da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fed026 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge pull request #49 from ChristopherRemde/Azure_Kinect_Temp_Sync

    Added Temporal Synchronisation
    MarekKowalski committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    7d56c52 View commit details
    Browse the repository at this point in the history