Is the Camera class supported across all Android Devices? -
i working on app , using camera class comes android sdk. class seems work on galaxy ace, i've read doesn't work on android devices. here's function call:
camera camera; camera.takepicture(shuttercallback, rawpicturecallback, jpegpicturecallback);
sometimes oem's customize default behavior , takepicture introduced in api level 5. i'm using in 1 of application , till haven't seen device not supporting this. can more specific on device it's not working?
Comments
Post a Comment