hi,
I think the code provided in the tutorial is not up to date for version 1.1.1493 of inde.
i have added those 2 new valirables
private IAndroidMediaObjectFactory factory;
private IProgressListener progressListener;
and also
capturer = new GLCapture(factory, progressListener);
and the code compiles ,
but those two variables (Factory , progressListener) , are not being instantiated , and since there is now documentation of the code,
i cant seem to find the right way to instansiate them . and the game crashes when i try to record
Can anyone send me an updated "VideoCapture.java" file ?
thanks