[android-developers] camera focus issue

2023-03-10 Thread asim khan
i have s20 samsung i m getting issue my camra not working properly how i can fix its not properly focusing pikashow -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receivin

[android-developers] Re: MediaMetadataRetriever.getFrameAtTime always returns the same (first) frame

2012-06-28 Thread asim khatri
Sorry for writing one less zero it should be 100 rather than 10... On Monday, April 30, 2012 7:40:44 PM UTC+5, Yaron Reinharts wrote: > > Hi, > > I'm trying to sample frames from a video. > However, MediaMetadataRetriever.getFrameAtTime always returns the same > frame (the first). > > I

[android-developers] Re: MediaMetadataRetriever.getFrameAtTime always returns the same (first) frame

2012-06-28 Thread asim khatri
The value of i needs to be multiplied by 10, because the method expects the time parameter to be in micro seconds.. hope it works... On Monday, April 30, 2012 7:40:44 PM UTC+5, Yaron Reinharts wrote: > > Hi, > > I'm trying to sample frames from a video. > However, MediaMetadataRetriever.getF

[android-developers] Killing an app and restarting it from root activity

2012-03-04 Thread asim khatri
Hello, I am in a need to close the application when a button is pressed and after the app exits, it should restart itself from the root activity. I have used Intent.FLAG_ACTIVITY_CLEAR_TOP but for that I have to keep the root activity alive, but I want it to be destroyed as the user navigates away

[android-developers] [SOLVED] Real Multi touch in Android - Going Open Source!!!

2011-10-10 Thread Asim
droid/real-multitouch-on-android-andash-going-open-source Thanks Asim Mittal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] Segregating touch events in an activity?

2011-02-03 Thread Asim
x27;t seem like an effective solution. any thoughts?? Thanks, Asim -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send em

[android-developers] Casting a View in onTouch listener

2011-02-03 Thread Asim
nEvent e){ MyCustomView a = (MyCustomView)v ///?? } Thanks, Asim -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, s

[android-developers] hello everyone..

2010-06-30 Thread asim khatri
does anyone know how to use the zoom in / zoom out functionality on android phones camera.. i have tried camera.setSmoothZoom(i) but i haven't got any success, i have also tried camera.getParameters().setZoom(i), but still no success.. plzz help needed. thanks in advance -- You received this mess