Rajawali / RajawaliVuforia

Rajawali + Vuforia Augmented Reality
Other
227 stars 108 forks source link

RajavaliVuforia with CloudReco implementation. #16

Closed chegewara closed 11 years ago

chegewara commented 11 years ago

Basic implementation for cloud reco and update for Rajavali vuforia. Image in my database is http://images.samsung.com/is/image/samsung/pl_GT-I9505ZKAXEO_025_Front_white_10029694011029

Basicly in Example was added button to start searching items in cloud database. Each time when item is found searching stopped. In example still works searching with local database and with markers.

MasDennis commented 11 years ago

Thanks @chegewara ! Very, very much appreciated. I'll review the code tonight.

MasDennis commented 11 years ago

Hey guys, Didn't forget about this. Had to prioritize a few other things. Will merge this soon.

nileshlg2003 commented 11 years ago

Hey guys, any update with how to read metadata? should be done in RajawaliVuforia or RajawaliVuforiaExample??

chegewara commented 11 years ago

Hi I just added missing function to retrive information from metadata from ClodReco. Im not sure it is good place to add it in activity, maybe better will be in renderer, but this is @MasDennis call. For now to retrive metadata just call

String getMetadata();

from activity.

MasDennis commented 11 years ago

I finally merged this. I'm afraid I messed up the pull request though. There were several conflicts so I had to do some command line black magic (apparently I didn't fully know what I was doing :frowning:). The code is merged and I mentioned you in the commit. Are you okay with this?

Thanks for your contribution. Greatly appreciated!!

chegewara commented 11 years ago

I see no problem. I think some come i did need to be reimplemented, cause im not good at all with this what i did. Ie if you dont want to use cloud reco and have turned off internet connection then rajavali vuforia will crash. But i dont want to mess yours work and i will leave it to you.