Well, what I want is to record video from thow logitech webcam simultaneously, but the problem is that only can get 1:02 minutes in both videos and I need more than this.
Here the commands:
streamer -c/dev/video1 -f rgb24 -r24 -t 00:10:00 -o path/video1.avi
streamer -c/dev/video2 -f rgb24 -r24 -t 00:10:00 -o path/video2.avi
Any solution?