rpi: rename rpiCameraProfile into rpiCameraH264Profile, rpiCameraLevel into rpiCameraH264Level (#3965) (#4785)

This commit is contained in:
Alessandro Ros 2025-07-25 11:44:55 +02:00 committed by GitHub
parent 1cabc382b0
commit 0fe12f8bf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 66 additions and 52 deletions

View file

@ -71,8 +71,8 @@ func paramsFromConf(logLevel conf.LogLevel, cnf *conf.Path) params {
Codec: cnf.RPICameraCodec,
IDRPeriod: uint32(cnf.RPICameraIDRPeriod),
Bitrate: uint32(cnf.RPICameraBitrate),
Profile: cnf.RPICameraProfile,
Level: cnf.RPICameraLevel,
Profile: cnf.RPICameraHardwareH264Profile,
Level: cnf.RPICameraHardwareH264Level,
SecondaryWidth: uint32(cnf.RPICameraSecondaryWidth),
SecondaryHeight: uint32(cnf.RPICameraSecondaryHeight),
SecondaryFPS: float32(cnf.RPICameraSecondaryFPS),