Yeah, that will do it. If it has an mjpg source, put that as your still_image_url source as it can improve loading times on the camera. And be sure to put
stream:
In your configuration.yaml. Never used motion sensor and noise sensor. ffmpeg will be too much for your CPU I think. If it were me, I’d get another box and run frigate for that sort of thing, but if you used frigate only for motion, you might get away with it on your cpu. The transcoding ffmpeg does for rtsp camera streams will kill a Pi quick though. I’ve got 4 cameras and it maxes out my i5 which is many times more powerful.
thank your for this… I stupidity thought it was a property/parameter for Generic Camera
if I look at the parameters, I am still unsure how this can change my “experience” (forgive me, this is like a compete new language for me…)
what do you recommend to change and why?
### CONFIGURATION VARIABLES
**ll_hls boolean** (optional, default: true)
Allows disabling Low Latency HLS (LL-HLS)
**segment_duration float** (optional, default: 6)
The duration of each HLS segment, in seconds (between 2 and 10)
**part_duration float** (optional, default: 1)
The duration of each part within a segment, in seconds (between 0.2 and 1.5)
Read my thread about “I tried all the camera platforms” if you want more detailed info. I haven’t played with the HLS parameters yet, I’d say just to leave them as default.