I'm using Android emulator version 14.0 (build_id ICS_FACTORYROM-205994) on a debian amd64. It seg faults on startup. If I rename the file /dev/video0 (a gspca_sonixj webcam) then it start ok. I also have a capture card on /dev/video1 that works ok.
I want to use the web cam in the emulator, any advice ? Here is the last part of strace ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid argument) ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = 0 ioctl(7, VIDIOC_ENUM_FRAMESIZES, 0xfff2c40c) = -1 EINVAL (Invalid argument) ioctl(7, VIDIOC_ENUM_FMT or VT_SETMODE, 0xfff2c3cc) = -1 EINVAL (Invalid argument) fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7728000 --- SIGSEGV (Segmentation fault) @ 0 (0) --- -- 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 email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en