Versions in this module Expand all Collapse all v0 v0.2.0 Jan 29, 2025 Changes in this version + const Agnostic + const H264 + const H265 + const MJPEG + const MPEG4 + const Unknown + var ErrH264PassthroughNotEnabled = errors.New("H264 passthrough is not enabled") + var Family = resource.ModelNamespace("viam").WithFamily("viamrtsp") + var ModelAgnostic = Family.WithModel("rtsp") + var ModelH264 = Family.WithModel("rtsp-h264") + var ModelH265 = Family.WithModel("rtsp-h265") + var ModelMJPEG = Family.WithModel("rtsp-mjpeg") + var ModelMPEG4 = Family.WithModel("rtsp-mpeg4") + var Models = []resource.Model + func H2645StartCode() []byte + func NewRTSPCamera(ctx context.Context, _ resource.Dependencies, conf resource.Config, ...) (camera.Camera, error) + func SetLibAVLogLevelFatal() + type Config struct + Address string + Query viamupnp.DeviceQuery + RTPPassthrough *bool + func (conf *Config) Validate(path string) ([]string, error)