Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Spectator view dynamic camera config (load video frame settings at runtime) #286

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

Commits on Jun 14, 2018

  1. Permit to change the camera settings after compilation

    Add CameraConfiguration.h, a class that parse a key=value file and get
    the camera parameters. Implemented in a single header in the
    SharedHeaders project.
    
    Added static variables to be able to change the camera frame
    configuraion. (They are initialized by default to their values in
    CameraConstants.h)
    
    Added the loading of the camrea configuration file into the
    UnityCompositorInterface. If file isn't found, the old behavior of SV is
    not changed.
    Ybalrid committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    2053bb8 View commit details
    Browse the repository at this point in the history
  2. Add loading of configuration variables to the calibration program

    Also, update teh configuration so that we can actually access the
    exported static variables from CompositorDLL
    Ybalrid committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    076eefb View commit details
    Browse the repository at this point in the history
  3. Add project build dependencies

    Calibration is using things exported from CompositorDLL. This permit to
    set build dependencies between the two projects
    Ybalrid committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    256cb6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edd30d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    73e5a67 View commit details
    Browse the repository at this point in the history
  2. Remove 32bit Configuration from Calibration.sln

    OpenCV is 64bit only here. The 32bit version will not link.
    Ybalrid committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    19d194f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f6cd56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    397faff View commit details
    Browse the repository at this point in the history