Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running multiple cameras on raspberry #55

Open
brendhow-done3d opened this issue Jan 26, 2021 · 2 comments
Open

Running multiple cameras on raspberry #55

brendhow-done3d opened this issue Jan 26, 2021 · 2 comments

Comments

@brendhow-done3d
Copy link

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
Copy link

which two cameras are you using?

@brendhow-done3d
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants