[android-developers] Re: Running camera android Emulator

2009-10-05 Thread Mohith K M
@shobhit,Thanks for Your reply; I have tried it with HttpCamera with help of webcam2000; But no successes ; Actually am begginer in Android programming, I tried like u mentioned(thread run from Activity Method), from NyARToolkitAndroid (http://en.sourceforge.jp/projects/nyartoolkit/

[android-developers] Re: Running camera android Emulator

2009-10-03 Thread Mohith K M
Me to Struck at This Android Emulator-Camera stuff :( can Somone please give more details CameraSource cs = new SocketCamera(192.168.0.100, 9889, 320, 240, true); if (!cs.open()) { /* deal with failure to obtain camera */ } while(/*some condition*/) { cs.capture(canvas) //capture the frame

[android-developers] Re: Running camera android Emulator

2009-10-03 Thread shobhit kasliwal
Hi Mohithif you are done with all your networking stuff then put the code in a method and run a thread from the activity and call that method. Keep in mind that you need to create a surface and get holder from that and holder.lockcanvas() give you the canvas and then use that canvas in the

[android-developers] Re: Running camera android Emulator

2009-09-28 Thread Chi Kit Leung
http://www.tomgibara.com/android/camera-source Would this one be helpful? On Tue, Sep 29, 2009 at 12:53 AM, Shobhit Kasliwal shobhit.kasli...@gmail.com wrote: Hi Can anyone tell me how can I use my computers webcam as camera in android emulator. Tutorial would be a great help for me.

[android-developers] Re: Running camera android Emulator

2009-09-28 Thread shobhit kasliwal
I tried these wrapper classes...but no luck...can you tell me how can I do that..can you help me on this Thanks Shobhit On Mon, Sep 28, 2009 at 10:22 PM, Chi Kit Leung michaelchi...@gmail.comwrote: http://www.tomgibara.com/android/camera-source Would this one be helpful? On Tue,