@PrintedWeezl thank you for answer, but it not what I want. I think that the service should work all time but if has no requests by http from octo, camera shoud be disabled until new request will income
It might be worth documenting the --softfps option, which limits FPS by dropping frames. It works for camera_usb_options, not sure about camera_raspi_options (I don't have one; a quick source search suggests it is not supported).
For my use, I'm more interested in resolution than frame rate. It seems that the -f option simply attempts to set the camera frame rate; my camera (Wyze Cam v2 with webcam firmware) seems to ignore that, and I always get the same frame rate (15fps). These frame rates overwhelm my Pi3 at higher resolutions. The --softfps option drops frames to achieve a target framerate (per the documentation), and achieves for me what I was hoping -f would do, limiting framerate to limit performance impact of using higher resolution.
The option isn't listed on the linked documentation page, but is described in the source:
Thank you for your reply! I would like to ask how exactly streamer should be downloaded and used? I found mjpg-streamer on github and downloaded it before, I didn't find anything like a setup, so I don't know how I should use it, and I'd appreciate some guidance. Thanks a million!
Thank you for your answer, but why is it that when I follow that tutorial like this: http://<ip_of_your_pc>:8081/video.mjpg, it still doesn't show the screen?