Re: A problem with runnig VirtualDub in ImageJ

Posted by vp13 on
URL: http://imagej.273.s1.nabble.com/A-problem-with-runnig-VirtualDub-in-ImageJ-tp3682292p5002613.html

Hello,

I know it's a bit late to respond but I thought it would be useful to others.
You need to do some changes in the macro text file VideoCaptureTool.txt
At line 52, you should have something like
virtualDub = getDirectory("startup")+"..\\VirtualDub\\VirtualDub";

In my case the problem was that the application wasn't called  VirtualDub but Veedub64 so I just replaced line 52 by:
virtualDub = getDirectory("startup")+"..\\VirtualDub\\Veedub64";
and it worked fine.