I am looking for an easy way to generate synthetic videos to test computer vision software.
Currently I am only aware of one tool that targets this need: ObjectVideo Virtual Video (OVVV). It is a HalfLife 2 mod that allows to simulate cameras in a virtual world.
But I am looking for a more open (like in open source) and maybe portable solution. One way would be to implement the needed functionality on top of one of the dozen open-source 3D engines. Though, it would be great if somebody knows a library or tool that already implements something like OVVV does.
Also, if you do not no a ready-to-use solution: how would you tackle the problem?
PS: The reason I ask here is that I want to minimize my efforts spent on this issue. It s not that I had no idea how to do it. But my solutions would require me to invest to much time into this. So I am looking for concrete tips here ... :-)