using video library for creating android apps

edited March 2014 in Android Mode

Hi, I am in the process of creating an android app. I had a few questions- 1. I wanna use processing video library and use my android camera(instead my laptop's camera). Can that be done? 2. How smooth is it to create android apps FROM processing IDE? Because using android ADT requires everything coming under very specific functions, which is not easy! Thanks

Answers

  • For accessing Android's camera, I would recommend the Ketai library. The library can be installed through Processing's library manager.

    I don't understand your second question. Indeed, apps can be created from the PDE. You may be referring to the APK signing process, which I would recommend using Eclipse / the ADT for...

Sign In or Register to comment.