Hello Lin and Halil,
I am trying to 6 videos recording at the same time. But when I try even 4 videos same time, I face same problem with you I think.
Here is my error line ;
tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch3: video not present
tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch0: video not present
tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch2: video not present
tw6869 0000:01:00.0: tw6869_vch_dma_wait: vch1: video not present
tw6869 0000:01:00.0: tw6869_dma_reset: DMA 0
tw6869 0000:01:00.0: tw6869_dma_reset: DMA 1
tw6869 0000:01:00.0: tw6869_dma_reset: DMA 2
tw6869 0000:01:00.0: tw6869_dma_reset: DMA 3
Could you please share your 6 D1 code or could you please help me ? here is my code;
gst-launch-1.0 -evvvv v4l2src device=/dev/video0 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test0.avi \
v4l2src device=/dev/video1 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test1.avi \
v4l2src device=/dev/video2 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test2.avi \
v4l2src device=/dev/video3 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test3.avi \
v4l2src device=/dev/video4 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test4.avi \
v4l2src device=/dev/video5 ! queue2 ! videoscale ! "video/x-raw, width=720, height=576, framerate=25/1" ! \
imxipuvideotransform ! imxvpuenc_h264 bitrate=6500 ! avimux ! \
filesink location=/home/root/test5.avi
PS: I tried with using imxipucompositor and tee command, these ones cannot handle with 3 videos same time even.
Best Regards.
Mert TEMEL