[android-developers] Re: using camcorder app

2010-04-05 Thread Nayeem
Plus it also seems like some of the packages are missing from the SDK. I downloaded the camera.git and loaded it into eclipse but it keeps complaining about some of the packages not being resolved for eg., android.os.SystemProperties; android.provider.DrmStore; etc etc How do I get around this? Has

[android-developers] Re: using camcorder app

2010-04-05 Thread Nayeem
Thanks for the response. I was wondering whether there was a way to use the camcorder app without having to download the whole source code into my app, since the app is already in the phone. Downloading it separately for my app would cause redundancy. However, if that is the only solution, we gotta

[android-developers] Re: using camcorder app

2010-04-05 Thread wurp
You can download the source code for the camera app that comes with the phone with this command: git clone git://android.git.kernel.org/platform/packages/apps/Camera That app includes video camera support, of course. You'll have to install git if you don't already have it, but you should do that