Всем привет!
Я использую старый и ненужный телефон с Android 2 в качестве веб-камеры. Приложение: http://www.dev47apps.com/ Если по Wi-Fi, то просто запускаю на устройстве и на компе, и всё. (для 2 андроида нужен 5-й DroidcamX и 6-й v4l2loopback) Если по кабелю, то ещё нужен adb (в репозитории Debian есть).
В одном пульсосраче мне сказали, что пульса - единственная звуковая система, которая умеет звук с вебки. Сказали что этот звуковой сервер работает напрямую с V4L.
У меня конечно же ALSA. И вот что гласит README к Droidcam:
# DroidCam & DroidCamX Linux Client (C) 2010-
# Author: Aram G. (dev47@dev47apps.com)
NOTICE
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
USE AT YOUR OWN RISK.
You may redistribute and/or modify any part of this program,
provided this notice and all disclaimers remain intact and preserved,
crediting the original author(s).
REMOVAL
To remove the DroidCam client (or existing old version):
Close any running programs.
Run `uninstall' found in /home/`logname`/.droidcam/.
** Missing Audio Support
- On Windows, an audio device driver simulates a virtual microphone
- Seems Linux will need a driver as well.
- JACK (http://jackaudio.org/) is another option, however few chat applications support it
- ALSA plug-ins might also be an option
- The 'file' plugin seemed promising
- Could create a "pipe" and have the plugin read from it, and the app writing to it
- The following [simple plugin] doesn't work though (VLC/Audacity = segfault)
pcm.testing {
type file
slave {
pcm {
type hw
card 0
device 0
}
}
infile "/dev/urandom"
format "raw"
}
Ну так возможно ли запустить звук по вебке? Хоть по пиульсе, хоть по JACK