Don Chakkappan
Don Chakkappan

Reputation: 7560

use of marvin framework for image/video processing using java code

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

Upvotes: 0

Views: 1670

Answers (1)

Gabriel Archanjo
Gabriel Archanjo

Reputation: 4597

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

Upvotes: 1

Related Questions