microsoft / Windows-Camera

Tools and samples for camera related APIs on Windows
MIT License
217 stars 69 forks source link

fixing issues with the sample and adding support for EVComp #44

Closed LPBourret closed 1 year ago

LPBourret commented 1 year ago
  1. fixing issues with the sample

    • the switch case in DerfaultControlHelper.cpp DefaultController::DefaultController() was not instantiating the correct type of controller if passing DefaultControllerType::CameraControl v.s. DefaultControllerType::ExtendedCameraControl
    • UI was missing text labels
  2. Adding support for controlling default value of EVCompensation to expose something on devices that do not support brightness nor contrast nor blur such as mipi cameras on ARM64..