Most of the tutorials that use CameraDevice are from ~2007. CameraDevice was around pre-1.0, I believe.
Currently you would use the Camera class and the callbacks around it, etc.: http://developer.android.com/reference/android/hardware/Camera.html. Here is a more recent tutorial (no idea if it's any good, just noticed the date and that it uses Camera): http://www.brighthub.com/mobile/google-android/articles/43414.aspx. On Apr 9, 1:14 am, saikiran n <[email protected]> wrote: > Hi , > Iam trying to implement camera application in android. > In several sites they used import android.hardware.CameraDevice; > But when iam doing same import it is giving me error that it can't be > resolved. > In which sdk the CameraDevice class is defined. I tried 1.1,1.5,2.0,2.1 but > it was not there > > Please help me > Regards, > Saikiran -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

