This config reads images from a remote computer (e.g. Raspberry Pi) running MotionEyeOS with default settings, using an IP of 192.168.2.26. If you use MotionEyeOS' fast network camera feature, then you need to change the stillImageSource to the appropriate URL.

{
	"platform": "Camera-ffmpeg",
	"cameras": [{
		"name": "MotionEyeOS",
		"videoConfig": {
			"source": "-re -f mjpeg -i http://192.168.2.26:8081",
			"stillImageSource": "-f mjpeg -i http://192.168.2.26/picture/1/current/",
			"maxStreams": 2,
			"maxWidth": 1280,
			"maxHeight": 800,
			"maxFPS": 10
		}
	}]
}