mediamtx/internal/staticsources/rpicamera/params.go
Alessandro Ros 41a3fd503d
rpi: add H264 software encoder (#2581) (#3670)
This allows to use the RPI camera on the Raspberry Pi 5 too.
2024-08-21 00:05:40 +02:00

41 lines
985 B
Go

package rpicamera
type params struct {
LogLevel string
CameraID int
Width int
Height int
HFlip bool
VFlip bool
Brightness float64
Contrast float64
Saturation float64
Sharpness float64
Exposure string
AWB string
AWBGainRed float64
AWBGainBlue float64
Denoise string
Shutter int
Metering string
Gain float64
EV float64
ROI string
HDR bool
TuningFile string
Mode string
FPS float64
AfMode string
AfRange string
AfSpeed string
LensPosition float64
AfWindow string
FlickerPeriod int
TextOverlayEnable bool
TextOverlay string
Codec string
IDRPeriod int
Bitrate int
Profile string
Level string
}