fsphil / fswebcam

A neat and simple webcam app
http://www.sanslogic.co.uk/fswebcam/
GNU General Public License v2.0
416 stars 87 forks source link

Running multiple cameras on raspberry #55

Open brendhow-done3d opened 3 years ago

brendhow-done3d commented 3 years ago

I need to run multiple cameras simultaneously on raspberry

Message error:

Insufficient buffer memory. Unable to use mmap. Using read instead. Unable to use read.

prashants1 commented 3 years ago

which two cameras are you using?

brendhow-done3d commented 3 years ago

Im using the camera ELP, i can use up to 6 cameras using a USB HUB , but I have to put an interval of 0.1 seconds between each capture, using it as follows:

fswebcam -r 3264x2448 -S 3 --no-banner --jpeg 95 -d /dev/video0 cam_01.jpeg & sleep 0.1;fswebcam -r 3264x2448 -S 3 --no-banner --jpeg 95 -d /dev/video2 cam_02.jpeg

But even using it that way, but some photos are totally dark, as if they were corrupted.