acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

Support defining camera properties as supported or readable #28

Open andy-sweet opened 10 months ago

andy-sweet commented 10 months ago

Currently, camera properties (e.g. exposure_time_us) can be defined as writable or not. We may also want to define these properties as supported or readable because certain properties may only be supported by certain cameras.

The task here could be as simple as adding a supported member to the Property struct and filling that out appropriately across initialization and/or implementations that populate that.