[android-porting] V4L2 problem

2010-10-27 Thread August
hello everyone ,recently i met a problem on android porting camera. my board kernel is 2.6.24.7,and my android is eclair. when i insert my usbcamera,it found a video0 in the /dev. and i click the application camera.it just show 8 different colourful bars roll again and again.like this :white

[android-porting] Re: : V4l2 Camera Integration

2010-09-28 Thread August
exists in your target adb shell /sys/devices/platform/s3c-hsmmc.0/mmc_host/mmc0 also check in your vold.conf file, it should be like /devices/platform/s3c-hsmmc.0/mmc_host/mmc0 Then your SD card should detect. On Sep 25, 5:15 pm, August huangbo0...@gmail.com wrote: i also meet the same problem

[android-porting] Re: : V4l2 Camera Integration

2010-09-26 Thread August
i meet the same problem with ,and my kernel is 2.6.24.7.i did the gspca1.patch,because there is not gspca in the /media/videa.but after i click on the application of camera, it says please insert the SD card . and i also found error in the logcat:cant open ,no space left on device can you give

[android-porting] Re: : V4l2 Camera Integration

2010-09-26 Thread August
i have meet the same problem with you ,after i change the path like it: /devices/platform/s3c-hsmmc.0/mmc_host/mmc0,but when i click on the camera application ,it shows please insert the SD card .can you give me some advice. what 's more,there is another problem.when i open the camera,it

[android-porting] Re: : V4l2 Camera Integration

2010-09-26 Thread August
i also meet the same problem. I have ported android- 2.6.24.7 to my s3c smdk6410,and the filesystem is eclair that I built from the source code.Now I can boot it up and see the main window. and I also did the v4l2.patch in the libcamera and get a new libcamera.so and a libcameraservice.so. what's