t3k0 n00b
Joined: 27 Nov 2007 Posts: 59
|
Posted: Fri Dec 08, 2023 5:54 pm Post subject: Google Pixel (Android 14) as Webcam: Audio not working |
|
|
Hi all,
there's a new feature on Android 14, where you can use your Google Pixel phone as a webcam, when it is connected via USB to your desktop computer.
I managed to get the camera working (following the gentoo wiki), but there is no audio device detected. I assume some kernel module is missing in my config. The wiki page only mentions CONFIG_SND_USB_AUDIO, which I have loaded.
(Further, I already have another USB-audio interface connected to my computer and this device is working.)
Am I missing something? Are there any Pixel Phone users who managed to get the microphone working?
Here an excerpt from my .config (sys-kernel/gentoo-sources-6.1.57)
Code: |
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
CONFIG_SND_USB_LINE6=m
CONFIG_SND_USB_POD=m
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
|
|
|