Camera problem
Good day,
I newly installed the server. I have two cameras connected (as part of a 14-day test before purchase), when I connect with an Ethernet cable, everything is OK, when I connect via wifi to repetierhost, at a distance of about a meter, so stream http://10.10.10.1:9000/? action = stream responds almost online when I log in via the page http://10.10.10.1/#!/printer/Rebel/camera so the image is displayed with a delay of 10 - 15 seconds it seems that the delay is constantly increasing. The server is on raspberry 3, the camera is in usb and raspberry directly, it behaves the same on both. What am I doing wrong? This is almost useless :-(
Octoprint did not delay, but again slowed down printing, in that the repeater is great, fast, but I can't sit at the printer while printing, I can't connect with a cable either. I thought I would connect to a home wifi network like I had an octoprint, but there it behaves the same as when I go directly to the server ...
Comments
1. Use ethernet cable. That gives much more bandwidth
2. Reduce camera resolution or framerate or both so it does not create so much data.
Especially if you use full hd you have a big amount of data to transfer. MJPG is not as efficient as netflix video streams.
Try reducing resolution or framerate and see how it behaves. Then try ethernet cable and see again also with higher resolution. And see if it differs.
What resolution/framerate are you using?
You can use https://www.cctvcalculator.net/en/calculations/bandwidth-calculator/ to see the required bandwidth. Full HD 30FPS requires 94.9mbit/s which is more then you can handle with 2.4GHz bands that are used for access point mode which is what you get with 10.10.10.1 ip you showed. So it is possible to exceed wlan bandwidth easily with one stream. I think the direct streeam might drop frames so it does not accumulate the delay.
Also just reduce frequency to 5Hz and you should have no problems and timelapse will still be full hd. That is still enough to see if printer makes problems.