Re: [android-porting] Re: OMAP CAMERA HAL for android on beagle.

2015-03-01 Thread ankit busha
thank you all On Sat, Feb 28, 2015 at 2:58 PM, s.rawat wrote: > If you are well aware with v4l api you can make an application of your own > usind ndj.we did the similar task of interfacing uvc camera to camera less > tablet and then with acer tablet.you need to first create a v4l based > comman

Re: [android-porting] Re: OMAP CAMERA HAL for android on beagle.

2015-02-28 Thread s.rawat
If you are well aware with v4l api you can make an application of your own usind ndj.we did the similar task of interfacing uvc camera to camera less tablet and then with acer tablet.you need to first create a v4l based command line app to capture snapshot or streamed data which you can transfer to

Re: [android-porting] Re: OMAP CAMERA HAL for android on beagle.

2015-02-27 Thread Amit Pundir
On 27 February 2015 at 17:27, ankit busha wrote: > hello all, > i need to understand CameraHAL from scrach. I know about complete v4l2 api > specifications. So can u guide me from where i should start and what and all > are resources to get started? > This is quiet an old wiki page http://process

[android-porting] Re: OMAP CAMERA HAL for android on beagle.

2015-02-27 Thread ankit busha
hello all, i need to understand CameraHAL from scrach. I know about complete v4l2 api specifications. So can u guide me from where i should start and what and all are resources to get started? On Thursday, March 26, 2009 at 12:11:40 PM UTC+5:30, Harishkumar V wrote: > > Hi, > > I have android ru

Re: [android-porting] Re: OMAP CAMERA HAL for android on beagle.

2014-07-03 Thread sainath naidu
Hi harishKumar, I have same problem with the USB camera by which I am not able to capture the image. Since its been a long time can u plz tell me how did u solved this problem. I am using the 4430 based board. Regards, Sainath On Saturday, 28 March 2009 18:10:23 UTC+5:30, Harishkumar V wrote

[android-porting] Re: OMAP CAMERA HAL for android on beagle.

2009-03-28 Thread Harishkumar V
Steve, Thanks I am studying about that and started working on that Definetely .. Regards, HarishKumar.V On 3/26/09, steve2641 wrote: > > > HarishKumar, > > I'm not aware of a public implementation that connects the Camera > interface to a V4L device, but it seems a very do-able ta

[android-porting] Re: OMAP CAMERA HAL for android on beagle.

2009-03-26 Thread steve2641
HarishKumar, I'm not aware of a public implementation that connects the Camera interface to a V4L device, but it seems a very do-able task. I would suggest getting familar with the Camera HAL interface and V4L and creating such a library. You might make some friends if you make it a public impl