All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Baseline release to open source.
- Several issues reported with some camera's ProcessingUnit being available but unusable. Diagnosed as the use of a static unit id of 2 for the ProcessingUnit, whereas the UVC standard has a variable unit id present in the PU header. Added unit id map to UVCController with default unit ids for each handled unit type, overridden by unit id from the unit's header record. User who reported issues tested the change, confirmed success.