add: sensors
This commit is contained in:
@@ -17,8 +17,10 @@ type Cmd struct {
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
H264Cmd *Cmd `yaml:"h264"`
|
||||
IVFCmd *Cmd `yaml:"ivf"`
|
||||
H264Cmd *Cmd `yaml:"h264"`
|
||||
IVFCmd *Cmd `yaml:"ivf"`
|
||||
SensorCmd *Cmd `yaml:"sensor"`
|
||||
SensorRateMS int64 `yaml:"sensor_rate_ms"`
|
||||
}
|
||||
|
||||
func New(source []byte) (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user