Re: [mono-android] Front camera

2013-09-03 Thread Ahmed
I am sorry Jon but I am new to all this and I haven't been able to make the front camera active so far! Can you please go here and see the exact scenario. I'll appreciate that. Thanks, Ahmed -- Vi

Re: [mono-android] Front camera

2012-09-14 Thread technohead
Ah ok, thanks Jonathan! Unfortunately, I am coming from the world of MonoTouch and iOS, and am a bit spoiled as a result. Dennis -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Front-camera-tp5711659p5711803.html Sent from the Mono for Android mailing list archi

Re: [mono-android] Front camera

2012-09-12 Thread Jonathan Pryor
On Sep 11, 2012, at 11:15 PM, technohead wrote: > this would be perfect, except I don't seem to be able to see the method > signature and static property that you refer to. The Camera.Open(int) and Camera.NumberOfCameras properties were added in API level 9 (Android v2.3): http://and

Re: [mono-android] Front camera

2012-09-12 Thread technohead
Hi Jonathan, this would be perfect, except I don't seem to be able to see the method signature and static property that you refer to. The only Open method that I see for Android.Hardware.Camera is Camera.Open(), there is no static property Camera.NumberOfCameras and no Camera.GetCameraInfo() meth

Re: [mono-android] Front camera

2012-09-10 Thread Jonathan Pryor
On Aug 30, 2012, at 7:01 PM, technohead wrote: > anyone know if it's possible to use the front facing camera? It should be... > There doesn't appear to be a way to get the count of cameras, http://androidapi.xamarin.com/?link=P%3aAndroid.Hardware.Camera.NumberOfCameras > and trying t

[mono-android] Front camera

2012-09-10 Thread technohead
Hi guys, anyone know if it's possible to use the front facing camera? There doesn't appear to be a way to get the count of cameras, and trying to open call the static method Open when there is only a front facing camera (on the Nexus 7) results in a null being returned. thanks, Dennis -- Vie