Question

I have a set of marvin sample projects. Image processing modules are working well.

But, when I am trying to run a video processing project it raises a exception as follows:

Video Format not found Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
Was it helpful?

Solution

Marvin uses JavaCV as camera and media file interface. You need to install and configure JavaCV before running these examples, as shown in the posts below.

Instead of using MarvinSamples project, use MarvinProject project which includes all project and a newest version of the examples.

If you need any help you can post your questions here on Stackoverflow or on the Marvin Discussion Group

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top