jmbouffard - 2009-10-08

I think that it would be possible to do something like that using v4l2vd. The v4l2vdSource executable that is included in the project would show you how to feed some video to a v4l2vd output. So you could develop an application based on v4l2vdSource that would create 4 v4l2vd outputs and read from your BT878 based card with time intervals as explained in your question.

The only problem is that v4l2vd was not updated for the newest kernel releases yet so you would have to update it to make it work on newer kernels or use an older Linux distribution for your project.

  • J-M