@muhammad_haris wrote:
My method to ofxAruco for android studio was as follows:
- Clone ofxAruco and ofxCv in addons folder.
- Copy files from ofxaruco/bin/data to bin/data folder of androidEmptyExample
- Update addons.make and include ofxOpenCv, ofxCv, ofxAruco.
- update main.cpp file and ofApp.h and cpp files as given in example.
make project is done successfully however when I try to run it I am faces with three errors.
- Error:(48, 30) error: 'ofBitmapStringGetTextureRef' was not declared in this scope
- Error:(56, 29) error: 'class ofBaseVideoDraws' has no member named 'getPixelsRef'
- Error:(157, 1) A problem occurred evaluating project ':openFrameworksProject'. make failed with exit status 2
Posts: 2
Participants: 2