mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rpi: rename rpiCameraProfile into rpiCameraH264Profile, rpiCameraLevel into rpiCameraH264Level (#3965) (#4785)
This commit is contained in:
parent
1cabc382b0
commit
0fe12f8bf6
5 changed files with 66 additions and 52 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue