Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
database: ensure frame rate is enabled when limiting it.
Some cameras default to automatic frame rate mode when power-cycled. This makes the acquire period limitation ineffective, as the parameter is ignored by the camera firmware. Enforce manual frame rate setting at IOC start-up when limiting frame rate. Note that the overwritten record already contains `PINI=YES` to write this to hardware on `iocInit`. Fixes: d5caf77 ("database: add option to limit camera frame rate.")
- Loading branch information