processing / processing-video-android

Processing Video implementation for Android
32 stars 18 forks source link

Project not run #2

Open onlylemi opened 9 years ago

onlylemi commented 9 years ago

hi, omerjerk

Recently, I am doing a project to get graphics data through the mobile phone camera, and then use processing to render it. But I use your API, and I'm not working properly. I open your video_android.jar package and find it is not all. Is this test version?

Please help me, Thank you.

omerjerk commented 9 years ago

Hi @onlylemi,

The source is almost complete. This library is part of my Google Summer of Code project. There are some bugs left and I should be able to fix them in 2-3 days.

video_android.jar is not latest though. Let me just push a latest version of it. :)

omerjerk commented 9 years ago

I just realized there are still couple of crucial changes to be merged in the processing-android repository for this library to work out of the box. For now, the only way is to build from source/add the source file directly in your project.

onlylemi commented 9 years ago

@omerjerk Thank you, I'm looking forward to your results.

omerjerk commented 9 years ago

Hi @onlylemi

I've made another release. The changes have also been merged into the processing-android repository. Things should work now. Note: You'll need to build android-core.zip yourself from the processing-android repository.