Your internal GPU is weak, but it's not the issue. As I said above it's the USB bandwidth (or lack thereof), which can be clearly seen in your logfile from these entries:
Code:
17:45:36.000: Camera 3: Error decoding video
17:45:36.002: warning: Found EOI before any SOF, ignoring
17:45:36.002: fatal: No JPEG data found in image
17:45:36.002: Camera 2: Error decoding video
17:45:36.032: warning: Found EOI before any SOF, ignoring
17:45:36.032: fatal: No JPEG data found in image
17:45:36.032: Camera 3: Error decoding video
17:45:36.034: warning: Found EOI before any SOF, ignoring
17:45:36.034: fatal: No JPEG data found in image
This is a sign of data corruption from USB, which is caused by you connecting more devices on a single USB bus the bus is able to handle. You need to make sure you directly connect your USB devices to the computer, without intermediate hub. If you don't have enough USB ports on your computer, you cannot connect that many cameras.
Unfortunately, people on the forum give advice either without looking into the logfile themselves or by giving comments on logfile entries that indicate a reason for not perfect performance but actually doesn't relate to the issue that is described by the user.