pub const REG_ACQ_FRAME_RATE_ENABLE: u64 = 0x20054;Expand description
Predicate-gating registers driving realistic feature behaviour.
REG_ACQ_FRAME_RATE_ENABLE backs the SFNC AcquisitionFrameRateEnable
Boolean and gates AcquisitionFrameRate via pIsAvailable.
REG_SENSOR_TYPE backs a SensorType enumeration (Monochrome / BayerRG /
Color) that gates PixelFormat entries via pIsImplemented. On real
hardware SensorType would be read-only sensor metadata, but exposing it
as RW here keeps the fake camera a configurable simulator.