You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aliddell
transferred this issue from acquire-project/acquire-core-libs
Jan 5, 2024
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 theProperty
struct and filling that out appropriately across initialization and/or implementations that populate that.The text was updated successfully, but these errors were encountered: